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