Skip to content

Commit

Permalink
Fix a sanity error (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun authored Aug 16, 2022
1 parent bd26df5 commit 16140f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/azure_rm_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ def _get_credentials(self, auth_source=None, **params):
if auth_source == 'msi':
self.log('Retrieving credentials from MSI')
return self._get_msi_credentials(subscription_id=params.get('subscription_id'), client_id=params.get('client_id'),
_cloud_environment=params.get('cloud_environment'))
_cloud_environment=params.get('cloud_environment'))

if auth_source == 'cli':
if not HAS_AZURE_CLI_CORE:
Expand Down

0 comments on commit 16140f1

Please sign in to comment.