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
fix(azure): add resource group scoping and fix Key Vault naming
Add --resource-group parameter to network NSG and VNet list commands the Azure CLI now requires --resource-group for 'az network vnet list', which fixes issue where GetVnetID becomes empty on basic HC creation
Also updated Key Vault name from "${PREFIX}" to "${PREFIX}-kv" so that the KV name isn't just a prefix
0 commit comments