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
But we can list all HSMs by HsmName and then get its ResourceGroupName so that ResourceGroupName can be omitted in this case. That's one of CLI common design.
See
az keyvault region list --hsm-name
[--resource-group]
Proposal:
Autorest.PowerShell supports this as its built-in function.
The text was updated successfully, but these errors were encountered:
For example:
There is a generated cmdlet, which matches API design, where HsmName and ResourceGroupName are mandatory.
But we can list all HSMs by HsmName and then get its ResourceGroupName so that ResourceGroupName can be omitted in this case. That's one of CLI common design.
See
Proposal:
Autorest.PowerShell supports this as its built-in function.
The text was updated successfully, but these errors were encountered: