microsoft / microsoft/azure-devops-python-api
AttributeError: module 'azure.devops' has no attribute 'connection'
未關閉
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 684
- 分支
- 218
- 平均合併
- 8 天 10 小時
- 30 天內合併 PR
- 1
描述
Trying to use azure.devops to create a dev ops connection string, however it appears azure.devops module doesn't contain a 'connection' or 'connect' attribute.
I'm using azure.devops 6.0.04b
# Get the ADO connection string from azure runbook variable
adoconnectionstring = 'https://dev.azure.com/myname'
# Create a ADO client
client = azure.devops.connect(adoconnectionstring)
# Get the ADO project name from azure runbook variable
AttributeError: module 'azure.devops' has no attribute 'connection'
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先檢查版本 6.0.04b 的 azure.devops 套件 API,並將其文件中記載的連線入口點與回報的 azure.devops.connect 呼叫進行比較。確認該套件是否公開 connection 或 connect;當已確立受支援的 API 行為,並透過適當的回歸測試或文件更新加以涵蓋時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- azure, python
- 領域
- api
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100