Skip to content

Commit 821295a

Browse files
authored
Update transfer-subscription.md
1 parent 231ba1f commit 821295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/role-based-access-control/transfer-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ When you create a key vault, it is automatically tied to the default Azure Activ
247247
1. Use [az account show](/cli/azure/account#az_account_show) to get your subscription ID.
248248
249249
```azurecli
250-
subscriptionId=$(az account show --query id | sed -e 's/^"//' -e 's/"$//')
250+
subscriptionId=$(az account show --query id | sed -e 's/^"//' -e 's/"//')
251251
```
252252
253253
1. Use the [az graph](/cli/azure/graph) extension to list other Azure resources with known Azure AD directory dependencies.

0 commit comments

Comments
 (0)