Skip to content

Commit ab8a01f

Browse files
Merge pull request #249481 from ManoharLakkoju-MSFT/patch-65
(AzureCXP) fixes MicrosoftDocs/azure-docs#113894
2 parents 71db9dc + 6900773 commit ab8a01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/secrets/quick-create-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To complete this article:
3838
```azurecli-interactive
3939
echo "Enter your email address that is used to sign in to Azure:" &&
4040
read upn &&
41-
az ad user show --id $upn --query "objectId" &&
41+
az ad user show --id $upn --query "Id" &&
4242
echo "Press [ENTER] to continue ..."
4343
```
4444

0 commit comments

Comments
 (0)