mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 03:41:02 +00:00
Merge pull request #15449 from chouseknecht/azure_common
Add missing AD user params.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user