Add missing AD user params.

This commit is contained in:
chouseknecht 2016-04-17 01:43:39 -04:00
parent bc5e458aa9
commit ea07afe67b
No known key found for this signature in database
GPG key ID: 78F1698C5705A81B

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(