azure-devops-cli-extension
azure-devops-cli-extension copied to clipboard
az devops project list
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az devops project list Extension Name: azure-devops. Version: 0.20.0.
Errors:
Only returns a single project. It should return 8 projects
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Put any pre-requisite steps here... az login not using a PAT
-
az devops project list --organization {}
Expected Behavior
Environment Summary
Windows-10-10.0.19041-SP0
Python 3.8.9
Installer: MSI
azure-cli 2.29.0 *
Extensions:
azure-devops 0.20.0
Additional Context
I can run the same command on a different machine and it I get the expected results. It returns 8 projects just as it does in dev.azure.com
@h112118 , This is working properly. Can you please confirm if the identity you use has access to all those 8 projects you mentioned?