python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ERROR: The requested resource requires user authentication: https://dev.azure.com/my_org/my_project/_apis/git/repositories
I am logging into az cli using correct token:
echo my_pat | az devops login
But I see the following error while getting the existing repositories in a project:
az repos list --org {ado_org_url} --proj...
Rishabh
Votes: 0
Answers: 1
Azure DevOps Maximum number of Repos & Pipelines support
I am working on a project automation where there will be maximum of 500 Repos & CI/CD Pipelines created under a particular Azure DevOps Project. Does it support that much number of Repos & Pip...
Debanjan Banerjee
Votes: 0
Answers: 1
How to use Azure DevOps REST API to Update File?
I'm trying to Update a test.json file hosted on a Azure DevOps Repo. I'm using a Logic App. Having trouble identifying the order of operations from the documentation.
I think I need to...
Issue a GET...
SeaDude
Votes: 0
Answers: 1
az repos pr create multiple reviewers
How can I create a pull request with multiple reviewers from he command line?
The following works:
az repos pr create -s release -t master --auto-complete --reviewers "mycolleague@company.com&qu...
Cesc
Votes: 0
Answers: 1