This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az login
Errors:
The command does launches a browser and allows me to select an account. After selecting an account, the browser just spins and the shell just waits.
I've left it running for 5 minutes before closing the browser or hitting Ctrl-C.
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
Expected Behavior
I expect the command to launch a browser and allow me to select an account to log in with, then login me in.
Environment Summary
Windows-10-10.0.18362-SP0
Python 3.6.6
Shell: powershell.exe
azure-cli 2.0.73
Additional Context
What's strange is that if I use the --debug parameter, it works with no problems.
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az loginErrors:
The command does launches a browser and allows me to select an account. After selecting an account, the browser just spins and the shell just waits.
I've left it running for 5 minutes before closing the browser or hitting
Ctrl-C.To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az loginExpected Behavior
I expect the command to launch a browser and allow me to select an account to log in with, then login me in.
Environment Summary
Additional Context
What's strange is that if I use the
--debugparameter, it works with no problems.