Fix az command to get object id (#52277)

pull/52472/head
Joel Lappalainen 6 years ago committed by Yunge Zhu
parent 3ecd6e19f7
commit 5426b26410

@ -63,7 +63,7 @@ options:
description:
- "The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be
unique for the list of access policies."
- Please note this is not application id. Object id can be obtained by running "az ad show sp --id <application id>".
- Please note this is not application id. Object id can be obtained by running "az ad sp show --id <application id>".
required: True
application_id:
description:

Loading…
Cancel
Save