mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 12:52:48 +00:00
fix for removing subscripion_id from resource facts (#55203)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user