upgrade the azure storage version (#34442)

This commit is contained in:
Yuwei Zhou 2018-01-05 00:23:15 +08:00 committed by Matt Davis
parent 99551818a1
commit 6d3fafa2d5
3 changed files with 3 additions and 3 deletions

View file

@ -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