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 7fca404 commit 5b2f1d1Copy full SHA for 5b2f1d1
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
-set tenantId=$(az account show --query tenantId) # Get your tenantId
+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