azure-mgmt-storage 23.0.1__tar.gz → 23.1.0__tar.gz
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-23.0.1 → azure_mgmt_storage-23.1.0}/CHANGELOG.md +29 -0
- {azure_mgmt_storage-23.0.1/azure_mgmt_storage.egg-info → azure_mgmt_storage-23.1.0}/PKG-INFO +45 -3
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/_configuration.py +2 -2
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/_storage_management_client.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/_version.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/_configuration.py +2 -2
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/_storage_management_client.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_storage_task_assignments_operations.py +9 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/models/__init__.py +18 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/models/_models_py3.py +418 -45
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/models/_storage_management_client_enums.py +21 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_blob_containers_operations.py +14 -14
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_blob_inventory_policies_operations.py +4 -4
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_blob_services_operations.py +3 -3
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_deleted_accounts_operations.py +2 -2
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_encryption_scopes_operations.py +4 -4
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_file_services_operations.py +5 -5
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_file_shares_operations.py +7 -7
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_local_users_operations.py +6 -6
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_management_policies_operations.py +3 -3
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_network_security_perimeter_configurations_operations.py +3 -3
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_object_replication_policies_operations.py +4 -4
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_operations.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_private_endpoint_connections_operations.py +4 -4
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_private_link_resources_operations.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_queue_operations.py +5 -5
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_queue_services_operations.py +3 -3
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_skus_operations.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_storage_accounts_operations.py +18 -18
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_storage_task_assignment_instances_report_operations.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_storage_task_assignments_instances_report_operations.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_storage_task_assignments_operations.py +14 -5
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_table_operations.py +5 -5
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_table_services_operations.py +3 -3
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_usages_operations.py +1 -1
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0/azure_mgmt_storage.egg-info}/PKG-INFO +45 -3
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure_mgmt_storage.egg-info/requires.txt +1 -1
- azure_mgmt_storage-23.1.0/pyproject.toml +16 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/setup.py +2 -1
- azure_mgmt_storage-23.0.1/pyproject.toml +0 -6
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/LICENSE +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/MANIFEST.in +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/README.md +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/__init__.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/__init__.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/__init__.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/_patch.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/_utils/__init__.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/_utils/serialization.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/__init__.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/_patch.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/__init__.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_blob_containers_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_blob_inventory_policies_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_blob_services_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_deleted_accounts_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_encryption_scopes_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_file_services_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_file_shares_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_local_users_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_management_policies_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_network_security_perimeter_configurations_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_object_replication_policies_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_patch.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_private_endpoint_connections_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_private_link_resources_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_queue_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_queue_services_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_skus_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_storage_accounts_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_storage_task_assignment_instances_report_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_storage_task_assignments_instances_report_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_table_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_table_services_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/operations/_usages_operations.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/models/_patch.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/__init__.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/operations/_patch.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/py.typed +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure_mgmt_storage.egg-info/SOURCES.txt +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure_mgmt_storage.egg-info/dependency_links.txt +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure_mgmt_storage.egg-info/not-zip-safe +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure_mgmt_storage.egg-info/top_level.txt +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/setup.cfg +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/_aio_testcase.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/conftest.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/disable_test_cli_mgmt_storage.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/disable_test_cli_mgmt_storage_async.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_deleted_accounts_operations_async_test.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_deleted_accounts_operations_test.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_operations_async_test.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_operations_test.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_skus_operations_async_test.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_skus_operations_test.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_storage_accounts_operations_async_test.py +0 -0
- {azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/tests/test_storage_management_storage_accounts_operations_test.py +0 -0
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## 23.1.0 (2025-09-22)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
- Model `AzureFilesIdentityBasedAuthentication` added property `smb_o_auth_settings`
|
|
8
|
+
- Model `Endpoints` added property `ipv6_endpoints`
|
|
9
|
+
- Model `NetworkRuleSet` added property `ipv6_rules`
|
|
10
|
+
- Model `ProtocolSettings` added property `nfs`
|
|
11
|
+
- Model `SkuInformation` added property `location_info`
|
|
12
|
+
- Model `SmbSetting` added property `encryption_in_transit`
|
|
13
|
+
- Model `StorageAccount` added property `zones`
|
|
14
|
+
- Model `StorageAccount` added property `placement`
|
|
15
|
+
- Model `StorageAccount` added property `dual_stack_endpoint_preference`
|
|
16
|
+
- Model `StorageAccountCreateParameters` added property `zones`
|
|
17
|
+
- Model `StorageAccountCreateParameters` added property `placement`
|
|
18
|
+
- Model `StorageAccountCreateParameters` added property `dual_stack_endpoint_preference`
|
|
19
|
+
- Model `StorageAccountUpdateParameters` added property `zones`
|
|
20
|
+
- Model `StorageAccountUpdateParameters` added property `placement`
|
|
21
|
+
- Model `StorageAccountUpdateParameters` added property `dual_stack_endpoint_preference`
|
|
22
|
+
- Added model `DualStackEndpointPreference`
|
|
23
|
+
- Added model `EncryptionInTransit`
|
|
24
|
+
- Added enum `IntervalUnit`
|
|
25
|
+
- Added model `NfsSetting`
|
|
26
|
+
- Added model `Placement`
|
|
27
|
+
- Added model `SkuInformationLocationInfoItem`
|
|
28
|
+
- Added model `SmbOAuthSettings`
|
|
29
|
+
- Added model `StorageAccountIpv6Endpoints`
|
|
30
|
+
- Added enum `ZonePlacementPolicy`
|
|
31
|
+
|
|
3
32
|
## 23.0.1 (2025-06-30)
|
|
4
33
|
|
|
5
34
|
### Other Changes
|
{azure_mgmt_storage-23.0.1/azure_mgmt_storage.egg-info → azure_mgmt_storage-23.1.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: azure-mgmt-storage
|
|
3
|
-
Version: 23.0
|
|
3
|
+
Version: 23.1.0
|
|
4
4
|
Summary: Microsoft Azure Storage Management Client Library for Python
|
|
5
5
|
Home-page: https://github.com/Azure/azure-sdk-for-python
|
|
6
6
|
Author: Microsoft Corporation
|
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
18
19
|
Classifier: License :: OSI Approved :: MIT License
|
|
19
20
|
Requires-Python: >=3.9
|
|
20
21
|
Description-Content-Type: text/markdown
|
|
@@ -22,7 +23,19 @@ License-File: LICENSE
|
|
|
22
23
|
Requires-Dist: isodate>=0.6.1
|
|
23
24
|
Requires-Dist: typing-extensions>=4.6.0
|
|
24
25
|
Requires-Dist: azure-common>=1.1
|
|
25
|
-
Requires-Dist: azure-mgmt-core>=1.
|
|
26
|
+
Requires-Dist: azure-mgmt-core>=1.6.0
|
|
27
|
+
Dynamic: author
|
|
28
|
+
Dynamic: author-email
|
|
29
|
+
Dynamic: classifier
|
|
30
|
+
Dynamic: description
|
|
31
|
+
Dynamic: description-content-type
|
|
32
|
+
Dynamic: home-page
|
|
33
|
+
Dynamic: keywords
|
|
34
|
+
Dynamic: license
|
|
35
|
+
Dynamic: license-file
|
|
36
|
+
Dynamic: requires-dist
|
|
37
|
+
Dynamic: requires-python
|
|
38
|
+
Dynamic: summary
|
|
26
39
|
|
|
27
40
|
# Microsoft Azure SDK for Python
|
|
28
41
|
|
|
@@ -89,6 +102,35 @@ section of the project.
|
|
|
89
102
|
|
|
90
103
|
# Release History
|
|
91
104
|
|
|
105
|
+
## 23.1.0 (2025-09-22)
|
|
106
|
+
|
|
107
|
+
### Features Added
|
|
108
|
+
|
|
109
|
+
- Model `AzureFilesIdentityBasedAuthentication` added property `smb_o_auth_settings`
|
|
110
|
+
- Model `Endpoints` added property `ipv6_endpoints`
|
|
111
|
+
- Model `NetworkRuleSet` added property `ipv6_rules`
|
|
112
|
+
- Model `ProtocolSettings` added property `nfs`
|
|
113
|
+
- Model `SkuInformation` added property `location_info`
|
|
114
|
+
- Model `SmbSetting` added property `encryption_in_transit`
|
|
115
|
+
- Model `StorageAccount` added property `zones`
|
|
116
|
+
- Model `StorageAccount` added property `placement`
|
|
117
|
+
- Model `StorageAccount` added property `dual_stack_endpoint_preference`
|
|
118
|
+
- Model `StorageAccountCreateParameters` added property `zones`
|
|
119
|
+
- Model `StorageAccountCreateParameters` added property `placement`
|
|
120
|
+
- Model `StorageAccountCreateParameters` added property `dual_stack_endpoint_preference`
|
|
121
|
+
- Model `StorageAccountUpdateParameters` added property `zones`
|
|
122
|
+
- Model `StorageAccountUpdateParameters` added property `placement`
|
|
123
|
+
- Model `StorageAccountUpdateParameters` added property `dual_stack_endpoint_preference`
|
|
124
|
+
- Added model `DualStackEndpointPreference`
|
|
125
|
+
- Added model `EncryptionInTransit`
|
|
126
|
+
- Added enum `IntervalUnit`
|
|
127
|
+
- Added model `NfsSetting`
|
|
128
|
+
- Added model `Placement`
|
|
129
|
+
- Added model `SkuInformationLocationInfoItem`
|
|
130
|
+
- Added model `SmbOAuthSettings`
|
|
131
|
+
- Added model `StorageAccountIpv6Endpoints`
|
|
132
|
+
- Added enum `ZonePlacementPolicy`
|
|
133
|
+
|
|
92
134
|
## 23.0.1 (2025-06-30)
|
|
93
135
|
|
|
94
136
|
### Other Changes
|
{azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/_configuration.py
RENAMED
|
@@ -27,13 +27,13 @@ class StorageManagementClientConfiguration: # pylint: disable=too-many-instance
|
|
|
27
27
|
:type credential: ~azure.core.credentials.TokenCredential
|
|
28
28
|
:param subscription_id: The ID of the target subscription. Required.
|
|
29
29
|
:type subscription_id: str
|
|
30
|
-
:keyword api_version: Api Version. Default value is "
|
|
30
|
+
:keyword api_version: Api Version. Default value is "2025-01-01". Note that overriding this
|
|
31
31
|
default value may result in unsupported behavior.
|
|
32
32
|
:paramtype api_version: str
|
|
33
33
|
"""
|
|
34
34
|
|
|
35
35
|
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
|
|
36
|
-
api_version: str = kwargs.pop("api_version", "
|
|
36
|
+
api_version: str = kwargs.pop("api_version", "2025-01-01")
|
|
37
37
|
|
|
38
38
|
if credential is None:
|
|
39
39
|
raise ValueError("Parameter 'credential' must not be None.")
|
|
@@ -117,7 +117,7 @@ class StorageManagementClient: # pylint: disable=too-many-instance-attributes
|
|
|
117
117
|
:type subscription_id: str
|
|
118
118
|
:param base_url: Service URL. Default value is None.
|
|
119
119
|
:type base_url: str
|
|
120
|
-
:keyword api_version: Api Version. Default value is "
|
|
120
|
+
:keyword api_version: Api Version. Default value is "2025-01-01". Note that overriding this
|
|
121
121
|
default value may result in unsupported behavior.
|
|
122
122
|
:paramtype api_version: str
|
|
123
123
|
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
{azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/aio/_configuration.py
RENAMED
|
@@ -27,13 +27,13 @@ class StorageManagementClientConfiguration: # pylint: disable=too-many-instance
|
|
|
27
27
|
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
|
|
28
28
|
:param subscription_id: The ID of the target subscription. Required.
|
|
29
29
|
:type subscription_id: str
|
|
30
|
-
:keyword api_version: Api Version. Default value is "
|
|
30
|
+
:keyword api_version: Api Version. Default value is "2025-01-01". Note that overriding this
|
|
31
31
|
default value may result in unsupported behavior.
|
|
32
32
|
:paramtype api_version: str
|
|
33
33
|
"""
|
|
34
34
|
|
|
35
35
|
def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
|
|
36
|
-
api_version: str = kwargs.pop("api_version", "
|
|
36
|
+
api_version: str = kwargs.pop("api_version", "2025-01-01")
|
|
37
37
|
|
|
38
38
|
if credential is None:
|
|
39
39
|
raise ValueError("Parameter 'credential' must not be None.")
|
|
@@ -119,7 +119,7 @@ class StorageManagementClient: # pylint: disable=too-many-instance-attributes
|
|
|
119
119
|
:type subscription_id: str
|
|
120
120
|
:param base_url: Service URL. Default value is None.
|
|
121
121
|
:type base_url: str
|
|
122
|
-
:keyword api_version: Api Version. Default value is "
|
|
122
|
+
:keyword api_version: Api Version. Default value is "2025-01-01". Note that overriding this
|
|
123
123
|
default value may result in unsupported behavior.
|
|
124
124
|
:paramtype api_version: str
|
|
125
125
|
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
|
|
@@ -129,6 +129,9 @@ class StorageTaskAssignmentsOperations:
|
|
|
129
129
|
|
|
130
130
|
response_headers = {}
|
|
131
131
|
if response.status_code == 202:
|
|
132
|
+
response_headers["Azure-AsyncOperation"] = self._deserialize(
|
|
133
|
+
"str", response.headers.get("Azure-AsyncOperation")
|
|
134
|
+
)
|
|
132
135
|
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
|
|
133
136
|
|
|
134
137
|
deserialized = response.stream_download(self._client._pipeline, decompress=_decompress)
|
|
@@ -365,6 +368,9 @@ class StorageTaskAssignmentsOperations:
|
|
|
365
368
|
|
|
366
369
|
response_headers = {}
|
|
367
370
|
if response.status_code == 202:
|
|
371
|
+
response_headers["Azure-AsyncOperation"] = self._deserialize(
|
|
372
|
+
"str", response.headers.get("Azure-AsyncOperation")
|
|
373
|
+
)
|
|
368
374
|
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
|
|
369
375
|
|
|
370
376
|
deserialized = response.stream_download(self._client._pipeline, decompress=_decompress)
|
|
@@ -637,6 +643,9 @@ class StorageTaskAssignmentsOperations:
|
|
|
637
643
|
|
|
638
644
|
response_headers = {}
|
|
639
645
|
if response.status_code == 202:
|
|
646
|
+
response_headers["Azure-AsyncOperation"] = self._deserialize(
|
|
647
|
+
"str", response.headers.get("Azure-AsyncOperation")
|
|
648
|
+
)
|
|
640
649
|
response_headers["Location"] = self._deserialize("str", response.headers.get("Location"))
|
|
641
650
|
|
|
642
651
|
deserialized = response.stream_download(self._client._pipeline, decompress=_decompress)
|
{azure_mgmt_storage-23.0.1 → azure_mgmt_storage-23.1.0}/azure/mgmt/storage/models/__init__.py
RENAMED
|
@@ -49,8 +49,10 @@ from ._models_py3 import ( # type: ignore
|
|
|
49
49
|
DeletedAccountListResult,
|
|
50
50
|
DeletedShare,
|
|
51
51
|
Dimension,
|
|
52
|
+
DualStackEndpointPreference,
|
|
52
53
|
Encryption,
|
|
53
54
|
EncryptionIdentity,
|
|
55
|
+
EncryptionInTransit,
|
|
54
56
|
EncryptionScope,
|
|
55
57
|
EncryptionScopeKeyVaultProperties,
|
|
56
58
|
EncryptionScopeListResult,
|
|
@@ -125,6 +127,7 @@ from ._models_py3 import ( # type: ignore
|
|
|
125
127
|
NetworkSecurityPerimeterConfigurationList,
|
|
126
128
|
NetworkSecurityPerimeterConfigurationPropertiesProfile,
|
|
127
129
|
NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation,
|
|
130
|
+
NfsSetting,
|
|
128
131
|
NspAccessRule,
|
|
129
132
|
NspAccessRuleProperties,
|
|
130
133
|
NspAccessRulePropertiesSubscriptionsItem,
|
|
@@ -137,6 +140,7 @@ from ._models_py3 import ( # type: ignore
|
|
|
137
140
|
OperationDisplay,
|
|
138
141
|
OperationListResult,
|
|
139
142
|
PermissionScope,
|
|
143
|
+
Placement,
|
|
140
144
|
PrivateEndpoint,
|
|
141
145
|
PrivateEndpointConnection,
|
|
142
146
|
PrivateEndpointConnectionListResult,
|
|
@@ -163,12 +167,15 @@ from ._models_py3 import ( # type: ignore
|
|
|
163
167
|
SignedIdentifier,
|
|
164
168
|
Sku,
|
|
165
169
|
SkuInformation,
|
|
170
|
+
SkuInformationLocationInfoItem,
|
|
171
|
+
SmbOAuthSettings,
|
|
166
172
|
SmbSetting,
|
|
167
173
|
SshPublicKey,
|
|
168
174
|
StorageAccount,
|
|
169
175
|
StorageAccountCheckNameAvailabilityParameters,
|
|
170
176
|
StorageAccountCreateParameters,
|
|
171
177
|
StorageAccountInternetEndpoints,
|
|
178
|
+
StorageAccountIpv6Endpoints,
|
|
172
179
|
StorageAccountKey,
|
|
173
180
|
StorageAccountListKeysResult,
|
|
174
181
|
StorageAccountListResult,
|
|
@@ -235,6 +242,7 @@ from ._storage_management_client_enums import ( # type: ignore
|
|
|
235
242
|
IdentityType,
|
|
236
243
|
ImmutabilityPolicyState,
|
|
237
244
|
ImmutabilityPolicyUpdateType,
|
|
245
|
+
IntervalUnit,
|
|
238
246
|
InventoryRuleType,
|
|
239
247
|
IssueType,
|
|
240
248
|
KeyPermission,
|
|
@@ -288,6 +296,7 @@ from ._storage_management_client_enums import ( # type: ignore
|
|
|
288
296
|
StorageAccountExpand,
|
|
289
297
|
TriggerType,
|
|
290
298
|
UsageUnit,
|
|
299
|
+
ZonePlacementPolicy,
|
|
291
300
|
)
|
|
292
301
|
from ._patch import __all__ as _patch_all
|
|
293
302
|
from ._patch import *
|
|
@@ -329,8 +338,10 @@ __all__ = [
|
|
|
329
338
|
"DeletedAccountListResult",
|
|
330
339
|
"DeletedShare",
|
|
331
340
|
"Dimension",
|
|
341
|
+
"DualStackEndpointPreference",
|
|
332
342
|
"Encryption",
|
|
333
343
|
"EncryptionIdentity",
|
|
344
|
+
"EncryptionInTransit",
|
|
334
345
|
"EncryptionScope",
|
|
335
346
|
"EncryptionScopeKeyVaultProperties",
|
|
336
347
|
"EncryptionScopeListResult",
|
|
@@ -405,6 +416,7 @@ __all__ = [
|
|
|
405
416
|
"NetworkSecurityPerimeterConfigurationList",
|
|
406
417
|
"NetworkSecurityPerimeterConfigurationPropertiesProfile",
|
|
407
418
|
"NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation",
|
|
419
|
+
"NfsSetting",
|
|
408
420
|
"NspAccessRule",
|
|
409
421
|
"NspAccessRuleProperties",
|
|
410
422
|
"NspAccessRulePropertiesSubscriptionsItem",
|
|
@@ -417,6 +429,7 @@ __all__ = [
|
|
|
417
429
|
"OperationDisplay",
|
|
418
430
|
"OperationListResult",
|
|
419
431
|
"PermissionScope",
|
|
432
|
+
"Placement",
|
|
420
433
|
"PrivateEndpoint",
|
|
421
434
|
"PrivateEndpointConnection",
|
|
422
435
|
"PrivateEndpointConnectionListResult",
|
|
@@ -443,12 +456,15 @@ __all__ = [
|
|
|
443
456
|
"SignedIdentifier",
|
|
444
457
|
"Sku",
|
|
445
458
|
"SkuInformation",
|
|
459
|
+
"SkuInformationLocationInfoItem",
|
|
460
|
+
"SmbOAuthSettings",
|
|
446
461
|
"SmbSetting",
|
|
447
462
|
"SshPublicKey",
|
|
448
463
|
"StorageAccount",
|
|
449
464
|
"StorageAccountCheckNameAvailabilityParameters",
|
|
450
465
|
"StorageAccountCreateParameters",
|
|
451
466
|
"StorageAccountInternetEndpoints",
|
|
467
|
+
"StorageAccountIpv6Endpoints",
|
|
452
468
|
"StorageAccountKey",
|
|
453
469
|
"StorageAccountListKeysResult",
|
|
454
470
|
"StorageAccountListResult",
|
|
@@ -512,6 +528,7 @@ __all__ = [
|
|
|
512
528
|
"IdentityType",
|
|
513
529
|
"ImmutabilityPolicyState",
|
|
514
530
|
"ImmutabilityPolicyUpdateType",
|
|
531
|
+
"IntervalUnit",
|
|
515
532
|
"InventoryRuleType",
|
|
516
533
|
"IssueType",
|
|
517
534
|
"KeyPermission",
|
|
@@ -565,6 +582,7 @@ __all__ = [
|
|
|
565
582
|
"StorageAccountExpand",
|
|
566
583
|
"TriggerType",
|
|
567
584
|
"UsageUnit",
|
|
585
|
+
"ZonePlacementPolicy",
|
|
568
586
|
]
|
|
569
587
|
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
|
|
570
588
|
_patch_sdk()
|