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 ca0e151 commit 9737041Copy full SHA for 9737041
articles/key-vault/general/keyvault-move-subscription.md
@@ -79,6 +79,9 @@ $vault.Properties.AccessPolicies = @() # Acc
79
# applications/users/rights so that it does not need to be # done after this whole activity. Here we are not setting
80
# any access policies.
81
Set-AzResource -ResourceId $vaultResourceId -Properties $vault.Properties # Modifies the key vault's properties.
82
+
83
+Clear-AzContext #Clear the context from PowerShell
84
+Connect-AzAccount #Log in again to confirm you have the correct tenant id
85
````
86
87
```azurecli
0 commit comments