azure-mgmt-storage 22.0.0__py3-none-any.whl → 22.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- azure/mgmt/storage/_storage_management_client.py +76 -76
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/_storage_management_client.py +76 -76
- azure/mgmt/storage/models.py +1 -1
- azure/mgmt/storage/v2016_01_01/_version.py +1 -1
- azure/mgmt/storage/v2017_10_01/_version.py +1 -1
- azure/mgmt/storage/v2019_06_01/_version.py +1 -1
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_configuration.py +2 -2
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_storage_management_client.py +49 -49
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_version.py +1 -1
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_configuration.py +2 -2
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_storage_management_client.py +49 -49
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_blob_containers_operations.py +57 -57
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_blob_inventory_policies_operations.py +17 -17
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_blob_services_operations.py +11 -11
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_deleted_accounts_operations.py +5 -5
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_encryption_scopes_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_file_services_operations.py +173 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_file_shares_operations.py +27 -27
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_local_users_operations.py +17 -17
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_management_policies_operations.py +15 -15
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_network_security_perimeter_configurations_operations.py +7 -7
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_object_replication_policies_operations.py +12 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_private_endpoint_connections_operations.py +12 -12
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_private_link_resources_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_queue_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_queue_services_operations.py +11 -11
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_skus_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_accounts_operations.py +69 -69
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignment_instances_report_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_instances_report_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_storage_task_assignments_operations.py +21 -21
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_table_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_table_services_operations.py +11 -11
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_usages_operations.py +3 -3
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/__init__.py +22 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_models_py3.py +1132 -526
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_storage_management_client_enums.py +6 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_blob_containers_operations.py +71 -71
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_blob_inventory_policies_operations.py +21 -21
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_blob_services_operations.py +14 -14
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_deleted_accounts_operations.py +7 -7
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_encryption_scopes_operations.py +22 -22
- azure/mgmt/storage/v2024_01_01/operations/_file_services_operations.py +669 -0
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_file_shares_operations.py +34 -34
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_local_users_operations.py +23 -23
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_management_policies_operations.py +18 -18
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_network_security_perimeter_configurations_operations.py +10 -10
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_object_replication_policies_operations.py +16 -16
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_private_endpoint_connections_operations.py +16 -16
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_private_link_resources_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_queue_operations.py +23 -23
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_queue_services_operations.py +14 -14
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_skus_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_accounts_operations.py +87 -87
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignment_instances_report_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_instances_report_operations.py +4 -4
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_storage_task_assignments_operations.py +26 -26
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_table_operations.py +23 -23
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_table_services_operations.py +14 -14
- azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_usages_operations.py +4 -4
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/METADATA +37 -1
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/RECORD +78 -78
- azure/mgmt/storage/v2023_05_01/operations/_file_services_operations.py +0 -431
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/aio/operations/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/models/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/__init__.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/operations/_patch.py +0 -0
- /azure/mgmt/storage/{v2023_05_01 → v2024_01_01}/py.typed +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/WHEEL +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.1.dist-info}/top_level.txt +0 -0
@@ -56,7 +56,7 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
56
56
|
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.
|
57
57
|
"""
|
58
58
|
|
59
|
-
DEFAULT_API_VERSION = '
|
59
|
+
DEFAULT_API_VERSION = '2024-01-01'
|
60
60
|
_PROFILE_TAG = "azure.mgmt.storage.StorageManagementClient"
|
61
61
|
LATEST_PROFILE = ProfileDefinition({
|
62
62
|
_PROFILE_TAG: {
|
@@ -113,7 +113,7 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
113
113
|
* 2016-01-01: :mod:`v2016_01_01.models<azure.mgmt.storage.v2016_01_01.models>`
|
114
114
|
* 2017-10-01: :mod:`v2017_10_01.models<azure.mgmt.storage.v2017_10_01.models>`
|
115
115
|
* 2019-06-01: :mod:`v2019_06_01.models<azure.mgmt.storage.v2019_06_01.models>`
|
116
|
-
*
|
116
|
+
* 2024-01-01: :mod:`v2024_01_01.models<azure.mgmt.storage.v2024_01_01.models>`
|
117
117
|
"""
|
118
118
|
if api_version == '2016-01-01':
|
119
119
|
from .v2016_01_01 import models
|
@@ -124,8 +124,8 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
124
124
|
elif api_version == '2019-06-01':
|
125
125
|
from .v2019_06_01 import models
|
126
126
|
return models
|
127
|
-
elif api_version == '
|
128
|
-
from .
|
127
|
+
elif api_version == '2024-01-01':
|
128
|
+
from .v2024_01_01 import models
|
129
129
|
return models
|
130
130
|
raise ValueError("API version {} is not available".format(api_version))
|
131
131
|
|
@@ -134,13 +134,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
134
134
|
"""Instance depends on the API version:
|
135
135
|
|
136
136
|
* 2019-06-01: :class:`BlobContainersOperations<azure.mgmt.storage.v2019_06_01.operations.BlobContainersOperations>`
|
137
|
-
*
|
137
|
+
* 2024-01-01: :class:`BlobContainersOperations<azure.mgmt.storage.v2024_01_01.operations.BlobContainersOperations>`
|
138
138
|
"""
|
139
139
|
api_version = self._get_api_version('blob_containers')
|
140
140
|
if api_version == '2019-06-01':
|
141
141
|
from .v2019_06_01.operations import BlobContainersOperations as OperationClass
|
142
|
-
elif api_version == '
|
143
|
-
from .
|
142
|
+
elif api_version == '2024-01-01':
|
143
|
+
from .v2024_01_01.operations import BlobContainersOperations as OperationClass
|
144
144
|
else:
|
145
145
|
raise ValueError("API version {} does not have operation group 'blob_containers'".format(api_version))
|
146
146
|
self._config.api_version = api_version
|
@@ -151,13 +151,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
151
151
|
"""Instance depends on the API version:
|
152
152
|
|
153
153
|
* 2019-06-01: :class:`BlobInventoryPoliciesOperations<azure.mgmt.storage.v2019_06_01.operations.BlobInventoryPoliciesOperations>`
|
154
|
-
*
|
154
|
+
* 2024-01-01: :class:`BlobInventoryPoliciesOperations<azure.mgmt.storage.v2024_01_01.operations.BlobInventoryPoliciesOperations>`
|
155
155
|
"""
|
156
156
|
api_version = self._get_api_version('blob_inventory_policies')
|
157
157
|
if api_version == '2019-06-01':
|
158
158
|
from .v2019_06_01.operations import BlobInventoryPoliciesOperations as OperationClass
|
159
|
-
elif api_version == '
|
160
|
-
from .
|
159
|
+
elif api_version == '2024-01-01':
|
160
|
+
from .v2024_01_01.operations import BlobInventoryPoliciesOperations as OperationClass
|
161
161
|
else:
|
162
162
|
raise ValueError("API version {} does not have operation group 'blob_inventory_policies'".format(api_version))
|
163
163
|
self._config.api_version = api_version
|
@@ -168,13 +168,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
168
168
|
"""Instance depends on the API version:
|
169
169
|
|
170
170
|
* 2019-06-01: :class:`BlobServicesOperations<azure.mgmt.storage.v2019_06_01.operations.BlobServicesOperations>`
|
171
|
-
*
|
171
|
+
* 2024-01-01: :class:`BlobServicesOperations<azure.mgmt.storage.v2024_01_01.operations.BlobServicesOperations>`
|
172
172
|
"""
|
173
173
|
api_version = self._get_api_version('blob_services')
|
174
174
|
if api_version == '2019-06-01':
|
175
175
|
from .v2019_06_01.operations import BlobServicesOperations as OperationClass
|
176
|
-
elif api_version == '
|
177
|
-
from .
|
176
|
+
elif api_version == '2024-01-01':
|
177
|
+
from .v2024_01_01.operations import BlobServicesOperations as OperationClass
|
178
178
|
else:
|
179
179
|
raise ValueError("API version {} does not have operation group 'blob_services'".format(api_version))
|
180
180
|
self._config.api_version = api_version
|
@@ -184,11 +184,11 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
184
184
|
def deleted_accounts(self):
|
185
185
|
"""Instance depends on the API version:
|
186
186
|
|
187
|
-
*
|
187
|
+
* 2024-01-01: :class:`DeletedAccountsOperations<azure.mgmt.storage.v2024_01_01.operations.DeletedAccountsOperations>`
|
188
188
|
"""
|
189
189
|
api_version = self._get_api_version('deleted_accounts')
|
190
|
-
if api_version == '
|
191
|
-
from .
|
190
|
+
if api_version == '2024-01-01':
|
191
|
+
from .v2024_01_01.operations import DeletedAccountsOperations as OperationClass
|
192
192
|
else:
|
193
193
|
raise ValueError("API version {} does not have operation group 'deleted_accounts'".format(api_version))
|
194
194
|
self._config.api_version = api_version
|
@@ -199,13 +199,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
199
199
|
"""Instance depends on the API version:
|
200
200
|
|
201
201
|
* 2019-06-01: :class:`EncryptionScopesOperations<azure.mgmt.storage.v2019_06_01.operations.EncryptionScopesOperations>`
|
202
|
-
*
|
202
|
+
* 2024-01-01: :class:`EncryptionScopesOperations<azure.mgmt.storage.v2024_01_01.operations.EncryptionScopesOperations>`
|
203
203
|
"""
|
204
204
|
api_version = self._get_api_version('encryption_scopes')
|
205
205
|
if api_version == '2019-06-01':
|
206
206
|
from .v2019_06_01.operations import EncryptionScopesOperations as OperationClass
|
207
|
-
elif api_version == '
|
208
|
-
from .
|
207
|
+
elif api_version == '2024-01-01':
|
208
|
+
from .v2024_01_01.operations import EncryptionScopesOperations as OperationClass
|
209
209
|
else:
|
210
210
|
raise ValueError("API version {} does not have operation group 'encryption_scopes'".format(api_version))
|
211
211
|
self._config.api_version = api_version
|
@@ -216,13 +216,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
216
216
|
"""Instance depends on the API version:
|
217
217
|
|
218
218
|
* 2019-06-01: :class:`FileServicesOperations<azure.mgmt.storage.v2019_06_01.operations.FileServicesOperations>`
|
219
|
-
*
|
219
|
+
* 2024-01-01: :class:`FileServicesOperations<azure.mgmt.storage.v2024_01_01.operations.FileServicesOperations>`
|
220
220
|
"""
|
221
221
|
api_version = self._get_api_version('file_services')
|
222
222
|
if api_version == '2019-06-01':
|
223
223
|
from .v2019_06_01.operations import FileServicesOperations as OperationClass
|
224
|
-
elif api_version == '
|
225
|
-
from .
|
224
|
+
elif api_version == '2024-01-01':
|
225
|
+
from .v2024_01_01.operations import FileServicesOperations as OperationClass
|
226
226
|
else:
|
227
227
|
raise ValueError("API version {} does not have operation group 'file_services'".format(api_version))
|
228
228
|
self._config.api_version = api_version
|
@@ -233,13 +233,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
233
233
|
"""Instance depends on the API version:
|
234
234
|
|
235
235
|
* 2019-06-01: :class:`FileSharesOperations<azure.mgmt.storage.v2019_06_01.operations.FileSharesOperations>`
|
236
|
-
*
|
236
|
+
* 2024-01-01: :class:`FileSharesOperations<azure.mgmt.storage.v2024_01_01.operations.FileSharesOperations>`
|
237
237
|
"""
|
238
238
|
api_version = self._get_api_version('file_shares')
|
239
239
|
if api_version == '2019-06-01':
|
240
240
|
from .v2019_06_01.operations import FileSharesOperations as OperationClass
|
241
|
-
elif api_version == '
|
242
|
-
from .
|
241
|
+
elif api_version == '2024-01-01':
|
242
|
+
from .v2024_01_01.operations import FileSharesOperations as OperationClass
|
243
243
|
else:
|
244
244
|
raise ValueError("API version {} does not have operation group 'file_shares'".format(api_version))
|
245
245
|
self._config.api_version = api_version
|
@@ -249,11 +249,11 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
249
249
|
def local_users(self):
|
250
250
|
"""Instance depends on the API version:
|
251
251
|
|
252
|
-
*
|
252
|
+
* 2024-01-01: :class:`LocalUsersOperations<azure.mgmt.storage.v2024_01_01.operations.LocalUsersOperations>`
|
253
253
|
"""
|
254
254
|
api_version = self._get_api_version('local_users')
|
255
|
-
if api_version == '
|
256
|
-
from .
|
255
|
+
if api_version == '2024-01-01':
|
256
|
+
from .v2024_01_01.operations import LocalUsersOperations as OperationClass
|
257
257
|
else:
|
258
258
|
raise ValueError("API version {} does not have operation group 'local_users'".format(api_version))
|
259
259
|
self._config.api_version = api_version
|
@@ -264,13 +264,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
264
264
|
"""Instance depends on the API version:
|
265
265
|
|
266
266
|
* 2019-06-01: :class:`ManagementPoliciesOperations<azure.mgmt.storage.v2019_06_01.operations.ManagementPoliciesOperations>`
|
267
|
-
*
|
267
|
+
* 2024-01-01: :class:`ManagementPoliciesOperations<azure.mgmt.storage.v2024_01_01.operations.ManagementPoliciesOperations>`
|
268
268
|
"""
|
269
269
|
api_version = self._get_api_version('management_policies')
|
270
270
|
if api_version == '2019-06-01':
|
271
271
|
from .v2019_06_01.operations import ManagementPoliciesOperations as OperationClass
|
272
|
-
elif api_version == '
|
273
|
-
from .
|
272
|
+
elif api_version == '2024-01-01':
|
273
|
+
from .v2024_01_01.operations import ManagementPoliciesOperations as OperationClass
|
274
274
|
else:
|
275
275
|
raise ValueError("API version {} does not have operation group 'management_policies'".format(api_version))
|
276
276
|
self._config.api_version = api_version
|
@@ -280,11 +280,11 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
280
280
|
def network_security_perimeter_configurations(self):
|
281
281
|
"""Instance depends on the API version:
|
282
282
|
|
283
|
-
*
|
283
|
+
* 2024-01-01: :class:`NetworkSecurityPerimeterConfigurationsOperations<azure.mgmt.storage.v2024_01_01.operations.NetworkSecurityPerimeterConfigurationsOperations>`
|
284
284
|
"""
|
285
285
|
api_version = self._get_api_version('network_security_perimeter_configurations')
|
286
|
-
if api_version == '
|
287
|
-
from .
|
286
|
+
if api_version == '2024-01-01':
|
287
|
+
from .v2024_01_01.operations import NetworkSecurityPerimeterConfigurationsOperations as OperationClass
|
288
288
|
else:
|
289
289
|
raise ValueError("API version {} does not have operation group 'network_security_perimeter_configurations'".format(api_version))
|
290
290
|
self._config.api_version = api_version
|
@@ -295,13 +295,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
295
295
|
"""Instance depends on the API version:
|
296
296
|
|
297
297
|
* 2019-06-01: :class:`ObjectReplicationPoliciesOperations<azure.mgmt.storage.v2019_06_01.operations.ObjectReplicationPoliciesOperations>`
|
298
|
-
*
|
298
|
+
* 2024-01-01: :class:`ObjectReplicationPoliciesOperations<azure.mgmt.storage.v2024_01_01.operations.ObjectReplicationPoliciesOperations>`
|
299
299
|
"""
|
300
300
|
api_version = self._get_api_version('object_replication_policies')
|
301
301
|
if api_version == '2019-06-01':
|
302
302
|
from .v2019_06_01.operations import ObjectReplicationPoliciesOperations as OperationClass
|
303
|
-
elif api_version == '
|
304
|
-
from .
|
303
|
+
elif api_version == '2024-01-01':
|
304
|
+
from .v2024_01_01.operations import ObjectReplicationPoliciesOperations as OperationClass
|
305
305
|
else:
|
306
306
|
raise ValueError("API version {} does not have operation group 'object_replication_policies'".format(api_version))
|
307
307
|
self._config.api_version = api_version
|
@@ -313,15 +313,15 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
313
313
|
|
314
314
|
* 2017-10-01: :class:`Operations<azure.mgmt.storage.v2017_10_01.operations.Operations>`
|
315
315
|
* 2019-06-01: :class:`Operations<azure.mgmt.storage.v2019_06_01.operations.Operations>`
|
316
|
-
*
|
316
|
+
* 2024-01-01: :class:`Operations<azure.mgmt.storage.v2024_01_01.operations.Operations>`
|
317
317
|
"""
|
318
318
|
api_version = self._get_api_version('operations')
|
319
319
|
if api_version == '2017-10-01':
|
320
320
|
from .v2017_10_01.operations import Operations as OperationClass
|
321
321
|
elif api_version == '2019-06-01':
|
322
322
|
from .v2019_06_01.operations import Operations as OperationClass
|
323
|
-
elif api_version == '
|
324
|
-
from .
|
323
|
+
elif api_version == '2024-01-01':
|
324
|
+
from .v2024_01_01.operations import Operations as OperationClass
|
325
325
|
else:
|
326
326
|
raise ValueError("API version {} does not have operation group 'operations'".format(api_version))
|
327
327
|
self._config.api_version = api_version
|
@@ -332,13 +332,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
332
332
|
"""Instance depends on the API version:
|
333
333
|
|
334
334
|
* 2019-06-01: :class:`PrivateEndpointConnectionsOperations<azure.mgmt.storage.v2019_06_01.operations.PrivateEndpointConnectionsOperations>`
|
335
|
-
*
|
335
|
+
* 2024-01-01: :class:`PrivateEndpointConnectionsOperations<azure.mgmt.storage.v2024_01_01.operations.PrivateEndpointConnectionsOperations>`
|
336
336
|
"""
|
337
337
|
api_version = self._get_api_version('private_endpoint_connections')
|
338
338
|
if api_version == '2019-06-01':
|
339
339
|
from .v2019_06_01.operations import PrivateEndpointConnectionsOperations as OperationClass
|
340
|
-
elif api_version == '
|
341
|
-
from .
|
340
|
+
elif api_version == '2024-01-01':
|
341
|
+
from .v2024_01_01.operations import PrivateEndpointConnectionsOperations as OperationClass
|
342
342
|
else:
|
343
343
|
raise ValueError("API version {} does not have operation group 'private_endpoint_connections'".format(api_version))
|
344
344
|
self._config.api_version = api_version
|
@@ -349,13 +349,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
349
349
|
"""Instance depends on the API version:
|
350
350
|
|
351
351
|
* 2019-06-01: :class:`PrivateLinkResourcesOperations<azure.mgmt.storage.v2019_06_01.operations.PrivateLinkResourcesOperations>`
|
352
|
-
*
|
352
|
+
* 2024-01-01: :class:`PrivateLinkResourcesOperations<azure.mgmt.storage.v2024_01_01.operations.PrivateLinkResourcesOperations>`
|
353
353
|
"""
|
354
354
|
api_version = self._get_api_version('private_link_resources')
|
355
355
|
if api_version == '2019-06-01':
|
356
356
|
from .v2019_06_01.operations import PrivateLinkResourcesOperations as OperationClass
|
357
|
-
elif api_version == '
|
358
|
-
from .
|
357
|
+
elif api_version == '2024-01-01':
|
358
|
+
from .v2024_01_01.operations import PrivateLinkResourcesOperations as OperationClass
|
359
359
|
else:
|
360
360
|
raise ValueError("API version {} does not have operation group 'private_link_resources'".format(api_version))
|
361
361
|
self._config.api_version = api_version
|
@@ -366,13 +366,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
366
366
|
"""Instance depends on the API version:
|
367
367
|
|
368
368
|
* 2019-06-01: :class:`QueueOperations<azure.mgmt.storage.v2019_06_01.operations.QueueOperations>`
|
369
|
-
*
|
369
|
+
* 2024-01-01: :class:`QueueOperations<azure.mgmt.storage.v2024_01_01.operations.QueueOperations>`
|
370
370
|
"""
|
371
371
|
api_version = self._get_api_version('queue')
|
372
372
|
if api_version == '2019-06-01':
|
373
373
|
from .v2019_06_01.operations import QueueOperations as OperationClass
|
374
|
-
elif api_version == '
|
375
|
-
from .
|
374
|
+
elif api_version == '2024-01-01':
|
375
|
+
from .v2024_01_01.operations import QueueOperations as OperationClass
|
376
376
|
else:
|
377
377
|
raise ValueError("API version {} does not have operation group 'queue'".format(api_version))
|
378
378
|
self._config.api_version = api_version
|
@@ -383,13 +383,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
383
383
|
"""Instance depends on the API version:
|
384
384
|
|
385
385
|
* 2019-06-01: :class:`QueueServicesOperations<azure.mgmt.storage.v2019_06_01.operations.QueueServicesOperations>`
|
386
|
-
*
|
386
|
+
* 2024-01-01: :class:`QueueServicesOperations<azure.mgmt.storage.v2024_01_01.operations.QueueServicesOperations>`
|
387
387
|
"""
|
388
388
|
api_version = self._get_api_version('queue_services')
|
389
389
|
if api_version == '2019-06-01':
|
390
390
|
from .v2019_06_01.operations import QueueServicesOperations as OperationClass
|
391
|
-
elif api_version == '
|
392
|
-
from .
|
391
|
+
elif api_version == '2024-01-01':
|
392
|
+
from .v2024_01_01.operations import QueueServicesOperations as OperationClass
|
393
393
|
else:
|
394
394
|
raise ValueError("API version {} does not have operation group 'queue_services'".format(api_version))
|
395
395
|
self._config.api_version = api_version
|
@@ -401,15 +401,15 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
401
401
|
|
402
402
|
* 2017-10-01: :class:`SkusOperations<azure.mgmt.storage.v2017_10_01.operations.SkusOperations>`
|
403
403
|
* 2019-06-01: :class:`SkusOperations<azure.mgmt.storage.v2019_06_01.operations.SkusOperations>`
|
404
|
-
*
|
404
|
+
* 2024-01-01: :class:`SkusOperations<azure.mgmt.storage.v2024_01_01.operations.SkusOperations>`
|
405
405
|
"""
|
406
406
|
api_version = self._get_api_version('skus')
|
407
407
|
if api_version == '2017-10-01':
|
408
408
|
from .v2017_10_01.operations import SkusOperations as OperationClass
|
409
409
|
elif api_version == '2019-06-01':
|
410
410
|
from .v2019_06_01.operations import SkusOperations as OperationClass
|
411
|
-
elif api_version == '
|
412
|
-
from .
|
411
|
+
elif api_version == '2024-01-01':
|
412
|
+
from .v2024_01_01.operations import SkusOperations as OperationClass
|
413
413
|
else:
|
414
414
|
raise ValueError("API version {} does not have operation group 'skus'".format(api_version))
|
415
415
|
self._config.api_version = api_version
|
@@ -422,7 +422,7 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
422
422
|
* 2016-01-01: :class:`StorageAccountsOperations<azure.mgmt.storage.v2016_01_01.operations.StorageAccountsOperations>`
|
423
423
|
* 2017-10-01: :class:`StorageAccountsOperations<azure.mgmt.storage.v2017_10_01.operations.StorageAccountsOperations>`
|
424
424
|
* 2019-06-01: :class:`StorageAccountsOperations<azure.mgmt.storage.v2019_06_01.operations.StorageAccountsOperations>`
|
425
|
-
*
|
425
|
+
* 2024-01-01: :class:`StorageAccountsOperations<azure.mgmt.storage.v2024_01_01.operations.StorageAccountsOperations>`
|
426
426
|
"""
|
427
427
|
api_version = self._get_api_version('storage_accounts')
|
428
428
|
if api_version == '2016-01-01':
|
@@ -431,8 +431,8 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
431
431
|
from .v2017_10_01.operations import StorageAccountsOperations as OperationClass
|
432
432
|
elif api_version == '2019-06-01':
|
433
433
|
from .v2019_06_01.operations import StorageAccountsOperations as OperationClass
|
434
|
-
elif api_version == '
|
435
|
-
from .
|
434
|
+
elif api_version == '2024-01-01':
|
435
|
+
from .v2024_01_01.operations import StorageAccountsOperations as OperationClass
|
436
436
|
else:
|
437
437
|
raise ValueError("API version {} does not have operation group 'storage_accounts'".format(api_version))
|
438
438
|
self._config.api_version = api_version
|
@@ -442,11 +442,11 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
442
442
|
def storage_task_assignment_instances_report(self):
|
443
443
|
"""Instance depends on the API version:
|
444
444
|
|
445
|
-
*
|
445
|
+
* 2024-01-01: :class:`StorageTaskAssignmentInstancesReportOperations<azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentInstancesReportOperations>`
|
446
446
|
"""
|
447
447
|
api_version = self._get_api_version('storage_task_assignment_instances_report')
|
448
|
-
if api_version == '
|
449
|
-
from .
|
448
|
+
if api_version == '2024-01-01':
|
449
|
+
from .v2024_01_01.operations import StorageTaskAssignmentInstancesReportOperations as OperationClass
|
450
450
|
else:
|
451
451
|
raise ValueError("API version {} does not have operation group 'storage_task_assignment_instances_report'".format(api_version))
|
452
452
|
self._config.api_version = api_version
|
@@ -456,11 +456,11 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
456
456
|
def storage_task_assignments(self):
|
457
457
|
"""Instance depends on the API version:
|
458
458
|
|
459
|
-
*
|
459
|
+
* 2024-01-01: :class:`StorageTaskAssignmentsOperations<azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentsOperations>`
|
460
460
|
"""
|
461
461
|
api_version = self._get_api_version('storage_task_assignments')
|
462
|
-
if api_version == '
|
463
|
-
from .
|
462
|
+
if api_version == '2024-01-01':
|
463
|
+
from .v2024_01_01.operations import StorageTaskAssignmentsOperations as OperationClass
|
464
464
|
else:
|
465
465
|
raise ValueError("API version {} does not have operation group 'storage_task_assignments'".format(api_version))
|
466
466
|
self._config.api_version = api_version
|
@@ -470,11 +470,11 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
470
470
|
def storage_task_assignments_instances_report(self):
|
471
471
|
"""Instance depends on the API version:
|
472
472
|
|
473
|
-
*
|
473
|
+
* 2024-01-01: :class:`StorageTaskAssignmentsInstancesReportOperations<azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentsInstancesReportOperations>`
|
474
474
|
"""
|
475
475
|
api_version = self._get_api_version('storage_task_assignments_instances_report')
|
476
|
-
if api_version == '
|
477
|
-
from .
|
476
|
+
if api_version == '2024-01-01':
|
477
|
+
from .v2024_01_01.operations import StorageTaskAssignmentsInstancesReportOperations as OperationClass
|
478
478
|
else:
|
479
479
|
raise ValueError("API version {} does not have operation group 'storage_task_assignments_instances_report'".format(api_version))
|
480
480
|
self._config.api_version = api_version
|
@@ -485,13 +485,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
485
485
|
"""Instance depends on the API version:
|
486
486
|
|
487
487
|
* 2019-06-01: :class:`TableOperations<azure.mgmt.storage.v2019_06_01.operations.TableOperations>`
|
488
|
-
*
|
488
|
+
* 2024-01-01: :class:`TableOperations<azure.mgmt.storage.v2024_01_01.operations.TableOperations>`
|
489
489
|
"""
|
490
490
|
api_version = self._get_api_version('table')
|
491
491
|
if api_version == '2019-06-01':
|
492
492
|
from .v2019_06_01.operations import TableOperations as OperationClass
|
493
|
-
elif api_version == '
|
494
|
-
from .
|
493
|
+
elif api_version == '2024-01-01':
|
494
|
+
from .v2024_01_01.operations import TableOperations as OperationClass
|
495
495
|
else:
|
496
496
|
raise ValueError("API version {} does not have operation group 'table'".format(api_version))
|
497
497
|
self._config.api_version = api_version
|
@@ -502,13 +502,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
502
502
|
"""Instance depends on the API version:
|
503
503
|
|
504
504
|
* 2019-06-01: :class:`TableServicesOperations<azure.mgmt.storage.v2019_06_01.operations.TableServicesOperations>`
|
505
|
-
*
|
505
|
+
* 2024-01-01: :class:`TableServicesOperations<azure.mgmt.storage.v2024_01_01.operations.TableServicesOperations>`
|
506
506
|
"""
|
507
507
|
api_version = self._get_api_version('table_services')
|
508
508
|
if api_version == '2019-06-01':
|
509
509
|
from .v2019_06_01.operations import TableServicesOperations as OperationClass
|
510
|
-
elif api_version == '
|
511
|
-
from .
|
510
|
+
elif api_version == '2024-01-01':
|
511
|
+
from .v2024_01_01.operations import TableServicesOperations as OperationClass
|
512
512
|
else:
|
513
513
|
raise ValueError("API version {} does not have operation group 'table_services'".format(api_version))
|
514
514
|
self._config.api_version = api_version
|
@@ -536,13 +536,13 @@ class StorageManagementClient(MultiApiClientMixin, _SDKClient):
|
|
536
536
|
"""Instance depends on the API version:
|
537
537
|
|
538
538
|
* 2019-06-01: :class:`UsagesOperations<azure.mgmt.storage.v2019_06_01.operations.UsagesOperations>`
|
539
|
-
*
|
539
|
+
* 2024-01-01: :class:`UsagesOperations<azure.mgmt.storage.v2024_01_01.operations.UsagesOperations>`
|
540
540
|
"""
|
541
541
|
api_version = self._get_api_version('usages')
|
542
542
|
if api_version == '2019-06-01':
|
543
543
|
from .v2019_06_01.operations import UsagesOperations as OperationClass
|
544
|
-
elif api_version == '
|
545
|
-
from .
|
544
|
+
elif api_version == '2024-01-01':
|
545
|
+
from .v2024_01_01.operations import UsagesOperations as OperationClass
|
546
546
|
else:
|
547
547
|
raise ValueError("API version {} does not have operation group 'usages'".format(api_version))
|
548
548
|
self._config.api_version = api_version
|
azure/mgmt/storage/_version.py
CHANGED