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.
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 +68 -84
  14. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_inventory_policies_operations.py +28 -36
  15. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_blob_services_operations.py +22 -24
  16. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_deleted_accounts_operations.py +16 -19
  17. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_encryption_scopes_operations.py +29 -32
  18. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_services_operations.py +26 -29
  19. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_file_shares_operations.py +38 -41
  20. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_local_users_operations.py +28 -31
  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 +18 -21
  23. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_object_replication_policies_operations.py +23 -25
  24. azure/mgmt/storage/{v2017_10_01/aio → aio}/operations/_operations.py +14 -17
  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 +23 -25
  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 +29 -32
  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 +14 -17
  31. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_accounts_operations.py +83 -111
  32. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignment_instances_report_operations.py +15 -17
  33. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_instances_report_operations.py +15 -17
  34. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_operations.py +38 -44
  35. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_table_operations.py +29 -31
  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 +14 -16
  38. azure/mgmt/storage/{v2024_01_01/models → models}/_models_py3.py +857 -912
  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 +84 -87
  42. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_inventory_policies_operations.py +34 -42
  43. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_services_operations.py +27 -30
  44. azure/mgmt/storage/{v2024_01_01/operations → operations}/_deleted_accounts_operations.py +19 -21
  45. azure/mgmt/storage/{v2024_01_01/operations → operations}/_encryption_scopes_operations.py +35 -37
  46. azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_services_operations.py +33 -35
  47. azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_shares_operations.py +47 -50
  48. azure/mgmt/storage/{v2024_01_01/operations → operations}/_local_users_operations.py +36 -38
  49. azure/mgmt/storage/{v2024_01_01/operations → operations}/_management_policies_operations.py +28 -35
  50. azure/mgmt/storage/{v2024_01_01/operations → operations}/_network_security_perimeter_configurations_operations.py +23 -25
  51. azure/mgmt/storage/{v2024_01_01/operations → operations}/_object_replication_policies_operations.py +29 -32
  52. azure/mgmt/storage/{v2024_01_01/operations → operations}/_operations.py +15 -18
  53. azure/mgmt/storage/operations/_patch.py +21 -0
  54. azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_endpoint_connections_operations.py +29 -32
  55. azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_link_resources_operations.py +14 -16
  56. azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_operations.py +36 -38
  57. azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_services_operations.py +24 -26
  58. azure/mgmt/storage/{v2024_01_01/operations → operations}/_skus_operations.py +15 -18
  59. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_accounts_operations.py +101 -109
  60. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignment_instances_report_operations.py +17 -21
  61. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_instances_report_operations.py +17 -21
  62. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_operations.py +42 -53
  63. azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_operations.py +36 -38
  64. azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_services_operations.py +24 -26
  65. azure/mgmt/storage/{v2024_01_01/operations → operations}/_usages_operations.py +16 -19
  66. {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/METADATA +17 -6
  67. azure_mgmt_storage-23.0.1.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.1.dist-info}/LICENSE +0 -0
  183. {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/WHEEL +0 -0
  184. {azure_mgmt_storage-22.2.0.dist-info → azure_mgmt_storage-23.0.1.dist-info}/top_level.txt +0 -0
@@ -1,64 +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
-
9
- from typing import Any, TYPE_CHECKING
10
-
11
- from azure.core.pipeline import policies
12
- from azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, ARMHttpLoggingPolicy
13
-
14
- from ._version import VERSION
15
-
16
- if TYPE_CHECKING:
17
- from azure.core.credentials import TokenCredential
18
-
19
-
20
- class StorageManagementClientConfiguration: # pylint: disable=too-many-instance-attributes
21
- """Configuration for StorageManagementClient.
22
-
23
- Note that all parameters used to create this instance are saved as instance
24
- attributes.
25
-
26
- :param credential: Credential needed for the client to connect to Azure. Required.
27
- :type credential: ~azure.core.credentials.TokenCredential
28
- :param subscription_id: The ID of the target subscription. Required.
29
- :type subscription_id: str
30
- :keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
31
- default value may result in unsupported behavior.
32
- :paramtype api_version: str
33
- """
34
-
35
- def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
36
- api_version: str = kwargs.pop("api_version", "2024-01-01")
37
-
38
- if credential is None:
39
- raise ValueError("Parameter 'credential' must not be None.")
40
- if subscription_id is None:
41
- raise ValueError("Parameter 'subscription_id' must not be None.")
42
-
43
- self.credential = credential
44
- self.subscription_id = subscription_id
45
- self.api_version = api_version
46
- self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
47
- kwargs.setdefault("sdk_moniker", "mgmt-storage/{}".format(VERSION))
48
- self.polling_interval = kwargs.get("polling_interval", 30)
49
- self._configure(**kwargs)
50
-
51
- def _configure(self, **kwargs: Any) -> None:
52
- self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs)
53
- self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs)
54
- self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs)
55
- self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs)
56
- self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs)
57
- self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs)
58
- self.redirect_policy = kwargs.get("redirect_policy") or policies.RedirectPolicy(**kwargs)
59
- self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs)
60
- self.authentication_policy = kwargs.get("authentication_policy")
61
- if self.credential and not self.authentication_policy:
62
- self.authentication_policy = ARMChallengeAuthenticationPolicy(
63
- self.credential, *self.credential_scopes, **kwargs
64
- )
@@ -1,20 +0,0 @@
1
- # ------------------------------------
2
- # Copyright (c) Microsoft Corporation.
3
- # Licensed under the MIT License.
4
- # ------------------------------------
5
- """Customize generated code here.
6
-
7
- Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
8
- """
9
- from typing import List
10
-
11
- __all__: List[str] = [] # Add all objects you want publicly available to users at this package level
12
-
13
-
14
- def patch_sdk():
15
- """Do not remove from this file.
16
-
17
- `patch_sdk` is a last resort escape hatch that allows you to do customizations
18
- you can't accomplish using the techniques described in
19
- https://aka.ms/azsdk/python/dpcodegen/python/customize
20
- """
@@ -1,256 +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
-
9
- from copy import deepcopy
10
- from typing import Any, TYPE_CHECKING
11
- from typing_extensions import Self
12
-
13
- from azure.core.pipeline import policies
14
- from azure.core.rest import HttpRequest, HttpResponse
15
- from azure.mgmt.core import ARMPipelineClient
16
- from azure.mgmt.core.policies import ARMAutoResourceProviderRegistrationPolicy
17
-
18
- from . import models as _models
19
- from .._serialization import Deserializer, Serializer
20
- from ._configuration import StorageManagementClientConfiguration
21
- from .operations import (
22
- BlobContainersOperations,
23
- BlobInventoryPoliciesOperations,
24
- BlobServicesOperations,
25
- DeletedAccountsOperations,
26
- EncryptionScopesOperations,
27
- FileServicesOperations,
28
- FileSharesOperations,
29
- LocalUsersOperations,
30
- ManagementPoliciesOperations,
31
- NetworkSecurityPerimeterConfigurationsOperations,
32
- ObjectReplicationPoliciesOperations,
33
- Operations,
34
- PrivateEndpointConnectionsOperations,
35
- PrivateLinkResourcesOperations,
36
- QueueOperations,
37
- QueueServicesOperations,
38
- SkusOperations,
39
- StorageAccountsOperations,
40
- StorageTaskAssignmentInstancesReportOperations,
41
- StorageTaskAssignmentsInstancesReportOperations,
42
- StorageTaskAssignmentsOperations,
43
- TableOperations,
44
- TableServicesOperations,
45
- UsagesOperations,
46
- )
47
-
48
- if TYPE_CHECKING:
49
- from azure.core.credentials import TokenCredential
50
-
51
-
52
- class StorageManagementClient: # pylint: disable=too-many-instance-attributes
53
- """The Azure Storage Management API.
54
-
55
- :ivar blob_services: BlobServicesOperations operations
56
- :vartype blob_services: azure.mgmt.storage.v2024_01_01.operations.BlobServicesOperations
57
- :ivar blob_containers: BlobContainersOperations operations
58
- :vartype blob_containers: azure.mgmt.storage.v2024_01_01.operations.BlobContainersOperations
59
- :ivar file_services: FileServicesOperations operations
60
- :vartype file_services: azure.mgmt.storage.v2024_01_01.operations.FileServicesOperations
61
- :ivar file_shares: FileSharesOperations operations
62
- :vartype file_shares: azure.mgmt.storage.v2024_01_01.operations.FileSharesOperations
63
- :ivar queue_services: QueueServicesOperations operations
64
- :vartype queue_services: azure.mgmt.storage.v2024_01_01.operations.QueueServicesOperations
65
- :ivar queue: QueueOperations operations
66
- :vartype queue: azure.mgmt.storage.v2024_01_01.operations.QueueOperations
67
- :ivar operations: Operations operations
68
- :vartype operations: azure.mgmt.storage.v2024_01_01.operations.Operations
69
- :ivar skus: SkusOperations operations
70
- :vartype skus: azure.mgmt.storage.v2024_01_01.operations.SkusOperations
71
- :ivar storage_accounts: StorageAccountsOperations operations
72
- :vartype storage_accounts: azure.mgmt.storage.v2024_01_01.operations.StorageAccountsOperations
73
- :ivar deleted_accounts: DeletedAccountsOperations operations
74
- :vartype deleted_accounts: azure.mgmt.storage.v2024_01_01.operations.DeletedAccountsOperations
75
- :ivar usages: UsagesOperations operations
76
- :vartype usages: azure.mgmt.storage.v2024_01_01.operations.UsagesOperations
77
- :ivar management_policies: ManagementPoliciesOperations operations
78
- :vartype management_policies:
79
- azure.mgmt.storage.v2024_01_01.operations.ManagementPoliciesOperations
80
- :ivar blob_inventory_policies: BlobInventoryPoliciesOperations operations
81
- :vartype blob_inventory_policies:
82
- azure.mgmt.storage.v2024_01_01.operations.BlobInventoryPoliciesOperations
83
- :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations
84
- :vartype private_endpoint_connections:
85
- azure.mgmt.storage.v2024_01_01.operations.PrivateEndpointConnectionsOperations
86
- :ivar private_link_resources: PrivateLinkResourcesOperations operations
87
- :vartype private_link_resources:
88
- azure.mgmt.storage.v2024_01_01.operations.PrivateLinkResourcesOperations
89
- :ivar object_replication_policies: ObjectReplicationPoliciesOperations operations
90
- :vartype object_replication_policies:
91
- azure.mgmt.storage.v2024_01_01.operations.ObjectReplicationPoliciesOperations
92
- :ivar local_users: LocalUsersOperations operations
93
- :vartype local_users: azure.mgmt.storage.v2024_01_01.operations.LocalUsersOperations
94
- :ivar encryption_scopes: EncryptionScopesOperations operations
95
- :vartype encryption_scopes:
96
- azure.mgmt.storage.v2024_01_01.operations.EncryptionScopesOperations
97
- :ivar table_services: TableServicesOperations operations
98
- :vartype table_services: azure.mgmt.storage.v2024_01_01.operations.TableServicesOperations
99
- :ivar table: TableOperations operations
100
- :vartype table: azure.mgmt.storage.v2024_01_01.operations.TableOperations
101
- :ivar network_security_perimeter_configurations:
102
- NetworkSecurityPerimeterConfigurationsOperations operations
103
- :vartype network_security_perimeter_configurations:
104
- azure.mgmt.storage.v2024_01_01.operations.NetworkSecurityPerimeterConfigurationsOperations
105
- :ivar storage_task_assignments: StorageTaskAssignmentsOperations operations
106
- :vartype storage_task_assignments:
107
- azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentsOperations
108
- :ivar storage_task_assignments_instances_report:
109
- StorageTaskAssignmentsInstancesReportOperations operations
110
- :vartype storage_task_assignments_instances_report:
111
- azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentsInstancesReportOperations
112
- :ivar storage_task_assignment_instances_report: StorageTaskAssignmentInstancesReportOperations
113
- operations
114
- :vartype storage_task_assignment_instances_report:
115
- azure.mgmt.storage.v2024_01_01.operations.StorageTaskAssignmentInstancesReportOperations
116
- :param credential: Credential needed for the client to connect to Azure. Required.
117
- :type credential: ~azure.core.credentials.TokenCredential
118
- :param subscription_id: The ID of the target subscription. Required.
119
- :type subscription_id: str
120
- :param base_url: Service URL. Default value is "https://management.azure.com".
121
- :type base_url: str
122
- :keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
123
- default value may result in unsupported behavior.
124
- :paramtype api_version: str
125
- :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
126
- Retry-After header is present.
127
- """
128
-
129
- def __init__(
130
- self,
131
- credential: "TokenCredential",
132
- subscription_id: str,
133
- base_url: str = "https://management.azure.com",
134
- **kwargs: Any
135
- ) -> None:
136
- self._config = StorageManagementClientConfiguration(
137
- credential=credential, subscription_id=subscription_id, **kwargs
138
- )
139
- _policies = kwargs.pop("policies", None)
140
- if _policies is None:
141
- _policies = [
142
- policies.RequestIdPolicy(**kwargs),
143
- self._config.headers_policy,
144
- self._config.user_agent_policy,
145
- self._config.proxy_policy,
146
- policies.ContentDecodePolicy(**kwargs),
147
- ARMAutoResourceProviderRegistrationPolicy(),
148
- self._config.redirect_policy,
149
- self._config.retry_policy,
150
- self._config.authentication_policy,
151
- self._config.custom_hook_policy,
152
- self._config.logging_policy,
153
- policies.DistributedTracingPolicy(**kwargs),
154
- policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
155
- self._config.http_logging_policy,
156
- ]
157
- self._client: ARMPipelineClient = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
158
-
159
- client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)}
160
- self._serialize = Serializer(client_models)
161
- self._deserialize = Deserializer(client_models)
162
- self._serialize.client_side_validation = False
163
- self.blob_services = BlobServicesOperations(
164
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
165
- )
166
- self.blob_containers = BlobContainersOperations(
167
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
168
- )
169
- self.file_services = FileServicesOperations(
170
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
171
- )
172
- self.file_shares = FileSharesOperations(
173
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
174
- )
175
- self.queue_services = QueueServicesOperations(
176
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
177
- )
178
- self.queue = QueueOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
179
- self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
180
- self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
181
- self.storage_accounts = StorageAccountsOperations(
182
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
183
- )
184
- self.deleted_accounts = DeletedAccountsOperations(
185
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
186
- )
187
- self.usages = UsagesOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
188
- self.management_policies = ManagementPoliciesOperations(
189
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
190
- )
191
- self.blob_inventory_policies = BlobInventoryPoliciesOperations(
192
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
193
- )
194
- self.private_endpoint_connections = PrivateEndpointConnectionsOperations(
195
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
196
- )
197
- self.private_link_resources = PrivateLinkResourcesOperations(
198
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
199
- )
200
- self.object_replication_policies = ObjectReplicationPoliciesOperations(
201
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
202
- )
203
- self.local_users = LocalUsersOperations(
204
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
205
- )
206
- self.encryption_scopes = EncryptionScopesOperations(
207
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
208
- )
209
- self.table_services = TableServicesOperations(
210
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
211
- )
212
- self.table = TableOperations(self._client, self._config, self._serialize, self._deserialize, "2024-01-01")
213
- self.network_security_perimeter_configurations = NetworkSecurityPerimeterConfigurationsOperations(
214
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
215
- )
216
- self.storage_task_assignments = StorageTaskAssignmentsOperations(
217
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
218
- )
219
- self.storage_task_assignments_instances_report = StorageTaskAssignmentsInstancesReportOperations(
220
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
221
- )
222
- self.storage_task_assignment_instances_report = StorageTaskAssignmentInstancesReportOperations(
223
- self._client, self._config, self._serialize, self._deserialize, "2024-01-01"
224
- )
225
-
226
- def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
227
- """Runs the network request through the client's chained policies.
228
-
229
- >>> from azure.core.rest import HttpRequest
230
- >>> request = HttpRequest("GET", "https://www.example.org/")
231
- <HttpRequest [GET], url: 'https://www.example.org/'>
232
- >>> response = client._send_request(request)
233
- <HttpResponse: 200 OK>
234
-
235
- For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request
236
-
237
- :param request: The network request you want to make. Required.
238
- :type request: ~azure.core.rest.HttpRequest
239
- :keyword bool stream: Whether the response payload will be streamed. Defaults to False.
240
- :return: The response of your network call. Does not do error handling on your response.
241
- :rtype: ~azure.core.rest.HttpResponse
242
- """
243
-
244
- request_copy = deepcopy(request)
245
- request_copy.url = self._client.format_url(request_copy.url)
246
- return self._client.send_request(request_copy, stream=stream, **kwargs) # type: ignore
247
-
248
- def close(self) -> None:
249
- self._client.close()
250
-
251
- def __enter__(self) -> Self:
252
- self._client.__enter__()
253
- return self
254
-
255
- def __exit__(self, *exc_details: Any) -> None:
256
- self._client.__exit__(*exc_details)
@@ -1,9 +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
-
9
- VERSION = "22.2.0"
@@ -1,29 +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
- from ._storage_management_client import StorageManagementClient # type: ignore
16
-
17
- try:
18
- from ._patch import __all__ as _patch_all
19
- from ._patch import *
20
- except ImportError:
21
- _patch_all = []
22
- from ._patch import patch_sdk as _patch_sdk
23
-
24
- __all__ = [
25
- "StorageManagementClient",
26
- ]
27
- __all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
28
-
29
- _patch_sdk()
@@ -1,64 +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
-
9
- from typing import Any, TYPE_CHECKING
10
-
11
- from azure.core.pipeline import policies
12
- from azure.mgmt.core.policies import ARMHttpLoggingPolicy, AsyncARMChallengeAuthenticationPolicy
13
-
14
- from .._version import VERSION
15
-
16
- if TYPE_CHECKING:
17
- from azure.core.credentials_async import AsyncTokenCredential
18
-
19
-
20
- class StorageManagementClientConfiguration: # pylint: disable=too-many-instance-attributes
21
- """Configuration for StorageManagementClient.
22
-
23
- Note that all parameters used to create this instance are saved as instance
24
- attributes.
25
-
26
- :param credential: Credential needed for the client to connect to Azure. Required.
27
- :type credential: ~azure.core.credentials_async.AsyncTokenCredential
28
- :param subscription_id: The ID of the target subscription. Required.
29
- :type subscription_id: str
30
- :keyword api_version: Api Version. Default value is "2024-01-01". Note that overriding this
31
- default value may result in unsupported behavior.
32
- :paramtype api_version: str
33
- """
34
-
35
- def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
36
- api_version: str = kwargs.pop("api_version", "2024-01-01")
37
-
38
- if credential is None:
39
- raise ValueError("Parameter 'credential' must not be None.")
40
- if subscription_id is None:
41
- raise ValueError("Parameter 'subscription_id' must not be None.")
42
-
43
- self.credential = credential
44
- self.subscription_id = subscription_id
45
- self.api_version = api_version
46
- self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
47
- kwargs.setdefault("sdk_moniker", "mgmt-storage/{}".format(VERSION))
48
- self.polling_interval = kwargs.get("polling_interval", 30)
49
- self._configure(**kwargs)
50
-
51
- def _configure(self, **kwargs: Any) -> None:
52
- self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs)
53
- self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs)
54
- self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs)
55
- self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs)
56
- self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs)
57
- self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs)
58
- self.redirect_policy = kwargs.get("redirect_policy") or policies.AsyncRedirectPolicy(**kwargs)
59
- self.retry_policy = kwargs.get("retry_policy") or policies.AsyncRetryPolicy(**kwargs)
60
- self.authentication_policy = kwargs.get("authentication_policy")
61
- if self.credential and not self.authentication_policy:
62
- self.authentication_policy = AsyncARMChallengeAuthenticationPolicy(
63
- self.credential, *self.credential_scopes, **kwargs
64
- )
@@ -1,20 +0,0 @@
1
- # ------------------------------------
2
- # Copyright (c) Microsoft Corporation.
3
- # Licensed under the MIT License.
4
- # ------------------------------------
5
- """Customize generated code here.
6
-
7
- Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
8
- """
9
- from typing import List
10
-
11
- __all__: List[str] = [] # Add all objects you want publicly available to users at this package level
12
-
13
-
14
- def patch_sdk():
15
- """Do not remove from this file.
16
-
17
- `patch_sdk` is a last resort escape hatch that allows you to do customizations
18
- you can't accomplish using the techniques described in
19
- https://aka.ms/azsdk/python/dpcodegen/python/customize
20
- """