microsoft / microsoft/azure-devops-python-api

Expose `GitRepository` attribute `is_disabled` to be able to disable the repo with the SDK and the Azure CLI

未关闭
#505 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Python
星标
684
派生
218
平均合并
8 天 10 小时
30 天内合并 PR
1

描述

Currently this property is just carried along from the corresponding Repository property of the REST API (see e.g. https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/update?view=azure-devops-rest-7.2&tabs=HTTP#request-body)
This makes it impossible to leverage the Azure CLIs authentication flows to execute this operation. This feature would enable a number of downstream consumers, e.g. the Azure DevOps Terraform Provider: https://github.com/microsoft/terraform-provider-azuredevops/issues/1138

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先定位 Python API 中的 GitRepository 模型和 repository 更新操作,然后将它们公开的字段与 issue 中链接的 Azure DevOps REST API 文档进行比较。确认 is_disabled 的表示方式以及更新请求的构建方式。当 SDK 能够在更新 repository 时设置此属性,从而启用所述的 Azure CLI 身份验证流程时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
azure, python
领域
api
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。