Skip to content

Commit aaed940

Browse files
committed
update
1 parent 51fd020 commit aaed940

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/key-vault/general/access-control-default.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After checking your configuration:
4949

5050
### Check a single vault
5151

52-
# [Azure CLI](#tab-azure-cli)
52+
# [Azure CLI](#tab/azure-cli)
5353

5454
1. Use the [az keyvault show](/cli/azure/keyvault#az-keyvault-show) command to retrieve vault details:
5555

@@ -73,7 +73,7 @@ After checking your configuration:
7373

7474
### Check multiple vaults by resource group
7575

76-
# [Azure CLI](#tab-azure-cli)
76+
# [Azure CLI](#tab/azure-cli)
7777

7878
Use the [az keyvault list](/cli/azure/keyvault#az-keyvault-list) command to list all vaults in a resource group and check their RBAC authorization status:
7979

@@ -123,7 +123,7 @@ az keyvault list --resource-group <ResourceGroupName> --query "[].{name:name, rb
123123

124124
### Check multiple vaults by subscription ID
125125

126-
# [Azure CLI](#tab-azure-cli)
126+
# [Azure CLI](#tab/azure-cli)
127127

128128
Use the [az keyvault list](/cli/azure/keyvault#az-keyvault-list) command to list all vaults in your subscription and check their RBAC authorization status:
129129

@@ -203,7 +203,7 @@ When creating new key vaults by using API version 2026-02-01, you must specify a
203203

204204
Make sure you have the latest version of the Azure CLI or PowerShell modules.
205205

206-
# [Azure CLI](#tab-azure-cli)
206+
# [Azure CLI](#tab/azure-cli)
207207

208208
Update Azure CLI to the latest version. For more information, see [How to update the Azure CLI](/cli/azure/update-azure-cli).
209209

@@ -216,7 +216,7 @@ Update your PowerShell modules to the latest version:
216216
---
217217
Use the appropriate command to create a key vault with access policies:
218218

219-
# [Azure CLI](#tab-azure-cli)
219+
# [Azure CLI](#tab/azure-cli)
220220

221221
Use the [az keyvault create](/cli/azure/keyvault#az-keyvault-create) command and set `--enable-rbac-authorization false`:
222222

@@ -238,7 +238,7 @@ New-AzKeyVault -Name "testCreateTutorial" -ResourceGroupName "testResourceGroup"
238238

239239
When you create new key vaults by using API version 2026-02-01, set `enableRbacAuthorization` to `false` to use access policies. If you don't specify this property, it defaults to `true` (Azure RBAC).
240240

241-
# [Azure CLI](#tab-azure-cli)
241+
# [Azure CLI](#tab/azure-cli)
242242

243243
Use the [az resource create](/cli/azure/resource#az-resource-create) command and set `"enableRbacAuthorization": false` and `--api-version "2026-02-01"`:
244244

0 commit comments

Comments
 (0)