We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13f707 commit b55dd2eCopy full SHA for b55dd2e
articles/key-vault/general/keyvault-movesubscription.md
@@ -82,7 +82,7 @@ Set-AzResource -ResourceId $vaultResourceId -Properties $vault.Properties # Mod
82
83
```azurecli
84
az account set -s <your-subscriptionId> # Select your Azure Subscription
85
-tenantId=$(az account show --query tenantId) # Get your tenantId
+set tenantId=$(az account show --query tenantId) # Get your tenantId
86
az keyvault update -n myvault --remove Properties.accessPolicies # Remove the access policies
87
az keyvault update -n myvault --set Properties.tenantId=$tenantId # Update the key vault tenantId
88
```
0 commit comments