mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
pin api version of azure storage models
This commit is contained in:
parent
c6531ad556
commit
e6aeed2a8e
3 changed files with 21 additions and 21 deletions
|
@ -754,9 +754,9 @@ class AzureRMModuleBase(object):
|
|||
return self._storage_client
|
||||
|
||||
@property
|
||||
def storage_accounts_models(self):
|
||||
def storage_models(self):
|
||||
self.log('Getting storage models...')
|
||||
return self.storage_client.storage_accounts.models
|
||||
return StorageManagementClient.models("2017-10-01")
|
||||
|
||||
@property
|
||||
def network_client(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue