Skip to content

Commit 07f14cb

Browse files
committed
fix an issue with links for posh and cli command refs
1 parent dd5b839 commit 07f14cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/storage-customer-managed-keys-revoke-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To disable a customer-managed key with the Azure portal, follow these steps:
2626

2727
# [PowerShell](#tab/azure-powershell)
2828

29-
To revoke a customer-managed key with PowerShell, call the [Update-AzKeyVaultKey](/powershell/module/az.keyvault/Update-AzKeyVaultKey) command, as shown in the following example. Remember to replace the placeholder values in brackets with your own values to define the variables, or use the variables defined in the previous examples.
29+
To revoke a customer-managed key with PowerShell, call the [Update-AzKeyVaultKey](/powershell/module/az.keyvault/update-azkeyvaultkey) command, as shown in the following example. Remember to replace the placeholder values in brackets with your own values to define the variables, or use the variables defined in the previous examples.
3030

3131
```azurepowershell
3232
$kvName = "<key-vault-name>"
@@ -43,7 +43,7 @@ Update-AzKeyVaultKey -VaultName $kvName -Name $keyName -Enable $enabled
4343

4444
# [Azure CLI](#tab/azure-cli)
4545

46-
To revoke a customer-managed key with Azure CLI, call the [az keyvault key set-attributes](/cli/azure/keyvault#az-keyvault-key-set-attributes) command, as shown in the following example. Remember to replace the placeholder values in brackets with your own values to define the variables, or use the variables defined in the previous examples.
46+
To revoke a customer-managed key with Azure CLI, call the [az keyvault key set-attributes](/cli/azure/keyvault/key#az-keyvault-key-set-attributes) command, as shown in the following example. Remember to replace the placeholder values in brackets with your own values to define the variables, or use the variables defined in the previous examples.
4747

4848
```azurecli
4949
kvName="<key-vault-name>"

0 commit comments

Comments
 (0)