azure-mgmt-storage 22.2.0__py3-none-any.whl → 23.0.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/__init__.py +19 -7
- azure/mgmt/storage/_configuration.py +27 -29
- azure/mgmt/storage/{v2016_01_01/models/_patch.py → _patch.py} +5 -4
- azure/mgmt/storage/_storage_management_client.py +184 -499
- azure/mgmt/storage/{v2016_01_01/_version.py → _utils/__init__.py} +0 -3
- azure/mgmt/storage/{_serialization.py → _utils/serialization.py} +46 -131
- azure/mgmt/storage/_version.py +1 -1
- azure/mgmt/storage/aio/__init__.py +21 -2
- azure/mgmt/storage/aio/_configuration.py +27 -29
- azure/mgmt/storage/{v2017_10_01/aio/operations → aio}/_patch.py +5 -4
- azure/mgmt/storage/aio/_storage_management_client.py +188 -497
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/__init__.py +1 -0
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_containers_operations.py +68 -84
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_inventory_policies_operations.py +28 -36
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_services_operations.py +22 -24
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_deleted_accounts_operations.py +16 -19
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_encryption_scopes_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_services_operations.py +26 -29
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_shares_operations.py +38 -41
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_local_users_operations.py +28 -31
- azure/mgmt/storage/{v2019_06_01/aio → aio}/operations/_management_policies_operations.py +23 -30
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_network_security_perimeter_configurations_operations.py +18 -21
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_object_replication_policies_operations.py +23 -25
- azure/mgmt/storage/{v2017_10_01/aio → aio}/operations/_operations.py +14 -17
- azure/mgmt/storage/{v2016_01_01/aio → aio}/operations/_patch.py +5 -4
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_private_endpoint_connections_operations.py +23 -25
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_private_link_resources_operations.py +11 -13
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_queue_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_queue_services_operations.py +19 -21
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_skus_operations.py +14 -17
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_accounts_operations.py +83 -111
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignment_instances_report_operations.py +15 -17
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_instances_report_operations.py +15 -17
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_operations.py +38 -44
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_table_operations.py +29 -31
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_table_services_operations.py +19 -21
- azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_usages_operations.py +14 -16
- azure/mgmt/storage/{v2024_01_01/models → models}/_models_py3.py +857 -912
- azure/mgmt/storage/{v2016_01_01/operations → models}/_patch.py +5 -4
- azure/mgmt/storage/{v2024_01_01/operations → operations}/__init__.py +1 -0
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_containers_operations.py +84 -87
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_inventory_policies_operations.py +34 -42
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_services_operations.py +27 -30
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_deleted_accounts_operations.py +19 -21
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_encryption_scopes_operations.py +35 -37
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_services_operations.py +33 -35
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_shares_operations.py +47 -50
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_local_users_operations.py +36 -38
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_management_policies_operations.py +28 -35
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_network_security_perimeter_configurations_operations.py +23 -25
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_object_replication_policies_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_operations.py +15 -18
- azure/mgmt/storage/operations/_patch.py +21 -0
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_endpoint_connections_operations.py +29 -32
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_link_resources_operations.py +14 -16
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_operations.py +36 -38
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_services_operations.py +24 -26
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_skus_operations.py +15 -18
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_accounts_operations.py +101 -109
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignment_instances_report_operations.py +17 -21
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_instances_report_operations.py +17 -21
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_operations.py +42 -53
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_operations.py +36 -38
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_services_operations.py +24 -26
- azure/mgmt/storage/{v2024_01_01/operations → operations}/_usages_operations.py +16 -19
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/METADATA +17 -6
- azure_mgmt_storage-23.0.1.dist-info/RECORD +73 -0
- azure/mgmt/storage/models.py +0 -8
- azure/mgmt/storage/v2016_01_01/__init__.py +0 -32
- azure/mgmt/storage/v2016_01_01/_configuration.py +0 -65
- azure/mgmt/storage/v2016_01_01/_patch.py +0 -32
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py +0 -117
- azure/mgmt/storage/v2016_01_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2016_01_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +0 -120
- azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +0 -27
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +0 -1023
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +0 -130
- azure/mgmt/storage/v2016_01_01/models/__init__.py +0 -88
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py +0 -829
- azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py +0 -99
- azure/mgmt/storage/v2016_01_01/operations/__init__.py +0 -27
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +0 -1278
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +0 -157
- azure/mgmt/storage/v2016_01_01/py.typed +0 -1
- azure/mgmt/storage/v2017_10_01/__init__.py +0 -32
- azure/mgmt/storage/v2017_10_01/_configuration.py +0 -65
- azure/mgmt/storage/v2017_10_01/_patch.py +0 -32
- azure/mgmt/storage/v2017_10_01/_storage_management.py +0 -121
- azure/mgmt/storage/v2017_10_01/_version.py +0 -9
- azure/mgmt/storage/v2017_10_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py +0 -65
- azure/mgmt/storage/v2017_10_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +0 -124
- azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +0 -31
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +0 -130
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +0 -1299
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +0 -130
- azure/mgmt/storage/v2017_10_01/models/__init__.py +0 -140
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py +0 -1851
- azure/mgmt/storage/v2017_10_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py +0 -192
- azure/mgmt/storage/v2017_10_01/operations/__init__.py +0 -31
- azure/mgmt/storage/v2017_10_01/operations/_operations.py +0 -151
- azure/mgmt/storage/v2017_10_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +0 -157
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +0 -1638
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +0 -157
- azure/mgmt/storage/v2017_10_01/py.typed +0 -1
- azure/mgmt/storage/v2019_06_01/__init__.py +0 -32
- azure/mgmt/storage/v2019_06_01/_configuration.py +0 -64
- azure/mgmt/storage/v2019_06_01/_patch.py +0 -32
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py +0 -213
- azure/mgmt/storage/v2019_06_01/_version.py +0 -9
- azure/mgmt/storage/v2019_06_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py +0 -64
- azure/mgmt/storage/v2019_06_01/aio/_patch.py +0 -32
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +0 -217
- azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +0 -59
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +0 -1725
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -437
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +0 -368
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +0 -538
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +0 -335
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +0 -771
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +0 -428
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +0 -130
- azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -424
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +0 -113
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +0 -597
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +0 -335
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +0 -131
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +0 -1696
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +0 -394
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +0 -335
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +0 -134
- azure/mgmt/storage/v2019_06_01/models/__init__.py +0 -364
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py +0 -6038
- azure/mgmt/storage/v2019_06_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +0 -456
- azure/mgmt/storage/v2019_06_01/operations/__init__.py +0 -59
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +0 -2226
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +0 -582
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +0 -476
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +0 -677
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +0 -444
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +0 -1000
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +0 -453
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +0 -567
- azure/mgmt/storage/v2019_06_01/operations/_operations.py +0 -151
- azure/mgmt/storage/v2019_06_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +0 -575
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +0 -149
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +0 -805
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +0 -444
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +0 -157
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +0 -2122
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +0 -563
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +0 -444
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +0 -164
- azure/mgmt/storage/v2019_06_01/py.typed +0 -1
- azure/mgmt/storage/v2024_01_01/__init__.py +0 -32
- azure/mgmt/storage/v2024_01_01/_configuration.py +0 -64
- azure/mgmt/storage/v2024_01_01/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/_storage_management_client.py +0 -256
- azure/mgmt/storage/v2024_01_01/_version.py +0 -9
- azure/mgmt/storage/v2024_01_01/aio/__init__.py +0 -29
- azure/mgmt/storage/v2024_01_01/aio/_configuration.py +0 -64
- azure/mgmt/storage/v2024_01_01/aio/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/aio/_storage_management_client.py +0 -261
- azure/mgmt/storage/v2024_01_01/aio/operations/_management_policies_operations.py +0 -343
- azure/mgmt/storage/v2024_01_01/aio/operations/_operations.py +0 -130
- azure/mgmt/storage/v2024_01_01/aio/operations/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/models/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/operations/_patch.py +0 -20
- azure/mgmt/storage/v2024_01_01/py.typed +0 -1
- azure_mgmt_storage-22.2.0.dist-info/RECORD +0 -183
- /azure/mgmt/storage/{v2024_01_01/models → models}/__init__.py +0 -0
- /azure/mgmt/storage/{v2024_01_01/models → models}/_storage_management_client_enums.py +0 -0
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/LICENSE +0 -0
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/WHEEL +0 -0
- {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/top_level.txt +0 -0
@@ -1,364 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# --------------------------------------------------------------------------
|
3
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
4
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
5
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
# --------------------------------------------------------------------------
|
8
|
-
# pylint: disable=wrong-import-position
|
9
|
-
|
10
|
-
from typing import TYPE_CHECKING
|
11
|
-
|
12
|
-
if TYPE_CHECKING:
|
13
|
-
from ._patch import * # pylint: disable=unused-wildcard-import
|
14
|
-
|
15
|
-
|
16
|
-
from ._models_py3 import ( # type: ignore
|
17
|
-
AccountSasParameters,
|
18
|
-
ActiveDirectoryProperties,
|
19
|
-
AzureEntityResource,
|
20
|
-
AzureFilesIdentityBasedAuthentication,
|
21
|
-
BlobContainer,
|
22
|
-
BlobInventoryPolicy,
|
23
|
-
BlobInventoryPolicyDefinition,
|
24
|
-
BlobInventoryPolicyFilter,
|
25
|
-
BlobInventoryPolicyRule,
|
26
|
-
BlobInventoryPolicySchema,
|
27
|
-
BlobRestoreParameters,
|
28
|
-
BlobRestoreRange,
|
29
|
-
BlobRestoreStatus,
|
30
|
-
BlobServiceItems,
|
31
|
-
BlobServiceProperties,
|
32
|
-
ChangeFeed,
|
33
|
-
CheckNameAvailabilityResult,
|
34
|
-
CloudErrorBody,
|
35
|
-
CorsRule,
|
36
|
-
CorsRules,
|
37
|
-
CustomDomain,
|
38
|
-
DateAfterCreation,
|
39
|
-
DateAfterModification,
|
40
|
-
DeleteRetentionPolicy,
|
41
|
-
DeletedShare,
|
42
|
-
Dimension,
|
43
|
-
Encryption,
|
44
|
-
EncryptionScope,
|
45
|
-
EncryptionScopeKeyVaultProperties,
|
46
|
-
EncryptionScopeListResult,
|
47
|
-
EncryptionService,
|
48
|
-
EncryptionServices,
|
49
|
-
Endpoints,
|
50
|
-
ErrorResponse,
|
51
|
-
ErrorResponseBody,
|
52
|
-
FileServiceItems,
|
53
|
-
FileServiceProperties,
|
54
|
-
FileShare,
|
55
|
-
FileShareItem,
|
56
|
-
FileShareItems,
|
57
|
-
GeoReplicationStats,
|
58
|
-
IPRule,
|
59
|
-
Identity,
|
60
|
-
ImmutabilityPolicy,
|
61
|
-
ImmutabilityPolicyProperties,
|
62
|
-
KeyVaultProperties,
|
63
|
-
LastAccessTimeTrackingPolicy,
|
64
|
-
LeaseContainerRequest,
|
65
|
-
LeaseContainerResponse,
|
66
|
-
LegalHold,
|
67
|
-
LegalHoldProperties,
|
68
|
-
ListAccountSasResponse,
|
69
|
-
ListBlobInventoryPolicy,
|
70
|
-
ListContainerItem,
|
71
|
-
ListContainerItems,
|
72
|
-
ListQueue,
|
73
|
-
ListQueueResource,
|
74
|
-
ListQueueServices,
|
75
|
-
ListServiceSasResponse,
|
76
|
-
ListTableResource,
|
77
|
-
ListTableServices,
|
78
|
-
ManagementPolicy,
|
79
|
-
ManagementPolicyAction,
|
80
|
-
ManagementPolicyBaseBlob,
|
81
|
-
ManagementPolicyDefinition,
|
82
|
-
ManagementPolicyFilter,
|
83
|
-
ManagementPolicyRule,
|
84
|
-
ManagementPolicySchema,
|
85
|
-
ManagementPolicySnapShot,
|
86
|
-
ManagementPolicyVersion,
|
87
|
-
MetricSpecification,
|
88
|
-
NetworkRuleSet,
|
89
|
-
ObjectReplicationPolicies,
|
90
|
-
ObjectReplicationPolicy,
|
91
|
-
ObjectReplicationPolicyFilter,
|
92
|
-
ObjectReplicationPolicyRule,
|
93
|
-
Operation,
|
94
|
-
OperationDisplay,
|
95
|
-
OperationListResult,
|
96
|
-
PrivateEndpoint,
|
97
|
-
PrivateEndpointConnection,
|
98
|
-
PrivateEndpointConnectionListResult,
|
99
|
-
PrivateLinkResource,
|
100
|
-
PrivateLinkResourceListResult,
|
101
|
-
PrivateLinkServiceConnectionState,
|
102
|
-
QueueServiceProperties,
|
103
|
-
Resource,
|
104
|
-
RestorePolicyProperties,
|
105
|
-
Restriction,
|
106
|
-
RoutingPreference,
|
107
|
-
SKUCapability,
|
108
|
-
ServiceSasParameters,
|
109
|
-
ServiceSpecification,
|
110
|
-
Sku,
|
111
|
-
SkuInformation,
|
112
|
-
StorageAccount,
|
113
|
-
StorageAccountCheckNameAvailabilityParameters,
|
114
|
-
StorageAccountCreateParameters,
|
115
|
-
StorageAccountInternetEndpoints,
|
116
|
-
StorageAccountKey,
|
117
|
-
StorageAccountListKeysResult,
|
118
|
-
StorageAccountListResult,
|
119
|
-
StorageAccountMicrosoftEndpoints,
|
120
|
-
StorageAccountRegenerateKeyParameters,
|
121
|
-
StorageAccountUpdateParameters,
|
122
|
-
StorageQueue,
|
123
|
-
StorageSkuListResult,
|
124
|
-
SystemData,
|
125
|
-
Table,
|
126
|
-
TableServiceProperties,
|
127
|
-
TagFilter,
|
128
|
-
TagProperty,
|
129
|
-
TrackedResource,
|
130
|
-
UpdateHistoryProperty,
|
131
|
-
Usage,
|
132
|
-
UsageListResult,
|
133
|
-
UsageName,
|
134
|
-
VirtualNetworkRule,
|
135
|
-
)
|
136
|
-
|
137
|
-
from ._storage_management_client_enums import ( # type: ignore
|
138
|
-
AccessTier,
|
139
|
-
AccountStatus,
|
140
|
-
BlobInventoryPolicyName,
|
141
|
-
BlobRestoreProgressStatus,
|
142
|
-
Bypass,
|
143
|
-
CorsRuleAllowedMethodsItem,
|
144
|
-
CreatedByType,
|
145
|
-
DefaultAction,
|
146
|
-
DirectoryServiceOptions,
|
147
|
-
EnabledProtocols,
|
148
|
-
EncryptionScopeSource,
|
149
|
-
EncryptionScopeState,
|
150
|
-
Enum27,
|
151
|
-
GeoReplicationStatus,
|
152
|
-
HttpProtocol,
|
153
|
-
ImmutabilityPolicyState,
|
154
|
-
ImmutabilityPolicyUpdateType,
|
155
|
-
InventoryRuleType,
|
156
|
-
KeyPermission,
|
157
|
-
KeySource,
|
158
|
-
KeyType,
|
159
|
-
Kind,
|
160
|
-
LargeFileSharesState,
|
161
|
-
LeaseContainerRequestAction,
|
162
|
-
LeaseDuration,
|
163
|
-
LeaseState,
|
164
|
-
LeaseStatus,
|
165
|
-
ListContainersInclude,
|
166
|
-
ManagementPolicyName,
|
167
|
-
MinimumTlsVersion,
|
168
|
-
Name,
|
169
|
-
Permissions,
|
170
|
-
PrivateEndpointConnectionProvisioningState,
|
171
|
-
PrivateEndpointServiceConnectionStatus,
|
172
|
-
ProvisioningState,
|
173
|
-
PublicAccess,
|
174
|
-
Reason,
|
175
|
-
ReasonCode,
|
176
|
-
RootSquashType,
|
177
|
-
RoutingChoice,
|
178
|
-
RuleType,
|
179
|
-
Services,
|
180
|
-
ShareAccessTier,
|
181
|
-
SignedResource,
|
182
|
-
SignedResourceTypes,
|
183
|
-
SkuName,
|
184
|
-
SkuTier,
|
185
|
-
State,
|
186
|
-
StorageAccountExpand,
|
187
|
-
UsageUnit,
|
188
|
-
)
|
189
|
-
from ._patch import __all__ as _patch_all
|
190
|
-
from ._patch import *
|
191
|
-
from ._patch import patch_sdk as _patch_sdk
|
192
|
-
|
193
|
-
__all__ = [
|
194
|
-
"AccountSasParameters",
|
195
|
-
"ActiveDirectoryProperties",
|
196
|
-
"AzureEntityResource",
|
197
|
-
"AzureFilesIdentityBasedAuthentication",
|
198
|
-
"BlobContainer",
|
199
|
-
"BlobInventoryPolicy",
|
200
|
-
"BlobInventoryPolicyDefinition",
|
201
|
-
"BlobInventoryPolicyFilter",
|
202
|
-
"BlobInventoryPolicyRule",
|
203
|
-
"BlobInventoryPolicySchema",
|
204
|
-
"BlobRestoreParameters",
|
205
|
-
"BlobRestoreRange",
|
206
|
-
"BlobRestoreStatus",
|
207
|
-
"BlobServiceItems",
|
208
|
-
"BlobServiceProperties",
|
209
|
-
"ChangeFeed",
|
210
|
-
"CheckNameAvailabilityResult",
|
211
|
-
"CloudErrorBody",
|
212
|
-
"CorsRule",
|
213
|
-
"CorsRules",
|
214
|
-
"CustomDomain",
|
215
|
-
"DateAfterCreation",
|
216
|
-
"DateAfterModification",
|
217
|
-
"DeleteRetentionPolicy",
|
218
|
-
"DeletedShare",
|
219
|
-
"Dimension",
|
220
|
-
"Encryption",
|
221
|
-
"EncryptionScope",
|
222
|
-
"EncryptionScopeKeyVaultProperties",
|
223
|
-
"EncryptionScopeListResult",
|
224
|
-
"EncryptionService",
|
225
|
-
"EncryptionServices",
|
226
|
-
"Endpoints",
|
227
|
-
"ErrorResponse",
|
228
|
-
"ErrorResponseBody",
|
229
|
-
"FileServiceItems",
|
230
|
-
"FileServiceProperties",
|
231
|
-
"FileShare",
|
232
|
-
"FileShareItem",
|
233
|
-
"FileShareItems",
|
234
|
-
"GeoReplicationStats",
|
235
|
-
"IPRule",
|
236
|
-
"Identity",
|
237
|
-
"ImmutabilityPolicy",
|
238
|
-
"ImmutabilityPolicyProperties",
|
239
|
-
"KeyVaultProperties",
|
240
|
-
"LastAccessTimeTrackingPolicy",
|
241
|
-
"LeaseContainerRequest",
|
242
|
-
"LeaseContainerResponse",
|
243
|
-
"LegalHold",
|
244
|
-
"LegalHoldProperties",
|
245
|
-
"ListAccountSasResponse",
|
246
|
-
"ListBlobInventoryPolicy",
|
247
|
-
"ListContainerItem",
|
248
|
-
"ListContainerItems",
|
249
|
-
"ListQueue",
|
250
|
-
"ListQueueResource",
|
251
|
-
"ListQueueServices",
|
252
|
-
"ListServiceSasResponse",
|
253
|
-
"ListTableResource",
|
254
|
-
"ListTableServices",
|
255
|
-
"ManagementPolicy",
|
256
|
-
"ManagementPolicyAction",
|
257
|
-
"ManagementPolicyBaseBlob",
|
258
|
-
"ManagementPolicyDefinition",
|
259
|
-
"ManagementPolicyFilter",
|
260
|
-
"ManagementPolicyRule",
|
261
|
-
"ManagementPolicySchema",
|
262
|
-
"ManagementPolicySnapShot",
|
263
|
-
"ManagementPolicyVersion",
|
264
|
-
"MetricSpecification",
|
265
|
-
"NetworkRuleSet",
|
266
|
-
"ObjectReplicationPolicies",
|
267
|
-
"ObjectReplicationPolicy",
|
268
|
-
"ObjectReplicationPolicyFilter",
|
269
|
-
"ObjectReplicationPolicyRule",
|
270
|
-
"Operation",
|
271
|
-
"OperationDisplay",
|
272
|
-
"OperationListResult",
|
273
|
-
"PrivateEndpoint",
|
274
|
-
"PrivateEndpointConnection",
|
275
|
-
"PrivateEndpointConnectionListResult",
|
276
|
-
"PrivateLinkResource",
|
277
|
-
"PrivateLinkResourceListResult",
|
278
|
-
"PrivateLinkServiceConnectionState",
|
279
|
-
"QueueServiceProperties",
|
280
|
-
"Resource",
|
281
|
-
"RestorePolicyProperties",
|
282
|
-
"Restriction",
|
283
|
-
"RoutingPreference",
|
284
|
-
"SKUCapability",
|
285
|
-
"ServiceSasParameters",
|
286
|
-
"ServiceSpecification",
|
287
|
-
"Sku",
|
288
|
-
"SkuInformation",
|
289
|
-
"StorageAccount",
|
290
|
-
"StorageAccountCheckNameAvailabilityParameters",
|
291
|
-
"StorageAccountCreateParameters",
|
292
|
-
"StorageAccountInternetEndpoints",
|
293
|
-
"StorageAccountKey",
|
294
|
-
"StorageAccountListKeysResult",
|
295
|
-
"StorageAccountListResult",
|
296
|
-
"StorageAccountMicrosoftEndpoints",
|
297
|
-
"StorageAccountRegenerateKeyParameters",
|
298
|
-
"StorageAccountUpdateParameters",
|
299
|
-
"StorageQueue",
|
300
|
-
"StorageSkuListResult",
|
301
|
-
"SystemData",
|
302
|
-
"Table",
|
303
|
-
"TableServiceProperties",
|
304
|
-
"TagFilter",
|
305
|
-
"TagProperty",
|
306
|
-
"TrackedResource",
|
307
|
-
"UpdateHistoryProperty",
|
308
|
-
"Usage",
|
309
|
-
"UsageListResult",
|
310
|
-
"UsageName",
|
311
|
-
"VirtualNetworkRule",
|
312
|
-
"AccessTier",
|
313
|
-
"AccountStatus",
|
314
|
-
"BlobInventoryPolicyName",
|
315
|
-
"BlobRestoreProgressStatus",
|
316
|
-
"Bypass",
|
317
|
-
"CorsRuleAllowedMethodsItem",
|
318
|
-
"CreatedByType",
|
319
|
-
"DefaultAction",
|
320
|
-
"DirectoryServiceOptions",
|
321
|
-
"EnabledProtocols",
|
322
|
-
"EncryptionScopeSource",
|
323
|
-
"EncryptionScopeState",
|
324
|
-
"Enum27",
|
325
|
-
"GeoReplicationStatus",
|
326
|
-
"HttpProtocol",
|
327
|
-
"ImmutabilityPolicyState",
|
328
|
-
"ImmutabilityPolicyUpdateType",
|
329
|
-
"InventoryRuleType",
|
330
|
-
"KeyPermission",
|
331
|
-
"KeySource",
|
332
|
-
"KeyType",
|
333
|
-
"Kind",
|
334
|
-
"LargeFileSharesState",
|
335
|
-
"LeaseContainerRequestAction",
|
336
|
-
"LeaseDuration",
|
337
|
-
"LeaseState",
|
338
|
-
"LeaseStatus",
|
339
|
-
"ListContainersInclude",
|
340
|
-
"ManagementPolicyName",
|
341
|
-
"MinimumTlsVersion",
|
342
|
-
"Name",
|
343
|
-
"Permissions",
|
344
|
-
"PrivateEndpointConnectionProvisioningState",
|
345
|
-
"PrivateEndpointServiceConnectionStatus",
|
346
|
-
"ProvisioningState",
|
347
|
-
"PublicAccess",
|
348
|
-
"Reason",
|
349
|
-
"ReasonCode",
|
350
|
-
"RootSquashType",
|
351
|
-
"RoutingChoice",
|
352
|
-
"RuleType",
|
353
|
-
"Services",
|
354
|
-
"ShareAccessTier",
|
355
|
-
"SignedResource",
|
356
|
-
"SignedResourceTypes",
|
357
|
-
"SkuName",
|
358
|
-
"SkuTier",
|
359
|
-
"State",
|
360
|
-
"StorageAccountExpand",
|
361
|
-
"UsageUnit",
|
362
|
-
]
|
363
|
-
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
|
364
|
-
_patch_sdk()
|