mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
upgrade the azure storage version (#34442)
This commit is contained in:
parent
99551818a1
commit
6d3fafa2d5
3 changed files with 3 additions and 3 deletions
|
@ -750,7 +750,7 @@ class AzureRMModuleBase(object):
|
|||
if not self._storage_client:
|
||||
self._storage_client = self.get_mgmt_svc_client(StorageManagementClient,
|
||||
base_url=self._cloud_environment.endpoints.resource_manager,
|
||||
api_version='2017-06-01')
|
||||
api_version='2017-10-01')
|
||||
return self._storage_client
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue