autorest.az icon indicating copy to clipboard operation
autorest.az copied to clipboard

Support optional resource group when the resource name is already identical

Open RodgeFu opened this issue 4 years ago • 0 comments

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

  1. list the resource in subscription to figure out the resource group
  2. use the given name and resource group found in step 1 to call API

RodgeFu avatar Jun 18 '20 04:06 RodgeFu