Skip to content

Commit

Permalink
Update keyvaut api to v2021-10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun committed Oct 24, 2022
1 parent b436cd5 commit eda05d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_keyvault.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def exec_module(self, **kwargs):
self.mgmt_client = self.get_mgmt_svc_client(KeyVaultManagementClient,
base_url=self._cloud_environment.endpoints.resource_manager,
is_track2=True,
api_version="2019-09-01")
api_version="2021-10-01")

resource_group = self.get_resource_group(self.resource_group)

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_keyvault_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def exec_module(self, **kwargs):
self._client = self.get_mgmt_svc_client(KeyVaultManagementClient,
base_url=self._cloud_environment.endpoints.resource_manager,
is_track2=True,
api_version="2019-09-01")
api_version="2021-10-01")

if self.name:
if self.resource_group:
Expand Down

0 comments on commit eda05d8

Please sign in to comment.