mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix for removing subscripion_id from resource facts (#55203)
This commit is contained in:
parent
52b582a7a4
commit
48cb681140
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ AZURE_COMMON_ARGS = dict(
|
|||
choices=['auto', 'cli', 'env', 'credential_file', 'msi']
|
||||
),
|
||||
profile=dict(type='str'),
|
||||
subscription_id=dict(type='str', no_log=True),
|
||||
subscription_id=dict(type='str'),
|
||||
client_id=dict(type='str', no_log=True),
|
||||
secret=dict(type='str', no_log=True),
|
||||
tenant=dict(type='str', no_log=True),
|
||||
|
|
Loading…
Reference in a new issue