Logging in to the Azure CLI does not provide access to az devops commands as expected
Command Name
az devops project list
(Extension Name: azure-devops. Version: 0.23.0.)
Errors:
Before you can run Azure DevOps commands, you need to run the login command(az login if using AAD/MSA identity else az devops login if using PAT token) to setup credentials. Please see https://aka.ms/azure-devops-cli-auth for more information.
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Log into the Azure cli using
az login
az devops project list
Expected Behavior
A list of projects in my devops organizations should be presented.
Environment Summary
Windows-10-10.0.22000-SP0
Python 3.8.9
Installer: MSI
azure-cli 2.34.1
Extensions:
azure-devops 0.23.0
Dependencies:
msal 1.16.0
azure-mgmt-resource 20.0.0
Additional Context
The link in the error message does not provide further information on using az login for using AAD/MSA identity.
Logging in to the Azure CLI does not provide access to
az devopscommands as expectedCommand Name
az devops project list(Extension Name: azure-devops. Version: 0.23.0.)
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az loginaz devops project listExpected Behavior
A list of projects in my devops organizations should be presented.
Environment Summary
Additional Context
The link in the error message does not provide further information on using
az loginfor using AAD/MSA identity.