az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug
az appservice plan show does not provide correct exit status
To Reproduce
- execute
az appservice plan show with arguments describing a non-existent resource, for instance:
az appservice plan show --resource-group nonesuch-rg-doesntexist --name nonesuch-app-doesntexist
Expected behavior
non-zero exit status, similar to as provided by other az <resource> show commands
Environment summary
ubunut 18.04 installed from package
Describe the bug
az appservice plan showdoes not provide correct exit statusTo Reproduce
az appservice plan showwith arguments describing a non-existent resource, for instance:az appservice plan show --resource-group nonesuch-rg-doesntexist --name nonesuch-app-doesntexistExpected behavior
non-zero exit status, similar to as provided by other
az <resource> showcommandsEnvironment summary
ubunut 18.04 installed from package