azure-devops-python-api
azure-devops-python-api copied to clipboard
Renaming and disabling a git repository results on a Bad Request Error
This is not an issue with the python sdk for azure devops but for the REST api itself: when using the calls described in https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/update?view=azure-devops-rest-7.1&tabs=HTTP to rename and disable a repository, I am getting with the api sdk an exception, and with regular requests calls a Bad Request http status code.