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 78eaec6 commit 92c7b59Copy full SHA for 92c7b59
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