autorest.az
autorest.az copied to clipboard
Support optional resource group when the resource name is already identical
For the resource whose name is already identity, the resource group can be optional to make it easier to use (refer to "az acr show -h" command)
Internally we can
- list the resource in subscription to figure out the resource group
- use the given name and resource group found in step 1 to call API