Add missing AD user params.

This commit is contained in:
chouseknecht
2016-04-17 01:43:39 -04:00
parent bc5e458aa9
commit ea07afe67b

View File

@@ -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(