mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
fixing aiuth source (#42923)
This commit is contained in:
parent
aefe963483
commit
750774d768
2 changed files with 2 additions and 3 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue