azure-mgmt-storage 22.0.0__py3-none-any.whl → 22.1.0__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.0.dist-info}/METADATA +31 -1
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.0.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.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.0.dist-info}/WHEEL +0 -0
- {azure_mgmt_storage-22.0.0.dist-info → azure_mgmt_storage-22.1.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: azure-mgmt-storage
|
3
|
-
Version: 22.
|
3
|
+
Version: 22.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
|
@@ -90,6 +90,36 @@ section of the project.
|
|
90
90
|
|
91
91
|
# Release History
|
92
92
|
|
93
|
+
## 22.1.0 (2025-02-19)
|
94
|
+
|
95
|
+
### Features Added
|
96
|
+
|
97
|
+
- Added operation FileServicesOperations.get_service_usage
|
98
|
+
- Added operation FileServicesOperations.list_service_usages
|
99
|
+
- Model FileShare has a new parameter file_share_paid_bursting
|
100
|
+
- Model FileShare has a new parameter included_burst_iops
|
101
|
+
- Model FileShare has a new parameter max_burst_credits_for_iops
|
102
|
+
- Model FileShare has a new parameter next_allowed_provisioned_bandwidth_downgrade_time
|
103
|
+
- Model FileShare has a new parameter next_allowed_provisioned_iops_downgrade_time
|
104
|
+
- Model FileShare has a new parameter next_allowed_quota_downgrade_time
|
105
|
+
- Model FileShare has a new parameter provisioned_bandwidth_mibps
|
106
|
+
- Model FileShare has a new parameter provisioned_iops
|
107
|
+
- Model FileShareItem has a new parameter file_share_paid_bursting
|
108
|
+
- Model FileShareItem has a new parameter included_burst_iops
|
109
|
+
- Model FileShareItem has a new parameter max_burst_credits_for_iops
|
110
|
+
- Model FileShareItem has a new parameter next_allowed_provisioned_bandwidth_downgrade_time
|
111
|
+
- Model FileShareItem has a new parameter next_allowed_provisioned_iops_downgrade_time
|
112
|
+
- Model FileShareItem has a new parameter next_allowed_quota_downgrade_time
|
113
|
+
- Model FileShareItem has a new parameter provisioned_bandwidth_mibps
|
114
|
+
- Model FileShareItem has a new parameter provisioned_iops
|
115
|
+
- Model ObjectReplicationPolicy has a new parameter metrics
|
116
|
+
- Enum `SkuName` added member `STANDARD_V2_LRS`
|
117
|
+
- Enum `SkuName` added member `STANDARD_V2_GRS`
|
118
|
+
- Enum `SkuName` added member `STANDARD_V2_ZRS`
|
119
|
+
- Enum `SkuName` added member `STANDARD_V2_GZRS`
|
120
|
+
- Enum `SkuName` added member `PREMIUM_V2_LRS`
|
121
|
+
- Enum `SkuName` added member `PREMIUM_V2_ZRS`
|
122
|
+
|
93
123
|
## 22.0.0 (2025-01-15)
|
94
124
|
|
95
125
|
### Breaking Changes
|
@@ -1,18 +1,18 @@
|
|
1
1
|
azure/mgmt/storage/__init__.py,sha256=m8sm-rRh8sQ0tlJ4ymmPEGRr_JntgMvjpcrOcwjz_AM,725
|
2
2
|
azure/mgmt/storage/_configuration.py,sha256=WGXuK1mWScrq7p-y-RZzZtsIcd1oc3M2uQFlSf00l1c,3099
|
3
3
|
azure/mgmt/storage/_serialization.py,sha256=UPhwIc2GAKFtMpaqd92gKcvIumDoq_nvmgBkYTo419E,84511
|
4
|
-
azure/mgmt/storage/_storage_management_client.py,sha256=
|
5
|
-
azure/mgmt/storage/_version.py,sha256=
|
6
|
-
azure/mgmt/storage/models.py,sha256=
|
4
|
+
azure/mgmt/storage/_storage_management_client.py,sha256=qh1WMqEDMHSemWQKgWARkFANFPE5zd35758Lw_dAt80,31209
|
5
|
+
azure/mgmt/storage/_version.py,sha256=vi7swbY403emUsEbLoau4Ld8AvLAR4ZQ8LxayOJg-rs,346
|
6
|
+
azure/mgmt/storage/models.py,sha256=K3K5VD5s4Efg2lH5kI5178evz2kN2BMJlINzGqNnAvg,394
|
7
7
|
azure/mgmt/storage/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
8
8
|
azure/mgmt/storage/aio/__init__.py,sha256=91Ueq_d_YhUQnoHuhv-HKRhRnDGx8kYi1QeyF_cT3A4,570
|
9
9
|
azure/mgmt/storage/aio/_configuration.py,sha256=ZBMoIdgQ8y_qBNgeML9GskN3ms4dMXub0mLshOc7yow,3163
|
10
|
-
azure/mgmt/storage/aio/_storage_management_client.py,sha256=
|
10
|
+
azure/mgmt/storage/aio/_storage_management_client.py,sha256=RfFqSba6xSv56WdcbknNUMsNNHqarNCwVpvbSyzatQc,31750
|
11
11
|
azure/mgmt/storage/v2016_01_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG3js5p0jBaYY7k,1063
|
12
12
|
azure/mgmt/storage/v2016_01_01/_configuration.py,sha256=siI7T4arsx5aMS3_CQvP0WUBmV0dnnHhpJpWDs2fioE,3483
|
13
13
|
azure/mgmt/storage/v2016_01_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
|
14
14
|
azure/mgmt/storage/v2016_01_01/_storage_management_client.py,sha256=swXUKA6adRjEK5P-oaoSrvIY4dxqeZFtuMMjf2Np5vA,5485
|
15
|
-
azure/mgmt/storage/v2016_01_01/_version.py,sha256=
|
15
|
+
azure/mgmt/storage/v2016_01_01/_version.py,sha256=PNUgM7WkCX19Teq4j1PuSdLdmNiem4-Xj_oC_AVRaQ0,487
|
16
16
|
azure/mgmt/storage/v2016_01_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
17
17
|
azure/mgmt/storage/v2016_01_01/aio/__init__.py,sha256=y3iibWAAHOz6PL7TZfbzKkWVdp3zcSebEwSvsuWCTzw,1010
|
18
18
|
azure/mgmt/storage/v2016_01_01/aio/_configuration.py,sha256=YZtsiiROoAP7dZEgdDP7EPnWaBNVKmYspQmJCeZ5JeM,3531
|
@@ -34,7 +34,7 @@ azure/mgmt/storage/v2017_10_01/__init__.py,sha256=oZPgxLp2BadEHAGCxH2XrjJHIBrYPk
|
|
34
34
|
azure/mgmt/storage/v2017_10_01/_configuration.py,sha256=uUcUwS3Jy-dJbp3inNCqjRAgLd6FlnxTpqx9WD8apH0,3471
|
35
35
|
azure/mgmt/storage/v2017_10_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
|
36
36
|
azure/mgmt/storage/v2017_10_01/_storage_management.py,sha256=pn7xRJVjWrcB2Rz-y5e-3XADfpPQqktoaevy8VLo5IQ,5944
|
37
|
-
azure/mgmt/storage/v2017_10_01/_version.py,sha256=
|
37
|
+
azure/mgmt/storage/v2017_10_01/_version.py,sha256=PNUgM7WkCX19Teq4j1PuSdLdmNiem4-Xj_oC_AVRaQ0,487
|
38
38
|
azure/mgmt/storage/v2017_10_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
39
39
|
azure/mgmt/storage/v2017_10_01/aio/__init__.py,sha256=p1IDOkB-_obkrqgGDOgDHabjz67tFXLZQ1zszUBKbJg,991
|
40
40
|
azure/mgmt/storage/v2017_10_01/aio/_configuration.py,sha256=WSsIiOH-QCmYobC1QJyQbCoKiRVEmPhOFHOzbkfrEtw,3519
|
@@ -60,7 +60,7 @@ azure/mgmt/storage/v2019_06_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG
|
|
60
60
|
azure/mgmt/storage/v2019_06_01/_configuration.py,sha256=I_JyyXxG59ttJBZis3dY8Anae963nnP3uqoVhhbbUwc,3359
|
61
61
|
azure/mgmt/storage/v2019_06_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
|
62
62
|
azure/mgmt/storage/v2019_06_01/_storage_management_client.py,sha256=-JsmSBjlOLYKuodPjE6sOhm7goQ76-mWTvc0UppUy1M,10870
|
63
|
-
azure/mgmt/storage/v2019_06_01/_version.py,sha256=
|
63
|
+
azure/mgmt/storage/v2019_06_01/_version.py,sha256=PNUgM7WkCX19Teq4j1PuSdLdmNiem4-Xj_oC_AVRaQ0,487
|
64
64
|
azure/mgmt/storage/v2019_06_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
65
65
|
azure/mgmt/storage/v2019_06_01/aio/__init__.py,sha256=y3iibWAAHOz6PL7TZfbzKkWVdp3zcSebEwSvsuWCTzw,1010
|
66
66
|
azure/mgmt/storage/v2019_06_01/aio/_configuration.py,sha256=YP9rGPG5ig5sE8GsicWpz3-eheu_SF5GL7um4R5g7MI,3407
|
@@ -110,74 +110,74 @@ azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py,sha256
|
|
110
110
|
azure/mgmt/storage/v2019_06_01/operations/_table_operations.py,sha256=9GQDx2JoeKqfMxoAWDwN0sjCyuQ4U7BpJVchoukvgZo,25400
|
111
111
|
azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py,sha256=2h7zpJ0OZZct-ccdCkCNPUepqJr7iUmEvDjzubS3FcQ,20622
|
112
112
|
azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py,sha256=IB3FgGF1U5tIcHEmX41Spm_vC3lVRTq8laCUGxOcWc0,6876
|
113
|
-
azure/mgmt/storage/
|
114
|
-
azure/mgmt/storage/
|
115
|
-
azure/mgmt/storage/
|
116
|
-
azure/mgmt/storage/
|
117
|
-
azure/mgmt/storage/
|
118
|
-
azure/mgmt/storage/
|
119
|
-
azure/mgmt/storage/
|
120
|
-
azure/mgmt/storage/
|
121
|
-
azure/mgmt/storage/
|
122
|
-
azure/mgmt/storage/
|
123
|
-
azure/mgmt/storage/
|
124
|
-
azure/mgmt/storage/
|
125
|
-
azure/mgmt/storage/
|
126
|
-
azure/mgmt/storage/
|
127
|
-
azure/mgmt/storage/
|
128
|
-
azure/mgmt/storage/
|
129
|
-
azure/mgmt/storage/
|
130
|
-
azure/mgmt/storage/
|
131
|
-
azure/mgmt/storage/
|
132
|
-
azure/mgmt/storage/
|
133
|
-
azure/mgmt/storage/
|
134
|
-
azure/mgmt/storage/
|
135
|
-
azure/mgmt/storage/
|
136
|
-
azure/mgmt/storage/
|
137
|
-
azure/mgmt/storage/
|
138
|
-
azure/mgmt/storage/
|
139
|
-
azure/mgmt/storage/
|
140
|
-
azure/mgmt/storage/
|
141
|
-
azure/mgmt/storage/
|
142
|
-
azure/mgmt/storage/
|
143
|
-
azure/mgmt/storage/
|
144
|
-
azure/mgmt/storage/
|
145
|
-
azure/mgmt/storage/
|
146
|
-
azure/mgmt/storage/
|
147
|
-
azure/mgmt/storage/
|
148
|
-
azure/mgmt/storage/
|
149
|
-
azure/mgmt/storage/
|
150
|
-
azure/mgmt/storage/
|
151
|
-
azure/mgmt/storage/
|
152
|
-
azure/mgmt/storage/
|
153
|
-
azure/mgmt/storage/
|
154
|
-
azure/mgmt/storage/
|
155
|
-
azure/mgmt/storage/
|
156
|
-
azure/mgmt/storage/
|
157
|
-
azure/mgmt/storage/
|
158
|
-
azure/mgmt/storage/
|
159
|
-
azure/mgmt/storage/
|
160
|
-
azure/mgmt/storage/
|
161
|
-
azure/mgmt/storage/
|
162
|
-
azure/mgmt/storage/
|
163
|
-
azure/mgmt/storage/
|
164
|
-
azure/mgmt/storage/
|
165
|
-
azure/mgmt/storage/
|
166
|
-
azure/mgmt/storage/
|
167
|
-
azure/mgmt/storage/
|
168
|
-
azure/mgmt/storage/
|
169
|
-
azure/mgmt/storage/
|
170
|
-
azure/mgmt/storage/
|
171
|
-
azure/mgmt/storage/
|
172
|
-
azure/mgmt/storage/
|
173
|
-
azure/mgmt/storage/
|
174
|
-
azure/mgmt/storage/
|
175
|
-
azure/mgmt/storage/
|
176
|
-
azure/mgmt/storage/
|
177
|
-
azure/mgmt/storage/
|
178
|
-
azure/mgmt/storage/
|
179
|
-
azure_mgmt_storage-22.
|
180
|
-
azure_mgmt_storage-22.
|
181
|
-
azure_mgmt_storage-22.
|
182
|
-
azure_mgmt_storage-22.
|
183
|
-
azure_mgmt_storage-22.
|
113
|
+
azure/mgmt/storage/v2024_01_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG3js5p0jBaYY7k,1063
|
114
|
+
azure/mgmt/storage/v2024_01_01/_configuration.py,sha256=ueW5a5NL02MKrK9ldI1VrJHWCM_EtajIXy6AS3lFuMY,3359
|
115
|
+
azure/mgmt/storage/v2024_01_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
116
|
+
azure/mgmt/storage/v2024_01_01/_storage_management_client.py,sha256=m1iIxiWan3eB7FczuRpo325nf4zDzoDxV3UDNBBMGkM,13526
|
117
|
+
azure/mgmt/storage/v2024_01_01/_version.py,sha256=PNUgM7WkCX19Teq4j1PuSdLdmNiem4-Xj_oC_AVRaQ0,487
|
118
|
+
azure/mgmt/storage/v2024_01_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
119
|
+
azure/mgmt/storage/v2024_01_01/aio/__init__.py,sha256=y3iibWAAHOz6PL7TZfbzKkWVdp3zcSebEwSvsuWCTzw,1010
|
120
|
+
azure/mgmt/storage/v2024_01_01/aio/_configuration.py,sha256=zOGd3GdE0M5_rHawiiKhqZAGA6jqOe4Y_9TihUXQJZ0,3407
|
121
|
+
azure/mgmt/storage/v2024_01_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
122
|
+
azure/mgmt/storage/v2024_01_01/aio/_storage_management_client.py,sha256=MOIC5xFSGLx9O-T6uyv4ALk_ixpQnJg2ECleLMF7mcM,13793
|
123
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/__init__.py,sha256=OTQ3anJs42aOz8qnVhDaNZPofKjNHlSmOAFvQAfpfHg,3759
|
124
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_blob_containers_operations.py,sha256=drX637i2_sfh9A7IRs6UCLevX3S9kwT77F37C4L2Wg8,88505
|
125
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_blob_inventory_policies_operations.py,sha256=3jUNjTfDF0WDHU93nVU1rRw2vS_EqHp4DyC2UsszMeg,19727
|
126
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_blob_services_operations.py,sha256=WXjq_UT-46ZXR6343icqRgxE3_SF3iJh7URUeu20OLk,16286
|
127
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_deleted_accounts_operations.py,sha256=-sQxxSqqmA28krHGvZ0W3aRMg4iX6Fw4WQSsc8aQjZ4,8231
|
128
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_encryption_scopes_operations.py,sha256=alGm47ttlwOD3xe9D1I55xBlVDshrfmDG65o0VgfKr8,26770
|
129
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_file_services_operations.py,sha256=runNFIe-fX5wod7KNmBED4VBCXMdJxPCCAsku8G4eXs,22018
|
130
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_file_shares_operations.py,sha256=UvKuNi7PHIsV94diUPpIPt3IuNV7VNdI9H_GSP-gl8I,45544
|
131
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_local_users_operations.py,sha256=IoS5KK61SRNFbJO6vAGkzTbn4PK7feNNyzMAD3u9hGU,26132
|
132
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_management_policies_operations.py,sha256=KJ0hRuIT2KpXxkiVpFwRVxeZp6nz6BRyiev8lBLrKqQ,15221
|
133
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_network_security_perimeter_configurations_operations.py,sha256=0_UvTuUW4WJ063wLpizc2tl3uXoIayf5uG3V0wZS1OY,15980
|
134
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_object_replication_policies_operations.py,sha256=z0C15XIrSZe9OshMKBGbtkv7RQgFRr2rKNSNvhGkJZ8,20915
|
135
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_operations.py,sha256=lNMOll2I4vUzfZkQZWCOlmb3Vn4EVzuoMFdZYoMkfo8,5482
|
136
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
137
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_private_endpoint_connections_operations.py,sha256=QlCY6Acp7W-ZvFohXvSvwDEFykyGWrDwuyXiux9FJ0Y,19570
|
138
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_private_link_resources_operations.py,sha256=7Lc50KCdFnlF4zkD96qC3cPB5fx_6JOK_LkcnL5mL0g,4935
|
139
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_queue_operations.py,sha256=80dyFed7mn0Vdt7jvb6xB5BJH2fkaL49DrSVNwh6p4Y,27127
|
140
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_queue_services_operations.py,sha256=c2ryyXalTde0HdkOHug9IqMnZcRnzSHl2dFPe8w69ig,14754
|
141
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_skus_operations.py,sha256=YyVbD6k-bQRBhtj1ZObVT5-sTVHQ0Z12p3PlGndAMrU,5592
|
142
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_accounts_operations.py,sha256=Ls1SP6CClSBrCard7ZfrzUna_kX3rT_qH7k7B95-nOQ,104117
|
143
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignment_instances_report_operations.py,sha256=_eY33AjAPsJmXg1-aws_p4xzygv_U_XHVQm87KbynAQ,7737
|
144
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_instances_report_operations.py,sha256=qHXKeBj8zEcsMk6946e4ZqJYMs5aknnsb1dj-iE_cfk,7315
|
145
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_operations.py,sha256=MhxwSmvLyQg3yKrQ2UvzU2xnl0meWCTmrPERQGoHkw8,38964
|
146
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_table_operations.py,sha256=iOK_SqS5jNl_o3abP-u8j1fEsYjevDtDQppLWeQkdYY,25942
|
147
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_table_services_operations.py,sha256=WSq25WaJ4uNTOOBO3MfIToWZ-yR97AZfBSxPOmiX8VA,14754
|
148
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_usages_operations.py,sha256=UYdnrbBExh4vNpHr_WJil97iOodKHoIUc55_4EI1CUs,5778
|
149
|
+
azure/mgmt/storage/v2024_01_01/models/__init__.py,sha256=CdHsbSUsb_LsQkB4yRZIKzLin2E3fGvknFJJJ3N6ibE,15221
|
150
|
+
azure/mgmt/storage/v2024_01_01/models/_models_py3.py,sha256=QeC7g9GMwSKeQqTCFCO_dYTVFXGdKCze597HAAEOMuY,490499
|
151
|
+
azure/mgmt/storage/v2024_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
152
|
+
azure/mgmt/storage/v2024_01_01/models/_storage_management_client_enums.py,sha256=upnU_VFNnBH_ygLFbOi3dzfFyA--2kZFRuJEqAZoV3M,21604
|
153
|
+
azure/mgmt/storage/v2024_01_01/operations/__init__.py,sha256=OTQ3anJs42aOz8qnVhDaNZPofKjNHlSmOAFvQAfpfHg,3759
|
154
|
+
azure/mgmt/storage/v2024_01_01/operations/_blob_containers_operations.py,sha256=rHi_0pZHdQL3Fi0l1HOZOyljsxmQtJMzgdVrLkZBN9M,114254
|
155
|
+
azure/mgmt/storage/v2024_01_01/operations/_blob_inventory_policies_operations.py,sha256=7e01HdkMf8AZTHKdVS-Cu5QO1vgio3CEa0pfp8Q1IK4,26434
|
156
|
+
azure/mgmt/storage/v2024_01_01/operations/_blob_services_operations.py,sha256=W98EEr02hM2lWpn7y241JnBz_oLAHO5BVB-1au5OQTk,21179
|
157
|
+
azure/mgmt/storage/v2024_01_01/operations/_deleted_accounts_operations.py,sha256=o79mvc_CZJf0gUIRgrfD-d8IzgjhF5ISqjogAjN9HAw,10422
|
158
|
+
azure/mgmt/storage/v2024_01_01/operations/_encryption_scopes_operations.py,sha256=La_W9lOVXHgLBnPbxoIDHv1kJaWgfLHI3q_eRz4fm-E,34067
|
159
|
+
azure/mgmt/storage/v2024_01_01/operations/_file_services_operations.py,sha256=6WhRJZflzpUEOHHbUJjwojBxRkwP1djZe9vqdxSZqhk,30637
|
160
|
+
azure/mgmt/storage/v2024_01_01/operations/_file_shares_operations.py,sha256=cqn-TITn4sxTwo6nCwX0H1-G2Yus_MgBcVsczyCAPFM,58974
|
161
|
+
azure/mgmt/storage/v2024_01_01/operations/_local_users_operations.py,sha256=dsAuv0b2HglqGmjdoDn6kbHisXjLLqOu5yxWAoabxg4,36202
|
162
|
+
azure/mgmt/storage/v2024_01_01/operations/_management_policies_operations.py,sha256=SznfRjnakkv4kbovQairgBBOIsWFZMvltgjqhru_mlI,20287
|
163
|
+
azure/mgmt/storage/v2024_01_01/operations/_network_security_perimeter_configurations_operations.py,sha256=Z4u57BVn2NirsiN5G1B-oU91iXHpWrKCQW72uv5uGT4,20883
|
164
|
+
azure/mgmt/storage/v2024_01_01/operations/_object_replication_policies_operations.py,sha256=ecYIUNMjshkgU9yJ2FrG9H6MmoQ3PIQX3T1t6BWCLjA,27620
|
165
|
+
azure/mgmt/storage/v2024_01_01/operations/_operations.py,sha256=GHkvZi_Ujqcyok053wmCtOvECMzycWUplxOhkQ2mV4E,6174
|
166
|
+
azure/mgmt/storage/v2024_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
167
|
+
azure/mgmt/storage/v2024_01_01/operations/_private_endpoint_connections_operations.py,sha256=wpZSHlEKn_qffqp1URzNfL1tgMjuhn2M6zYvoEAlEcQ,26344
|
168
|
+
azure/mgmt/storage/v2024_01_01/operations/_private_link_resources_operations.py,sha256=824jsT1IIyDnXrCRTHCGj2--qY67DJJMFBT0pkytRVw,6423
|
169
|
+
azure/mgmt/storage/v2024_01_01/operations/_queue_operations.py,sha256=ldrZuRJE2AmqE6bQHeF_dDBPJoj6WYefrlJKhhumY14,36265
|
170
|
+
azure/mgmt/storage/v2024_01_01/operations/_queue_services_operations.py,sha256=i2ooOnvQ5YRdjV4IbkYNQfySKnDVbzGCHy7MNDgeLKs,19761
|
171
|
+
azure/mgmt/storage/v2024_01_01/operations/_skus_operations.py,sha256=IDrorQ24ePNuSMzU1MD_Ry5-ZG6uE5mh_hQBmP0mXh0,6532
|
172
|
+
azure/mgmt/storage/v2024_01_01/operations/_storage_accounts_operations.py,sha256=-tmyt-s9608GoacnjWx0iPax8j4GLJSc67AN910YAdk,130302
|
173
|
+
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignment_instances_report_operations.py,sha256=475tmbr_8fjwh39gvLACCFL8RZBSMkHB4Qjg-0XUVeQ,9789
|
174
|
+
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_instances_report_operations.py,sha256=_dA1qNSpb56SYGJrp3uLgTFAmC2CGoDavKlpuw6FTnQ,9012
|
175
|
+
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_operations.py,sha256=iN4zuY1K6vA9OlOG1nPtLcq1Y5wPTpkz_n3_ZGFg7sY,47650
|
176
|
+
azure/mgmt/storage/v2024_01_01/operations/_table_operations.py,sha256=HKU0Rt4-QvBEhmjiZQNH-mJFrLeRhe562Xn-q09ZHjQ,34479
|
177
|
+
azure/mgmt/storage/v2024_01_01/operations/_table_services_operations.py,sha256=2SUxlIE7NnwE9--7hC3nTOaoDGkA6dzF9BCwdy40_eQ,19761
|
178
|
+
azure/mgmt/storage/v2024_01_01/operations/_usages_operations.py,sha256=QQYY2rEzk4fXA93n761CPVgf46M7gEIeKrLTCqOOYMA,6876
|
179
|
+
azure_mgmt_storage-22.1.0.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074
|
180
|
+
azure_mgmt_storage-22.1.0.dist-info/METADATA,sha256=OOE3upOYDiPH9B-URLu8UvR5xQDl_Vf4Wf9gsrpsCcE,33322
|
181
|
+
azure_mgmt_storage-22.1.0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
|
182
|
+
azure_mgmt_storage-22.1.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
|
183
|
+
azure_mgmt_storage-22.1.0.dist-info/RECORD,,
|