Merge pull request #15449 from chouseknecht/azure_common
Add missing AD user params.
This commit is contained in:
commit
bbe32a4b5e
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),
|
client_id=dict(type='str', no_log=True),
|
||||||
secret=dict(type='str', no_log=True),
|
secret=dict(type='str', no_log=True),
|
||||||
tenant=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(
|
AZURE_CREDENTIAL_ENV_MAPPING = dict(
|
||||||
|
|
Loading…
Reference in a new issue