Skip to content

Commit 92c7b59

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#118959
Updated line number 93. Removed "$"
1 parent 78eaec6 commit 92c7b59

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)