azure-mgmt-storage 22.1.0__py3-none-any.whl → 22.2.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/_version.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/v2024_01_01/_version.py +1 -1
- azure/mgmt/storage/v2024_01_01/aio/operations/_storage_accounts_operations.py +1 -1
- azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignment_instances_report_operations.py +1 -1
- azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_instances_report_operations.py +1 -1
- azure/mgmt/storage/v2024_01_01/models/_models_py3.py +21 -23
- azure/mgmt/storage/v2024_01_01/models/_storage_management_client_enums.py +1 -0
- azure/mgmt/storage/v2024_01_01/operations/_storage_accounts_operations.py +1 -1
- azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignment_instances_report_operations.py +1 -1
- azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_instances_report_operations.py +1 -1
- {azure_mgmt_storage-22.1.0.dist-info → azure_mgmt_storage-22.2.0.dist-info}/METADATA +17 -6
- {azure_mgmt_storage-22.1.0.dist-info → azure_mgmt_storage-22.2.0.dist-info}/RECORD +18 -18
- {azure_mgmt_storage-22.1.0.dist-info → azure_mgmt_storage-22.2.0.dist-info}/WHEEL +1 -1
- {azure_mgmt_storage-22.1.0.dist-info → azure_mgmt_storage-22.2.0.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-22.1.0.dist-info → azure_mgmt_storage-22.2.0.dist-info}/top_level.txt +0 -0
azure/mgmt/storage/_version.py
CHANGED
@@ -1399,7 +1399,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
1399
1399
|
primary use case of a Planned Failover is disaster recovery testing drills. This type of
|
1400
1400
|
failover is invoked by setting FailoverType parameter to 'Planned'. Learn more about the
|
1401
1401
|
failover options here-
|
1402
|
-
https://learn.microsoft.com/
|
1402
|
+
https://learn.microsoft.com/azure/storage/common/storage-disaster-recovery-guidance.
|
1403
1403
|
|
1404
1404
|
:param resource_group_name: The name of the resource group within the user's subscription. The
|
1405
1405
|
name is case insensitive. Required.
|
@@ -84,7 +84,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
84
84
|
:type maxpagesize: int
|
85
85
|
:param filter: Optional. When specified, it can be used to query using reporting properties.
|
86
86
|
See `Constructing Filter Strings
|
87
|
-
<https://learn.microsoft.com/
|
87
|
+
<https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
|
88
88
|
for details. Default value is None.
|
89
89
|
:type filter: str
|
90
90
|
:return: An iterator like instance of either StorageTaskReportInstance or the result of
|
@@ -79,7 +79,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
79
79
|
:type maxpagesize: int
|
80
80
|
:param filter: Optional. When specified, it can be used to query using reporting properties.
|
81
81
|
See `Constructing Filter Strings
|
82
|
-
<https://learn.microsoft.com/
|
82
|
+
<https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
|
83
83
|
for details. Default value is None.
|
84
84
|
:type filter: str
|
85
85
|
:return: An iterator like instance of either StorageTaskReportInstance or the result of
|
@@ -3045,14 +3045,14 @@ class FileShare(AzureEntityResource):
|
|
3045
3045
|
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
|
3046
3046
|
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
|
3047
3047
|
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
|
3048
|
-
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "
|
3048
|
+
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "rfc-1123"},
|
3049
3049
|
"next_allowed_provisioned_iops_downgrade_time": {
|
3050
3050
|
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
|
3051
|
-
"type": "
|
3051
|
+
"type": "rfc-1123",
|
3052
3052
|
},
|
3053
3053
|
"next_allowed_provisioned_bandwidth_downgrade_time": {
|
3054
3054
|
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
|
3055
|
-
"type": "
|
3055
|
+
"type": "rfc-1123",
|
3056
3056
|
},
|
3057
3057
|
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
|
3058
3058
|
"root_squash": {"key": "properties.rootSquash", "type": "str"},
|
@@ -3281,14 +3281,14 @@ class FileShareItem(AzureEntityResource):
|
|
3281
3281
|
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
|
3282
3282
|
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
|
3283
3283
|
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
|
3284
|
-
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "
|
3284
|
+
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "rfc-1123"},
|
3285
3285
|
"next_allowed_provisioned_iops_downgrade_time": {
|
3286
3286
|
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
|
3287
|
-
"type": "
|
3287
|
+
"type": "rfc-1123",
|
3288
3288
|
},
|
3289
3289
|
"next_allowed_provisioned_bandwidth_downgrade_time": {
|
3290
3290
|
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
|
3291
|
-
"type": "
|
3291
|
+
"type": "rfc-1123",
|
3292
3292
|
},
|
3293
3293
|
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
|
3294
3294
|
"root_squash": {"key": "properties.rootSquash", "type": "str"},
|
@@ -5098,7 +5098,7 @@ class ManagementPolicy(Resource):
|
|
5098
5098
|
:ivar last_modified_time: Returns the date and time the ManagementPolicies was last modified.
|
5099
5099
|
:vartype last_modified_time: ~datetime.datetime
|
5100
5100
|
:ivar policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
|
5101
|
-
https://
|
5101
|
+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.
|
5102
5102
|
:vartype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
|
5103
5103
|
"""
|
5104
5104
|
|
@@ -5120,7 +5120,7 @@ class ManagementPolicy(Resource):
|
|
5120
5120
|
def __init__(self, *, policy: Optional["_models.ManagementPolicySchema"] = None, **kwargs: Any) -> None:
|
5121
5121
|
"""
|
5122
5122
|
:keyword policy: The Storage Account ManagementPolicy, in JSON format. See more details in:
|
5123
|
-
https://
|
5123
|
+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.
|
5124
5124
|
:paramtype policy: ~azure.mgmt.storage.v2024_01_01.models.ManagementPolicySchema
|
5125
5125
|
"""
|
5126
5126
|
super().__init__(**kwargs)
|
@@ -5379,13 +5379,12 @@ class ManagementPolicyRule(_serialization.Model):
|
|
5379
5379
|
|
5380
5380
|
class ManagementPolicySchema(_serialization.Model):
|
5381
5381
|
"""The Storage Account ManagementPolicies Rules. See more details in:
|
5382
|
-
https://
|
5382
|
+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.
|
5383
5383
|
|
5384
5384
|
All required parameters must be populated in order to send to server.
|
5385
5385
|
|
5386
5386
|
:ivar rules: The Storage Account ManagementPolicies Rules. See more details in:
|
5387
|
-
https://
|
5388
|
-
Required.
|
5387
|
+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. Required.
|
5389
5388
|
:vartype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
|
5390
5389
|
"""
|
5391
5390
|
|
@@ -5400,8 +5399,7 @@ class ManagementPolicySchema(_serialization.Model):
|
|
5400
5399
|
def __init__(self, *, rules: List["_models.ManagementPolicyRule"], **kwargs: Any) -> None:
|
5401
5400
|
"""
|
5402
5401
|
:keyword rules: The Storage Account ManagementPolicies Rules. See more details in:
|
5403
|
-
https://
|
5404
|
-
Required.
|
5402
|
+
https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview. Required.
|
5405
5403
|
:paramtype rules: list[~azure.mgmt.storage.v2024_01_01.models.ManagementPolicyRule]
|
5406
5404
|
"""
|
5407
5405
|
super().__init__(**kwargs)
|
@@ -7598,8 +7596,8 @@ class StorageAccount(TrackedResource):
|
|
7598
7596
|
:vartype extended_location: ~azure.mgmt.storage.v2024_01_01.models.ExtendedLocation
|
7599
7597
|
:ivar provisioning_state: Gets the status of the storage account at the time the operation was
|
7600
7598
|
called. Known values are: "Creating", "ResolvingDNS", "Succeeded",
|
7601
|
-
"ValidateSubscriptionQuotaBegin", "ValidateSubscriptionQuotaEnd", "
|
7602
|
-
"Failed".
|
7599
|
+
"ValidateSubscriptionQuotaBegin", "ValidateSubscriptionQuotaEnd", "Accepted", "Deleting",
|
7600
|
+
"Canceled", and "Failed".
|
7603
7601
|
:vartype provisioning_state: str or ~azure.mgmt.storage.v2024_01_01.models.ProvisioningState
|
7604
7602
|
:ivar primary_endpoints: Gets the URLs that are used to perform a retrieval of a public blob,
|
7605
7603
|
queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob
|
@@ -9127,7 +9125,7 @@ class StorageTaskAssignmentProperties(_serialization.Model):
|
|
9127
9125
|
:vartype report: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentReport
|
9128
9126
|
:ivar provisioning_state: Represents the provisioning state of the storage task assignment.
|
9129
9127
|
Known values are: "Creating", "ResolvingDNS", "Succeeded", "ValidateSubscriptionQuotaBegin",
|
9130
|
-
"ValidateSubscriptionQuotaEnd", "Deleting", "Canceled", and "Failed".
|
9128
|
+
"ValidateSubscriptionQuotaEnd", "Accepted", "Deleting", "Canceled", and "Failed".
|
9131
9129
|
:vartype provisioning_state: str or ~azure.mgmt.storage.v2024_01_01.models.ProvisioningState
|
9132
9130
|
:ivar run_status: Run status of storage task assignment.
|
9133
9131
|
:vartype run_status: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
@@ -9319,7 +9317,7 @@ class StorageTaskAssignmentUpdateProperties(_serialization.Model):
|
|
9319
9317
|
:vartype report: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateReport
|
9320
9318
|
:ivar provisioning_state: Represents the provisioning state of the storage task assignment.
|
9321
9319
|
Known values are: "Creating", "ResolvingDNS", "Succeeded", "ValidateSubscriptionQuotaBegin",
|
9322
|
-
"ValidateSubscriptionQuotaEnd", "Deleting", "Canceled", and "Failed".
|
9320
|
+
"ValidateSubscriptionQuotaEnd", "Accepted", "Deleting", "Canceled", and "Failed".
|
9323
9321
|
:vartype provisioning_state: str or ~azure.mgmt.storage.v2024_01_01.models.ProvisioningState
|
9324
9322
|
:ivar run_status: Run status of storage task assignment.
|
9325
9323
|
:vartype run_status: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportProperties
|
@@ -9446,32 +9444,32 @@ class StorageTaskReportProperties(_serialization.Model):
|
|
9446
9444
|
:ivar start_time: Start time of the run instance. Filter options such as startTime gt
|
9447
9445
|
'2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for
|
9448
9446
|
DateTime properties in
|
9449
|
-
https://learn.microsoft.com/
|
9447
|
+
https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
|
9450
9448
|
:vartype start_time: str
|
9451
9449
|
:ivar finish_time: End time of the run instance. Filter options such as startTime gt
|
9452
9450
|
'2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for
|
9453
9451
|
DateTime properties in
|
9454
|
-
https://learn.microsoft.com/
|
9452
|
+
https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
|
9455
9453
|
:vartype finish_time: str
|
9456
9454
|
:ivar objects_targeted_count: Total number of objects that meet the condition as defined in the
|
9457
9455
|
storage task assignment execution context. Filter options such as objectsTargetedCount gt 50
|
9458
9456
|
and other comparison operators can be used as described for Numerical properties in
|
9459
|
-
https://learn.microsoft.com/
|
9457
|
+
https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
|
9460
9458
|
:vartype objects_targeted_count: str
|
9461
9459
|
:ivar objects_operated_on_count: Total number of objects that meet the storage tasks condition
|
9462
9460
|
and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other
|
9463
9461
|
comparison operators can be used as described for Numerical properties in
|
9464
|
-
https://learn.microsoft.com/
|
9462
|
+
https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
|
9465
9463
|
:vartype objects_operated_on_count: str
|
9466
9464
|
:ivar object_failed_count: Total number of objects where task operation failed when was
|
9467
9465
|
attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be
|
9468
9466
|
used as described for Numerical properties in
|
9469
|
-
https://learn.microsoft.com/
|
9467
|
+
https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
|
9470
9468
|
:vartype object_failed_count: str
|
9471
9469
|
:ivar objects_succeeded_count: Total number of objects where task operation succeeded when was
|
9472
9470
|
attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators
|
9473
9471
|
can be used as described for Numerical properties in
|
9474
|
-
https://learn.microsoft.com/
|
9472
|
+
https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators.
|
9475
9473
|
:vartype objects_succeeded_count: str
|
9476
9474
|
:ivar run_status_error: Well known Azure Storage error code that represents the error
|
9477
9475
|
encountered during execution of the run instance.
|
@@ -498,6 +498,7 @@ class ProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
|
|
498
498
|
SUCCEEDED = "Succeeded"
|
499
499
|
VALIDATE_SUBSCRIPTION_QUOTA_BEGIN = "ValidateSubscriptionQuotaBegin"
|
500
500
|
VALIDATE_SUBSCRIPTION_QUOTA_END = "ValidateSubscriptionQuotaEnd"
|
501
|
+
ACCEPTED = "Accepted"
|
501
502
|
DELETING = "Deleting"
|
502
503
|
CANCELED = "Canceled"
|
503
504
|
FAILED = "Failed"
|
@@ -2000,7 +2000,7 @@ class StorageAccountsOperations: # pylint: disable=too-many-public-methods
|
|
2000
2000
|
primary use case of a Planned Failover is disaster recovery testing drills. This type of
|
2001
2001
|
failover is invoked by setting FailoverType parameter to 'Planned'. Learn more about the
|
2002
2002
|
failover options here-
|
2003
|
-
https://learn.microsoft.com/
|
2003
|
+
https://learn.microsoft.com/azure/storage/common/storage-disaster-recovery-guidance.
|
2004
2004
|
|
2005
2005
|
:param resource_group_name: The name of the resource group within the user's subscription. The
|
2006
2006
|
name is case insensitive. Required.
|
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignment_instances_report_operations.py
CHANGED
@@ -141,7 +141,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
|
|
141
141
|
:type maxpagesize: int
|
142
142
|
:param filter: Optional. When specified, it can be used to query using reporting properties.
|
143
143
|
See `Constructing Filter Strings
|
144
|
-
<https://learn.microsoft.com/
|
144
|
+
<https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
|
145
145
|
for details. Default value is None.
|
146
146
|
:type filter: str
|
147
147
|
:return: An iterator like instance of either StorageTaskReportInstance or the result of
|
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_instances_report_operations.py
CHANGED
@@ -127,7 +127,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
|
|
127
127
|
:type maxpagesize: int
|
128
128
|
:param filter: Optional. When specified, it can be used to query using reporting properties.
|
129
129
|
See `Constructing Filter Strings
|
130
|
-
<https://learn.microsoft.com/
|
130
|
+
<https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
|
131
131
|
for details. Default value is None.
|
132
132
|
:type filter: str
|
133
133
|
:return: An iterator like instance of either StorageTaskReportInstance or the result of
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: azure-mgmt-storage
|
3
|
-
Version: 22.
|
3
|
+
Version: 22.2.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
|
@@ -20,10 +20,10 @@ Classifier: License :: OSI Approved :: MIT License
|
|
20
20
|
Requires-Python: >=3.8
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
License-File: LICENSE
|
23
|
-
Requires-Dist: isodate
|
24
|
-
Requires-Dist: typing-extensions
|
25
|
-
Requires-Dist: azure-common
|
26
|
-
Requires-Dist: azure-mgmt-core
|
23
|
+
Requires-Dist: isodate>=0.6.1
|
24
|
+
Requires-Dist: typing-extensions>=4.6.0
|
25
|
+
Requires-Dist: azure-common>=1.1
|
26
|
+
Requires-Dist: azure-mgmt-core>=1.3.2
|
27
27
|
|
28
28
|
# Microsoft Azure SDK for Python
|
29
29
|
|
@@ -51,7 +51,7 @@ pip install azure-identity
|
|
51
51
|
|
52
52
|
### Authentication
|
53
53
|
|
54
|
-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct
|
54
|
+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
|
55
55
|
|
56
56
|
- `AZURE_CLIENT_ID` for Azure client ID.
|
57
57
|
- `AZURE_TENANT_ID` for Azure tenant ID.
|
@@ -90,6 +90,17 @@ section of the project.
|
|
90
90
|
|
91
91
|
# Release History
|
92
92
|
|
93
|
+
## 22.2.0 (2025-04-21)
|
94
|
+
|
95
|
+
### Features Added
|
96
|
+
- Enum `ProvisioningState` added member `ACCEPTED`
|
97
|
+
|
98
|
+
## 22.1.1 (2025-02-27)
|
99
|
+
|
100
|
+
### Bugs Fixed
|
101
|
+
|
102
|
+
- Fix deserialization error for model `FileShare` and `FileShareItem`
|
103
|
+
|
93
104
|
## 22.1.0 (2025-02-19)
|
94
105
|
|
95
106
|
### Features Added
|
@@ -2,7 +2,7 @@ azure/mgmt/storage/__init__.py,sha256=m8sm-rRh8sQ0tlJ4ymmPEGRr_JntgMvjpcrOcwjz_A
|
|
2
2
|
azure/mgmt/storage/_configuration.py,sha256=WGXuK1mWScrq7p-y-RZzZtsIcd1oc3M2uQFlSf00l1c,3099
|
3
3
|
azure/mgmt/storage/_serialization.py,sha256=UPhwIc2GAKFtMpaqd92gKcvIumDoq_nvmgBkYTo419E,84511
|
4
4
|
azure/mgmt/storage/_storage_management_client.py,sha256=qh1WMqEDMHSemWQKgWARkFANFPE5zd35758Lw_dAt80,31209
|
5
|
-
azure/mgmt/storage/_version.py,sha256=
|
5
|
+
azure/mgmt/storage/_version.py,sha256=7RfTYM_xoMNB_pc165qcesL1HmF-lXsLjEweZzqLQjA,346
|
6
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
|
@@ -12,7 +12,7 @@ azure/mgmt/storage/v2016_01_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG
|
|
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=M29O2LNkRmDAoKbmkcB6MS57I5JWf9ZzB82p-JCf7OI,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=M29O2LNkRmDAoKbmkcB6MS57I5JWf9ZzB82p-JCf7OI,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=M29O2LNkRmDAoKbmkcB6MS57I5JWf9ZzB82p-JCf7OI,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
|
@@ -114,7 +114,7 @@ azure/mgmt/storage/v2024_01_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG
|
|
114
114
|
azure/mgmt/storage/v2024_01_01/_configuration.py,sha256=ueW5a5NL02MKrK9ldI1VrJHWCM_EtajIXy6AS3lFuMY,3359
|
115
115
|
azure/mgmt/storage/v2024_01_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
116
116
|
azure/mgmt/storage/v2024_01_01/_storage_management_client.py,sha256=m1iIxiWan3eB7FczuRpo325nf4zDzoDxV3UDNBBMGkM,13526
|
117
|
-
azure/mgmt/storage/v2024_01_01/_version.py,sha256=
|
117
|
+
azure/mgmt/storage/v2024_01_01/_version.py,sha256=M29O2LNkRmDAoKbmkcB6MS57I5JWf9ZzB82p-JCf7OI,487
|
118
118
|
azure/mgmt/storage/v2024_01_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
119
119
|
azure/mgmt/storage/v2024_01_01/aio/__init__.py,sha256=y3iibWAAHOz6PL7TZfbzKkWVdp3zcSebEwSvsuWCTzw,1010
|
120
120
|
azure/mgmt/storage/v2024_01_01/aio/_configuration.py,sha256=zOGd3GdE0M5_rHawiiKhqZAGA6jqOe4Y_9TihUXQJZ0,3407
|
@@ -139,17 +139,17 @@ azure/mgmt/storage/v2024_01_01/aio/operations/_private_link_resources_operations
|
|
139
139
|
azure/mgmt/storage/v2024_01_01/aio/operations/_queue_operations.py,sha256=80dyFed7mn0Vdt7jvb6xB5BJH2fkaL49DrSVNwh6p4Y,27127
|
140
140
|
azure/mgmt/storage/v2024_01_01/aio/operations/_queue_services_operations.py,sha256=c2ryyXalTde0HdkOHug9IqMnZcRnzSHl2dFPe8w69ig,14754
|
141
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=
|
143
|
-
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignment_instances_report_operations.py,sha256=
|
144
|
-
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_instances_report_operations.py,sha256=
|
142
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_accounts_operations.py,sha256=2OsyMSM_Tpkjm7vF24cdnmaZapYOdH7NtHHp-BlS-w8,104111
|
143
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignment_instances_report_operations.py,sha256=7bjt_MY3sSDInjl4croV1t35Zckx7wKQP4nSN1suK-M,7731
|
144
|
+
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_instances_report_operations.py,sha256=q-ftdVpFYuDiLUndvd34FoRYBYonIAMsH4gp3gXmPc4,7309
|
145
145
|
azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_operations.py,sha256=MhxwSmvLyQg3yKrQ2UvzU2xnl0meWCTmrPERQGoHkw8,38964
|
146
146
|
azure/mgmt/storage/v2024_01_01/aio/operations/_table_operations.py,sha256=iOK_SqS5jNl_o3abP-u8j1fEsYjevDtDQppLWeQkdYY,25942
|
147
147
|
azure/mgmt/storage/v2024_01_01/aio/operations/_table_services_operations.py,sha256=WSq25WaJ4uNTOOBO3MfIToWZ-yR97AZfBSxPOmiX8VA,14754
|
148
148
|
azure/mgmt/storage/v2024_01_01/aio/operations/_usages_operations.py,sha256=UYdnrbBExh4vNpHr_WJil97iOodKHoIUc55_4EI1CUs,5778
|
149
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=
|
150
|
+
azure/mgmt/storage/v2024_01_01/models/_models_py3.py,sha256=DHnIlXC0UMUCvHeUNwkfmBOPG5sSqIVAMkTD_ki_72w,490222
|
151
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=
|
152
|
+
azure/mgmt/storage/v2024_01_01/models/_storage_management_client_enums.py,sha256=BT5Q3gd6uOl1oPPtsaNrPBdSPrTwwx8Spjm1yHqzZhM,21630
|
153
153
|
azure/mgmt/storage/v2024_01_01/operations/__init__.py,sha256=OTQ3anJs42aOz8qnVhDaNZPofKjNHlSmOAFvQAfpfHg,3759
|
154
154
|
azure/mgmt/storage/v2024_01_01/operations/_blob_containers_operations.py,sha256=rHi_0pZHdQL3Fi0l1HOZOyljsxmQtJMzgdVrLkZBN9M,114254
|
155
155
|
azure/mgmt/storage/v2024_01_01/operations/_blob_inventory_policies_operations.py,sha256=7e01HdkMf8AZTHKdVS-Cu5QO1vgio3CEa0pfp8Q1IK4,26434
|
@@ -169,15 +169,15 @@ azure/mgmt/storage/v2024_01_01/operations/_private_link_resources_operations.py,
|
|
169
169
|
azure/mgmt/storage/v2024_01_01/operations/_queue_operations.py,sha256=ldrZuRJE2AmqE6bQHeF_dDBPJoj6WYefrlJKhhumY14,36265
|
170
170
|
azure/mgmt/storage/v2024_01_01/operations/_queue_services_operations.py,sha256=i2ooOnvQ5YRdjV4IbkYNQfySKnDVbzGCHy7MNDgeLKs,19761
|
171
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
|
173
|
-
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignment_instances_report_operations.py,sha256=
|
174
|
-
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_instances_report_operations.py,sha256
|
172
|
+
azure/mgmt/storage/v2024_01_01/operations/_storage_accounts_operations.py,sha256=yIne7hDynQOEYqPc4t1Pco6FYLS2c9a3UEwVM-Zw6oA,130296
|
173
|
+
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignment_instances_report_operations.py,sha256=jPMaDTPrhLIoSAdArkwdmtJ1e6wQPm40L3PjEJaucFA,9783
|
174
|
+
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_instances_report_operations.py,sha256=-uOwW_wsaZEvu50mzuG1YJmLVneT5DVOJRgy5mRGo2A,9006
|
175
175
|
azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_operations.py,sha256=iN4zuY1K6vA9OlOG1nPtLcq1Y5wPTpkz_n3_ZGFg7sY,47650
|
176
176
|
azure/mgmt/storage/v2024_01_01/operations/_table_operations.py,sha256=HKU0Rt4-QvBEhmjiZQNH-mJFrLeRhe562Xn-q09ZHjQ,34479
|
177
177
|
azure/mgmt/storage/v2024_01_01/operations/_table_services_operations.py,sha256=2SUxlIE7NnwE9--7hC3nTOaoDGkA6dzF9BCwdy40_eQ,19761
|
178
178
|
azure/mgmt/storage/v2024_01_01/operations/_usages_operations.py,sha256=QQYY2rEzk4fXA93n761CPVgf46M7gEIeKrLTCqOOYMA,6876
|
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.
|
179
|
+
azure_mgmt_storage-22.2.0.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074
|
180
|
+
azure_mgmt_storage-22.2.0.dist-info/METADATA,sha256=GxFzOEIbqvGpL9dyPQXKPLgLK4hZUbvXL913aJhaGeU,33536
|
181
|
+
azure_mgmt_storage-22.2.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
182
|
+
azure_mgmt_storage-22.2.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
|
183
|
+
azure_mgmt_storage-22.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|