We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NA
https://learn.microsoft.com/en-us/cli/azure/manage-azure-subscriptions-azure-cli
I believe this code extract has a typo and the password parameter should be "--password " that is double dash not single dash as in the page:
`# sign in as a different user az login --user myAlias@myCompany.com -password
az login --tenant `
Add another dash
The text was updated successfully, but these errors were encountered:
@msteel9999 Thanks for your feedback! I've assigned this issue to the author who will investigate and update as appropriate.
Sorry, something went wrong.
@msteel9999, thanks so much for letting me know about this! This typo has been fixed in PR 3917.
dbradish-microsoft
No branches or pull requests
Prerequisites
Azure CLI version being used
NA
Link to affected document
https://learn.microsoft.com/en-us/cli/azure/manage-azure-subscriptions-azure-cli
Description of the documentation error
I believe this code extract has a typo and the password parameter should be "--password " that is double dash not single dash as in the page:
`# sign in as a different user
az login --user myAlias@myCompany.com -password
sign in with a different tenant
az login --tenant `
Suggested fix
Add another dash
The text was updated successfully, but these errors were encountered: