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.
2 parents 71db9dc + 6900773 commit ab8a01fCopy full SHA for ab8a01f
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