Skip to content

Commit

Permalink
Enable azure_rm_accesstoken is ad resource (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun authored May 15, 2024
1 parent 6d80371 commit 9afedd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_accesstoken_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self):
super(AzureRMAccessToken, 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):
for key in list(self.module_arg_spec.keys()):
Expand Down

0 comments on commit 9afedd8

Please sign in to comment.