azure-mgmt-storage 22.2.0__py3-none-any.whl → 23.0.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.
Files changed (184) hide show
  1. azure/mgmt/storage/__init__.py +19 -7
  2. azure/mgmt/storage/_configuration.py +27 -29
  3. azure/mgmt/storage/{v2016_01_01/models/_patch.py → _patch.py} +5 -4
  4. azure/mgmt/storage/_storage_management_client.py +184 -499
  5. azure/mgmt/storage/{v2016_01_01/_version.py → _utils/__init__.py} +0 -3
  6. azure/mgmt/storage/{_serialization.py → _utils/serialization.py} +46 -131
  7. azure/mgmt/storage/_version.py +1 -1
  8. azure/mgmt/storage/aio/__init__.py +21 -2
  9. azure/mgmt/storage/aio/_configuration.py +27 -29
  10. azure/mgmt/storage/{v2017_10_01/aio/operations → aio}/_patch.py +5 -4
  11. azure/mgmt/storage/aio/_storage_management_client.py +188 -497
  12. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/__init__.py +1 -0
  13. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_containers_operations.py +66 -69
  14. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_inventory_policies_operations.py +26 -34
  15. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_services_operations.py +20 -22
  16. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_deleted_accounts_operations.py +14 -17
  17. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_encryption_scopes_operations.py +27 -30
  18. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_services_operations.py +24 -27
  19. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_shares_operations.py +36 -39
  20. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_local_users_operations.py +26 -29
  21. azure/mgmt/storage/{v2019_06_01/aio → aio}/operations/_management_policies_operations.py +23 -30
  22. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_network_security_perimeter_configurations_operations.py +16 -19
  23. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_object_replication_policies_operations.py +21 -23
  24. azure/mgmt/storage/{v2017_10_01/aio → aio}/operations/_operations.py +12 -15
  25. azure/mgmt/storage/{v2016_01_01/aio → aio}/operations/_patch.py +5 -4
  26. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_private_endpoint_connections_operations.py +21 -23
  27. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_private_link_resources_operations.py +11 -13
  28. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_queue_operations.py +27 -30
  29. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_queue_services_operations.py +19 -21
  30. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_skus_operations.py +12 -15
  31. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_accounts_operations.py +80 -95
  32. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignment_instances_report_operations.py +13 -15
  33. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_instances_report_operations.py +13 -15
  34. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_operations.py +30 -39
  35. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_table_operations.py +27 -29
  36. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_table_services_operations.py +19 -21
  37. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_usages_operations.py +12 -14
  38. azure/mgmt/storage/{v2024_01_01/models → models}/_models_py3.py +855 -910
  39. azure/mgmt/storage/{v2016_01_01/operations → models}/_patch.py +5 -4
  40. azure/mgmt/storage/{v2024_01_01/operations → operations}/__init__.py +1 -0
  41. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_containers_operations.py +81 -84
  42. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_inventory_policies_operations.py +31 -39
  43. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_services_operations.py +24 -27
  44. azure/mgmt/storage/{v2024_01_01/operations → operations}/_deleted_accounts_operations.py +16 -18
  45. azure/mgmt/storage/{v2024_01_01/operations → operations}/_encryption_scopes_operations.py +32 -34
  46. azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_services_operations.py +30 -32
  47. azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_shares_operations.py +44 -47
  48. azure/mgmt/storage/{v2024_01_01/operations → operations}/_local_users_operations.py +33 -35
  49. azure/mgmt/storage/{v2024_01_01/operations → operations}/_management_policies_operations.py +27 -34
  50. azure/mgmt/storage/{v2024_01_01/operations → operations}/_network_security_perimeter_configurations_operations.py +20 -22
  51. azure/mgmt/storage/{v2024_01_01/operations → operations}/_object_replication_policies_operations.py +26 -29
  52. azure/mgmt/storage/{v2024_01_01/operations → operations}/_operations.py +12 -15
  53. azure/mgmt/storage/operations/_patch.py +21 -0
  54. azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_endpoint_connections_operations.py +26 -29
  55. azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_link_resources_operations.py +13 -15
  56. azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_operations.py +33 -35
  57. azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_services_operations.py +23 -25
  58. azure/mgmt/storage/{v2024_01_01/operations → operations}/_skus_operations.py +12 -15
  59. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_accounts_operations.py +97 -105
  60. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignment_instances_report_operations.py +14 -18
  61. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_instances_report_operations.py +14 -18
  62. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_operations.py +36 -47
  63. azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_operations.py +33 -35
  64. azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_services_operations.py +23 -25
  65. azure/mgmt/storage/{v2024_01_01/operations → operations}/_usages_operations.py +13 -16
  66. {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.0.dist-info}/METADATA +11 -6
  67. azure_mgmt_storage-23.0.0.dist-info/RECORD +73 -0
  68. azure/mgmt/storage/models.py +0 -8
  69. azure/mgmt/storage/v2016_01_01/__init__.py +0 -32
  70. azure/mgmt/storage/v2016_01_01/_configuration.py +0 -65
  71. azure/mgmt/storage/v2016_01_01/_patch.py +0 -32
  72. azure/mgmt/storage/v2016_01_01/_storage_management_client.py +0 -117
  73. azure/mgmt/storage/v2016_01_01/aio/__init__.py +0 -29
  74. azure/mgmt/storage/v2016_01_01/aio/_configuration.py +0 -65
  75. azure/mgmt/storage/v2016_01_01/aio/_patch.py +0 -32
  76. azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +0 -120
  77. azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +0 -27
  78. azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +0 -1023
  79. azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +0 -130
  80. azure/mgmt/storage/v2016_01_01/models/__init__.py +0 -88
  81. azure/mgmt/storage/v2016_01_01/models/_models_py3.py +0 -829
  82. azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py +0 -99
  83. azure/mgmt/storage/v2016_01_01/operations/__init__.py +0 -27
  84. azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +0 -1278
  85. azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +0 -157
  86. azure/mgmt/storage/v2016_01_01/py.typed +0 -1
  87. azure/mgmt/storage/v2017_10_01/__init__.py +0 -32
  88. azure/mgmt/storage/v2017_10_01/_configuration.py +0 -65
  89. azure/mgmt/storage/v2017_10_01/_patch.py +0 -32
  90. azure/mgmt/storage/v2017_10_01/_storage_management.py +0 -121
  91. azure/mgmt/storage/v2017_10_01/_version.py +0 -9
  92. azure/mgmt/storage/v2017_10_01/aio/__init__.py +0 -29
  93. azure/mgmt/storage/v2017_10_01/aio/_configuration.py +0 -65
  94. azure/mgmt/storage/v2017_10_01/aio/_patch.py +0 -32
  95. azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +0 -124
  96. azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +0 -31
  97. azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +0 -130
  98. azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +0 -1299
  99. azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +0 -130
  100. azure/mgmt/storage/v2017_10_01/models/__init__.py +0 -140
  101. azure/mgmt/storage/v2017_10_01/models/_models_py3.py +0 -1851
  102. azure/mgmt/storage/v2017_10_01/models/_patch.py +0 -20
  103. azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py +0 -192
  104. azure/mgmt/storage/v2017_10_01/operations/__init__.py +0 -31
  105. azure/mgmt/storage/v2017_10_01/operations/_operations.py +0 -151
  106. azure/mgmt/storage/v2017_10_01/operations/_patch.py +0 -20
  107. azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +0 -157
  108. azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +0 -1638
  109. azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +0 -157
  110. azure/mgmt/storage/v2017_10_01/py.typed +0 -1
  111. azure/mgmt/storage/v2019_06_01/__init__.py +0 -32
  112. azure/mgmt/storage/v2019_06_01/_configuration.py +0 -64
  113. azure/mgmt/storage/v2019_06_01/_patch.py +0 -32
  114. azure/mgmt/storage/v2019_06_01/_storage_management_client.py +0 -213
  115. azure/mgmt/storage/v2019_06_01/_version.py +0 -9
  116. azure/mgmt/storage/v2019_06_01/aio/__init__.py +0 -29
  117. azure/mgmt/storage/v2019_06_01/aio/_configuration.py +0 -64
  118. azure/mgmt/storage/v2019_06_01/aio/_patch.py +0 -32
  119. azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +0 -217
  120. azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +0 -59
  121. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +0 -1725
  122. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -437
  123. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +0 -368
  124. azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +0 -538
  125. azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +0 -335
  126. azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +0 -771
  127. azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +0 -428
  128. azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +0 -130
  129. azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py +0 -20
  130. azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -424
  131. azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +0 -113
  132. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +0 -597
  133. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +0 -335
  134. azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +0 -131
  135. azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +0 -1696
  136. azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +0 -394
  137. azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +0 -335
  138. azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +0 -134
  139. azure/mgmt/storage/v2019_06_01/models/__init__.py +0 -364
  140. azure/mgmt/storage/v2019_06_01/models/_models_py3.py +0 -6038
  141. azure/mgmt/storage/v2019_06_01/models/_patch.py +0 -20
  142. azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +0 -456
  143. azure/mgmt/storage/v2019_06_01/operations/__init__.py +0 -59
  144. azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +0 -2226
  145. azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +0 -582
  146. azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +0 -476
  147. azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +0 -677
  148. azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +0 -444
  149. azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +0 -1000
  150. azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +0 -453
  151. azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +0 -567
  152. azure/mgmt/storage/v2019_06_01/operations/_operations.py +0 -151
  153. azure/mgmt/storage/v2019_06_01/operations/_patch.py +0 -20
  154. azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +0 -575
  155. azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +0 -149
  156. azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +0 -805
  157. azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +0 -444
  158. azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +0 -157
  159. azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +0 -2122
  160. azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +0 -563
  161. azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +0 -444
  162. azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +0 -164
  163. azure/mgmt/storage/v2019_06_01/py.typed +0 -1
  164. azure/mgmt/storage/v2024_01_01/__init__.py +0 -32
  165. azure/mgmt/storage/v2024_01_01/_configuration.py +0 -64
  166. azure/mgmt/storage/v2024_01_01/_patch.py +0 -20
  167. azure/mgmt/storage/v2024_01_01/_storage_management_client.py +0 -256
  168. azure/mgmt/storage/v2024_01_01/_version.py +0 -9
  169. azure/mgmt/storage/v2024_01_01/aio/__init__.py +0 -29
  170. azure/mgmt/storage/v2024_01_01/aio/_configuration.py +0 -64
  171. azure/mgmt/storage/v2024_01_01/aio/_patch.py +0 -20
  172. azure/mgmt/storage/v2024_01_01/aio/_storage_management_client.py +0 -261
  173. azure/mgmt/storage/v2024_01_01/aio/operations/_management_policies_operations.py +0 -343
  174. azure/mgmt/storage/v2024_01_01/aio/operations/_operations.py +0 -130
  175. azure/mgmt/storage/v2024_01_01/aio/operations/_patch.py +0 -20
  176. azure/mgmt/storage/v2024_01_01/models/_patch.py +0 -20
  177. azure/mgmt/storage/v2024_01_01/operations/_patch.py +0 -20
  178. azure/mgmt/storage/v2024_01_01/py.typed +0 -1
  179. azure_mgmt_storage-22.2.0.dist-info/RECORD +0 -183
  180. /azure/mgmt/storage/{v2024_01_01/models → models}/__init__.py +0 -0
  181. /azure/mgmt/storage/{v2024_01_01/models → models}/_storage_management_client_enums.py +0 -0
  182. {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.0.dist-info}/LICENSE +0 -0
  183. {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.0.dist-info}/WHEEL +0 -0
  184. {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.0.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()