You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-When a positional argument is registered, it checks the other registered arguments and checks if there are any with no options_list kwarg (which it interprets as a positional argument).
-This will throw an error when a regular argument is registered and no options_list is provided.
Environment summary
Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) / CLI version (az --version) / OS version / Shell Type (e.g. bash, cmd.exe, Bash on Windows)
The text was updated successfully, but these errors were encountered:
-When a positional argument is registered, it checks the other registered arguments and checks if there are any with no
options_list
kwarg (which it interprets as a positional argument).-This will throw an error when a regular argument is registered and no options_list is provided.
Environment summary
Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) / CLI version (
az --version
) / OS version / Shell Type (e.g. bash, cmd.exe, Bash on Windows)The text was updated successfully, but these errors were encountered: