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.
2 parents 7b49707 + 92c7b59 commit 41b775eCopy full SHA for 41b775e
articles/key-vault/general/move-subscription.md
@@ -90,7 +90,7 @@ Connect-AzAccount #Log
90
91
```azurecli
92
az account set -s <your-subscriptionId> # Select your Azure Subscription
93
-$tenantId=$(az account show --query tenantId) # Get your tenantId
+tenantId=$(az account show --query tenantId) # Get your tenantId
94
az keyvault update -n myvault --remove Properties.accessPolicies # Remove the access policies
95
az keyvault update -n myvault --set Properties.tenantId=$tenantId # Update the key vault tenantId
96
```
0 commit comments