Skip to content

Commit

Permalink
Modify the default value of is_ad_resource in azure_rm_account_info t…
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun authored and Justwmz committed Nov 4, 2024
1 parent 4ab4256 commit e367099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_account_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self):
super(AzureRMAccountInfo, self).__init__(derived_arg_spec=self.module_arg_spec,
supports_check_mode=True,
supports_tags=False,
is_ad_resource=False)
is_ad_resource=True)

def exec_module(self, **kwargs):
self.results['account_info'] = self.list_items()
Expand Down

0 comments on commit e367099

Please sign in to comment.