Skip to content

Commit 9efaa87

Browse files
authored
Merge pull request #107826 from SaurabhSharma-MSFT/patch-58
(Azure-CXP) Fix for GitHub Issue 50117
2 parents 6f9be68 + e1af2bc commit 9efaa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Set-AzResource -ResourceId $vaultResourceId -Properties $vault.Properties # Mod
4242
Or you can use the Azure CLI.
4343
4444
```azurecli
45-
az account set <your-subscriptionId> # Select your Azure Subscription
45+
az account set -s <your-subscriptionId> # Select your Azure Subscription
4646
tenantId=$(az account show --query tenantId) # Get your tenantId
4747
az keyvault update -n myvault --remove Properties.accessPolicies # Remove the access policies
4848
az keyvault update -n myvault --set Properties.tenantId=$tenantId # Update the key vault tenantId

0 commit comments

Comments
 (0)