Skip to content

Commit 5b2f1d1

Browse files
Update keyvault-movesubscription.md
undo change to cli command
1 parent 7fca404 commit 5b2f1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/keyvault-movesubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Set-AzResource -ResourceId $vaultResourceId -Properties $vault.Properties # Mod
8282
8383
```azurecli
8484
az account set -s <your-subscriptionId> # Select your Azure Subscription
85-
set tenantId=$(az account show --query tenantId) # Get your tenantId
85+
tenantId=$(az account show --query tenantId) # Get your tenantId
8686
az keyvault update -n myvault --remove Properties.accessPolicies # Remove the access policies
8787
az keyvault update -n myvault --set Properties.tenantId=$tenantId # Update the key vault tenantId
8888
```

0 commit comments

Comments
 (0)