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:
parent
3ecd6e19f7
commit
5426b26410
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue