Skip to content

Commit 3455b8f

Browse files
authored
Merge pull request #76613 from vanmash/master
correct sed command in transfer-subscription.md
2 parents bd78b8a + 821295a commit 3455b8f

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)