1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix az command to get object id (#52277)

This commit is contained in:
Joel Lappalainen 2019-02-18 08:19:29 +02:00 committed by Yunge Zhu
parent 3ecd6e19f7
commit 5426b26410

View file

@ -63,7 +63,7 @@ options:
description: 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 - "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." 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 required: True
application_id: application_id:
description: description: