fixing aiuth source (#42923)

This commit is contained in:
Zim Kalinowski 2018-07-27 14:48:17 +08:00 committed by Yunge Zhu
parent aefe963483
commit 750774d768
2 changed files with 2 additions and 3 deletions

View file

@ -23,8 +23,7 @@ except ImportError:
AZURE_COMMON_ARGS = dict(
auth_source=dict(
type='str',
choices=['auto', 'cli', 'env', 'credential_file', 'msi'],
default='auto'
choices=['auto', 'cli', 'env', 'credential_file', 'msi']
),
profile=dict(type='str'),
subscription_id=dict(type='str', no_log=True),