azure-devops-python-api icon indicating copy to clipboard operation
azure-devops-python-api copied to clipboard

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

Open camilo-s opened this issue 5 months ago • 0 comments

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

camilo-s avatar Sep 10 '24 10:09 camilo-s