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