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
az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
az feedback
Describe the bug If your command input starts with "-", it would throw an error "Excepted one argument".
To Reproduce Type any command with a string argument, and give input starts with "-". eg. this is our cli extension:
The text was updated successfully, but these errors were encountered:
This is actually an issue with python's argparse. See https://stackoverflow.com/questions/16174992/cant-get-argparse-to-read-quoted-string-with-dashes-in-it
--jvm-options="-XxMaxSize=1024" should work.
--jvm-options="-XxMaxSize=1024"
Sorry, something went wrong.
az ad sp credential reset
az login -u <username> -p <password>
jiasli
No branches or pull requests
Describe the bug
If your command input starts with "-", it would throw an error "Excepted one argument".
To Reproduce
Type any command with a string argument, and give input starts with "-".
eg. this is our cli extension:
The text was updated successfully, but these errors were encountered: