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 e65c940 commit 6900773Copy full SHA for 6900773
articles/key-vault/secrets/quick-create-template.md
@@ -38,7 +38,7 @@ To complete this article:
38
```azurecli-interactive
39
echo "Enter your email address that is used to sign in to Azure:" &&
40
read upn &&
41
- az ad user show --id $upn --query "objectId" &&
+ az ad user show --id $upn --query "Id" &&
42
echo "Press [ENTER] to continue ..."
43
```
44
0 commit comments