Skip to content

Commit 41b775e

Browse files
Merge pull request #263609 from SaibabaBalapur-MSFT/patch-106
(AzureCXP) fixes MicrosoftDocs/azure-docs#118959
2 parents 7b49707 + 92c7b59 commit 41b775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/move-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Connect-AzAccount #Log
9090
9191
```azurecli
9292
az account set -s <your-subscriptionId> # Select your Azure Subscription
93-
$tenantId=$(az account show --query tenantId) # Get your tenantId
93+
tenantId=$(az account show --query tenantId) # Get your tenantId
9494
az keyvault update -n myvault --remove Properties.accessPolicies # Remove the access policies
9595
az keyvault update -n myvault --set Properties.tenantId=$tenantId # Update the key vault tenantId
9696
```

0 commit comments

Comments
 (0)