Skip to content

Commit

Permalink
fix unsuppoeted header in adgroup owners (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamakou9665 authored Feb 29, 2024
1 parent ec01f03 commit c9bbbd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/azure_rm_adgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ async def get_group_owners(self, group_id):
query_parameters=GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters(
count=True,
),
headers={'ConsistencyLevel': "eventual", }
)
return await self._client.groups.by_group_id(group_id).owners.get(request_configuration=request_configuration)

Expand Down

0 comments on commit c9bbbd9

Please sign in to comment.