mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
Add missing AD user params.
This commit is contained in:
parent
bc5e458aa9
commit
ea07afe67b
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ AZURE_COMMON_ARGS = dict(
|
|||
client_id=dict(type='str', no_log=True),
|
||||
secret=dict(type='str', no_log=True),
|
||||
tenant=dict(type='str', no_log=True),
|
||||
ad_user=dict(type='str', no_log=True),
|
||||
password=dict(type='str', no_log=True),
|
||||
)
|
||||
|
||||
AZURE_CREDENTIAL_ENV_MAPPING = dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue