From 96b6858465b6c04335bd12605db19182a15c67a3 Mon Sep 17 00:00:00 2001 From: Fred-sun Date: Mon, 25 Mar 2024 18:12:25 +0800 Subject: [PATCH] Modify the default value of is_ad_resource in azure_rm_account_info to True --- plugins/modules/azure_rm_account_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/azure_rm_account_info.py b/plugins/modules/azure_rm_account_info.py index 27dc01bba..a3f2109bd 100644 --- a/plugins/modules/azure_rm_account_info.py +++ b/plugins/modules/azure_rm_account_info.py @@ -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()