azure-mgmt-storage 22.1.1__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 +81 -96
  32. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignment_instances_report_operations.py +14 -16
  33. azure/mgmt/storage/{v2024_01_01/aio → aio}/operations/_storage_task_assignments_instances_report_operations.py +14 -16
  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 +870 -927
  39. azure/mgmt/storage/{v2016_01_01/operations → models}/_patch.py +5 -4
  40. azure/mgmt/storage/{v2024_01_01/models → models}/_storage_management_client_enums.py +1 -0
  41. azure/mgmt/storage/{v2024_01_01/operations → operations}/__init__.py +1 -0
  42. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_containers_operations.py +81 -84
  43. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_inventory_policies_operations.py +31 -39
  44. azure/mgmt/storage/{v2024_01_01/operations → operations}/_blob_services_operations.py +24 -27
  45. azure/mgmt/storage/{v2024_01_01/operations → operations}/_deleted_accounts_operations.py +16 -18
  46. azure/mgmt/storage/{v2024_01_01/operations → operations}/_encryption_scopes_operations.py +32 -34
  47. azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_services_operations.py +30 -32
  48. azure/mgmt/storage/{v2024_01_01/operations → operations}/_file_shares_operations.py +44 -47
  49. azure/mgmt/storage/{v2024_01_01/operations → operations}/_local_users_operations.py +33 -35
  50. azure/mgmt/storage/{v2024_01_01/operations → operations}/_management_policies_operations.py +27 -34
  51. azure/mgmt/storage/{v2024_01_01/operations → operations}/_network_security_perimeter_configurations_operations.py +20 -22
  52. azure/mgmt/storage/{v2024_01_01/operations → operations}/_object_replication_policies_operations.py +26 -29
  53. azure/mgmt/storage/{v2024_01_01/operations → operations}/_operations.py +12 -15
  54. azure/mgmt/storage/operations/_patch.py +21 -0
  55. azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_endpoint_connections_operations.py +26 -29
  56. azure/mgmt/storage/{v2024_01_01/operations → operations}/_private_link_resources_operations.py +13 -15
  57. azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_operations.py +33 -35
  58. azure/mgmt/storage/{v2024_01_01/operations → operations}/_queue_services_operations.py +23 -25
  59. azure/mgmt/storage/{v2024_01_01/operations → operations}/_skus_operations.py +12 -15
  60. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_accounts_operations.py +98 -106
  61. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignment_instances_report_operations.py +15 -19
  62. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_instances_report_operations.py +15 -19
  63. azure/mgmt/storage/{v2024_01_01/operations → operations}/_storage_task_assignments_operations.py +36 -47
  64. azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_operations.py +33 -35
  65. azure/mgmt/storage/{v2024_01_01/operations → operations}/_table_services_operations.py +23 -25
  66. azure/mgmt/storage/{v2024_01_01/operations → operations}/_usages_operations.py +13 -16
  67. {azure_mgmt_storage-22.1.1.dist-info → azure_mgmt_storage-23.0.0.dist-info}/METADATA +20 -10
  68. azure_mgmt_storage-23.0.0.dist-info/RECORD +73 -0
  69. {azure_mgmt_storage-22.1.1.dist-info → azure_mgmt_storage-23.0.0.dist-info}/WHEEL +1 -1
  70. azure/mgmt/storage/models.py +0 -8
  71. azure/mgmt/storage/v2016_01_01/__init__.py +0 -32
  72. azure/mgmt/storage/v2016_01_01/_configuration.py +0 -65
  73. azure/mgmt/storage/v2016_01_01/_patch.py +0 -32
  74. azure/mgmt/storage/v2016_01_01/_storage_management_client.py +0 -117
  75. azure/mgmt/storage/v2016_01_01/aio/__init__.py +0 -29
  76. azure/mgmt/storage/v2016_01_01/aio/_configuration.py +0 -65
  77. azure/mgmt/storage/v2016_01_01/aio/_patch.py +0 -32
  78. azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py +0 -120
  79. azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py +0 -27
  80. azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py +0 -1023
  81. azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py +0 -130
  82. azure/mgmt/storage/v2016_01_01/models/__init__.py +0 -88
  83. azure/mgmt/storage/v2016_01_01/models/_models_py3.py +0 -829
  84. azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py +0 -99
  85. azure/mgmt/storage/v2016_01_01/operations/__init__.py +0 -27
  86. azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py +0 -1278
  87. azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py +0 -157
  88. azure/mgmt/storage/v2016_01_01/py.typed +0 -1
  89. azure/mgmt/storage/v2017_10_01/__init__.py +0 -32
  90. azure/mgmt/storage/v2017_10_01/_configuration.py +0 -65
  91. azure/mgmt/storage/v2017_10_01/_patch.py +0 -32
  92. azure/mgmt/storage/v2017_10_01/_storage_management.py +0 -121
  93. azure/mgmt/storage/v2017_10_01/_version.py +0 -9
  94. azure/mgmt/storage/v2017_10_01/aio/__init__.py +0 -29
  95. azure/mgmt/storage/v2017_10_01/aio/_configuration.py +0 -65
  96. azure/mgmt/storage/v2017_10_01/aio/_patch.py +0 -32
  97. azure/mgmt/storage/v2017_10_01/aio/_storage_management.py +0 -124
  98. azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py +0 -31
  99. azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py +0 -130
  100. azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py +0 -1299
  101. azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py +0 -130
  102. azure/mgmt/storage/v2017_10_01/models/__init__.py +0 -140
  103. azure/mgmt/storage/v2017_10_01/models/_models_py3.py +0 -1851
  104. azure/mgmt/storage/v2017_10_01/models/_patch.py +0 -20
  105. azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py +0 -192
  106. azure/mgmt/storage/v2017_10_01/operations/__init__.py +0 -31
  107. azure/mgmt/storage/v2017_10_01/operations/_operations.py +0 -151
  108. azure/mgmt/storage/v2017_10_01/operations/_patch.py +0 -20
  109. azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py +0 -157
  110. azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py +0 -1638
  111. azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py +0 -157
  112. azure/mgmt/storage/v2017_10_01/py.typed +0 -1
  113. azure/mgmt/storage/v2019_06_01/__init__.py +0 -32
  114. azure/mgmt/storage/v2019_06_01/_configuration.py +0 -64
  115. azure/mgmt/storage/v2019_06_01/_patch.py +0 -32
  116. azure/mgmt/storage/v2019_06_01/_storage_management_client.py +0 -213
  117. azure/mgmt/storage/v2019_06_01/_version.py +0 -9
  118. azure/mgmt/storage/v2019_06_01/aio/__init__.py +0 -29
  119. azure/mgmt/storage/v2019_06_01/aio/_configuration.py +0 -64
  120. azure/mgmt/storage/v2019_06_01/aio/_patch.py +0 -32
  121. azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py +0 -217
  122. azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py +0 -59
  123. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py +0 -1725
  124. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py +0 -437
  125. azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py +0 -368
  126. azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py +0 -538
  127. azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py +0 -335
  128. azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py +0 -771
  129. azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py +0 -428
  130. azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py +0 -130
  131. azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py +0 -20
  132. azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py +0 -424
  133. azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py +0 -113
  134. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py +0 -597
  135. azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py +0 -335
  136. azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py +0 -131
  137. azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py +0 -1696
  138. azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py +0 -394
  139. azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py +0 -335
  140. azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py +0 -134
  141. azure/mgmt/storage/v2019_06_01/models/__init__.py +0 -364
  142. azure/mgmt/storage/v2019_06_01/models/_models_py3.py +0 -6038
  143. azure/mgmt/storage/v2019_06_01/models/_patch.py +0 -20
  144. azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py +0 -456
  145. azure/mgmt/storage/v2019_06_01/operations/__init__.py +0 -59
  146. azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py +0 -2226
  147. azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py +0 -582
  148. azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py +0 -476
  149. azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py +0 -677
  150. azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py +0 -444
  151. azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +0 -1000
  152. azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py +0 -453
  153. azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py +0 -567
  154. azure/mgmt/storage/v2019_06_01/operations/_operations.py +0 -151
  155. azure/mgmt/storage/v2019_06_01/operations/_patch.py +0 -20
  156. azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py +0 -575
  157. azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py +0 -149
  158. azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py +0 -805
  159. azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py +0 -444
  160. azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py +0 -157
  161. azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py +0 -2122
  162. azure/mgmt/storage/v2019_06_01/operations/_table_operations.py +0 -563
  163. azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py +0 -444
  164. azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py +0 -164
  165. azure/mgmt/storage/v2019_06_01/py.typed +0 -1
  166. azure/mgmt/storage/v2024_01_01/__init__.py +0 -32
  167. azure/mgmt/storage/v2024_01_01/_configuration.py +0 -64
  168. azure/mgmt/storage/v2024_01_01/_patch.py +0 -20
  169. azure/mgmt/storage/v2024_01_01/_storage_management_client.py +0 -256
  170. azure/mgmt/storage/v2024_01_01/_version.py +0 -9
  171. azure/mgmt/storage/v2024_01_01/aio/__init__.py +0 -29
  172. azure/mgmt/storage/v2024_01_01/aio/_configuration.py +0 -64
  173. azure/mgmt/storage/v2024_01_01/aio/_patch.py +0 -20
  174. azure/mgmt/storage/v2024_01_01/aio/_storage_management_client.py +0 -261
  175. azure/mgmt/storage/v2024_01_01/aio/operations/_management_policies_operations.py +0 -343
  176. azure/mgmt/storage/v2024_01_01/aio/operations/_operations.py +0 -130
  177. azure/mgmt/storage/v2024_01_01/aio/operations/_patch.py +0 -20
  178. azure/mgmt/storage/v2024_01_01/models/_patch.py +0 -20
  179. azure/mgmt/storage/v2024_01_01/operations/_patch.py +0 -20
  180. azure/mgmt/storage/v2024_01_01/py.typed +0 -1
  181. azure_mgmt_storage-22.1.1.dist-info/RECORD +0 -183
  182. /azure/mgmt/storage/{v2024_01_01/models → models}/__init__.py +0 -0
  183. {azure_mgmt_storage-22.1.1.dist-info → azure_mgmt_storage-23.0.0.dist-info}/LICENSE +0 -0
  184. {azure_mgmt_storage-22.1.1.dist-info → azure_mgmt_storage-23.0.0.dist-info}/top_level.txt +0 -0
@@ -1,157 +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
- import sys
9
- from typing import Any, Callable, Dict, Iterable, Optional, TypeVar
10
- import urllib.parse
11
-
12
- from azure.core.exceptions import (
13
- ClientAuthenticationError,
14
- HttpResponseError,
15
- ResourceExistsError,
16
- ResourceNotFoundError,
17
- ResourceNotModifiedError,
18
- map_error,
19
- )
20
- from azure.core.paging import ItemPaged
21
- from azure.core.pipeline import PipelineResponse
22
- from azure.core.rest import HttpRequest, HttpResponse
23
- from azure.core.tracing.decorator import distributed_trace
24
- from azure.core.utils import case_insensitive_dict
25
- from azure.mgmt.core.exceptions import ARMErrorFormat
26
-
27
- from .. import models as _models
28
- from ..._serialization import Serializer
29
-
30
- if sys.version_info >= (3, 9):
31
- from collections.abc import MutableMapping
32
- else:
33
- from typing import MutableMapping # type: ignore
34
- T = TypeVar("T")
35
- ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]]
36
-
37
- _SERIALIZER = Serializer()
38
- _SERIALIZER.client_side_validation = False
39
-
40
-
41
- def build_list_request(subscription_id: str, **kwargs: Any) -> HttpRequest:
42
- _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
43
- _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
44
-
45
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", "2016-01-01"))
46
- accept = _headers.pop("Accept", "application/json, text/json")
47
-
48
- # Construct URL
49
- _url = kwargs.pop("template_url", "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/usages")
50
- path_format_arguments = {
51
- "subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
52
- }
53
-
54
- _url: str = _url.format(**path_format_arguments) # type: ignore
55
-
56
- # Construct parameters
57
- _params["api-version"] = _SERIALIZER.query("api_version", api_version, "str")
58
-
59
- # Construct headers
60
- _headers["Accept"] = _SERIALIZER.header("accept", accept, "str")
61
-
62
- return HttpRequest(method="GET", url=_url, params=_params, headers=_headers, **kwargs)
63
-
64
-
65
- class UsageOperations:
66
- """
67
- .. warning::
68
- **DO NOT** instantiate this class directly.
69
-
70
- Instead, you should access the following operations through
71
- :class:`~azure.mgmt.storage.v2016_01_01.StorageManagementClient`'s
72
- :attr:`usage` attribute.
73
- """
74
-
75
- models = _models
76
-
77
- def __init__(self, *args, **kwargs):
78
- input_args = list(args)
79
- self._client = input_args.pop(0) if input_args else kwargs.pop("client")
80
- self._config = input_args.pop(0) if input_args else kwargs.pop("config")
81
- self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
82
- self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
83
- self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
84
-
85
- @distributed_trace
86
- def list(self, **kwargs: Any) -> Iterable["_models.Usage"]:
87
- """Gets the current usage count and the limit for the resources under the subscription.
88
-
89
- :return: An iterator like instance of either Usage or the result of cls(response)
90
- :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.storage.v2016_01_01.models.Usage]
91
- :raises ~azure.core.exceptions.HttpResponseError:
92
- """
93
- _headers = kwargs.pop("headers", {}) or {}
94
- _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
95
-
96
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2016-01-01"))
97
- cls: ClsType[_models.UsageListResult] = kwargs.pop("cls", None)
98
-
99
- error_map: MutableMapping = {
100
- 401: ClientAuthenticationError,
101
- 404: ResourceNotFoundError,
102
- 409: ResourceExistsError,
103
- 304: ResourceNotModifiedError,
104
- }
105
- error_map.update(kwargs.pop("error_map", {}) or {})
106
-
107
- def prepare_request(next_link=None):
108
- if not next_link:
109
-
110
- _request = build_list_request(
111
- subscription_id=self._config.subscription_id,
112
- api_version=api_version,
113
- headers=_headers,
114
- params=_params,
115
- )
116
- _request.url = self._client.format_url(_request.url)
117
-
118
- else:
119
- # make call to next link with the client's api-version
120
- _parsed_next_link = urllib.parse.urlparse(next_link)
121
- _next_request_params = case_insensitive_dict(
122
- {
123
- key: [urllib.parse.quote(v) for v in value]
124
- for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
125
- }
126
- )
127
- _next_request_params["api-version"] = self._api_version
128
- _request = HttpRequest(
129
- "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
130
- )
131
- _request.url = self._client.format_url(_request.url)
132
- _request.method = "GET"
133
- return _request
134
-
135
- def extract_data(pipeline_response):
136
- deserialized = self._deserialize("UsageListResult", pipeline_response)
137
- list_of_elem = deserialized.value
138
- if cls:
139
- list_of_elem = cls(list_of_elem) # type: ignore
140
- return None, iter(list_of_elem)
141
-
142
- def get_next(next_link=None):
143
- _request = prepare_request(next_link)
144
-
145
- _stream = False
146
- pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access
147
- _request, stream=_stream, **kwargs
148
- )
149
- response = pipeline_response.http_response
150
-
151
- if response.status_code not in [200]:
152
- map_error(status_code=response.status_code, response=response, error_map=error_map)
153
- raise HttpResponseError(response=response, error_format=ARMErrorFormat)
154
-
155
- return pipeline_response
156
-
157
- return ItemPaged(get_next, extract_data)
@@ -1 +0,0 @@
1
- # Marker file for PEP 561.
@@ -1,32 +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 import StorageManagement # type: ignore
16
- from ._version import VERSION
17
-
18
- __version__ = VERSION
19
-
20
- try:
21
- from ._patch import __all__ as _patch_all
22
- from ._patch import *
23
- except ImportError:
24
- _patch_all = []
25
- from ._patch import patch_sdk as _patch_sdk
26
-
27
- __all__ = [
28
- "StorageManagement",
29
- ]
30
- __all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
31
-
32
- _patch_sdk()
@@ -1,65 +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 StorageManagementConfiguration: # pylint: disable=too-many-instance-attributes
21
- """Configuration for StorageManagement.
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: Gets subscription credentials which uniquely identify the Microsoft
29
- Azure subscription. The subscription ID forms part of the URI for every service call. Required.
30
- :type subscription_id: str
31
- :keyword api_version: Api Version. Default value is "2017-10-01". Note that overriding this
32
- default value may result in unsupported behavior.
33
- :paramtype api_version: str
34
- """
35
-
36
- def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
37
- api_version: str = kwargs.pop("api_version", "2017-10-01")
38
-
39
- if credential is None:
40
- raise ValueError("Parameter 'credential' must not be None.")
41
- if subscription_id is None:
42
- raise ValueError("Parameter 'subscription_id' must not be None.")
43
-
44
- self.credential = credential
45
- self.subscription_id = subscription_id
46
- self.api_version = api_version
47
- self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
48
- kwargs.setdefault("sdk_moniker", "mgmt-storage/{}".format(VERSION))
49
- self.polling_interval = kwargs.get("polling_interval", 30)
50
- self._configure(**kwargs)
51
-
52
- def _configure(self, **kwargs: Any) -> None:
53
- self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs)
54
- self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs)
55
- self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs)
56
- self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs)
57
- self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs)
58
- self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs)
59
- self.redirect_policy = kwargs.get("redirect_policy") or policies.RedirectPolicy(**kwargs)
60
- self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs)
61
- self.authentication_policy = kwargs.get("authentication_policy")
62
- if self.credential and not self.authentication_policy:
63
- self.authentication_policy = ARMChallengeAuthenticationPolicy(
64
- self.credential, *self.credential_scopes, **kwargs
65
- )
@@ -1,32 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- #
4
- # Copyright (c) Microsoft Corporation. All rights reserved.
5
- #
6
- # The MIT License (MIT)
7
- #
8
- # Permission is hereby granted, free of charge, to any person obtaining a copy
9
- # of this software and associated documentation files (the ""Software""), to
10
- # deal in the Software without restriction, including without limitation the
11
- # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
12
- # sell copies of the Software, and to permit persons to whom the Software is
13
- # furnished to do so, subject to the following conditions:
14
- #
15
- # The above copyright notice and this permission notice shall be included in
16
- # all copies or substantial portions of the Software.
17
- #
18
- # THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23
- # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24
- # IN THE SOFTWARE.
25
- #
26
- # --------------------------------------------------------------------------
27
-
28
-
29
- # This file is used for handwritten extensions to the generated code. Example:
30
- # https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/customize_code/how-to-patch-sdk-code.md
31
- def patch_sdk():
32
- pass
@@ -1,121 +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 StorageManagementConfiguration
21
- from .operations import Operations, SkusOperations, StorageAccountsOperations, UsageOperations
22
-
23
- if TYPE_CHECKING:
24
- from azure.core.credentials import TokenCredential
25
-
26
-
27
- class StorageManagement:
28
- """The Azure Storage Management API.
29
-
30
- :ivar operations: Operations operations
31
- :vartype operations: azure.mgmt.storage.v2017_10_01.operations.Operations
32
- :ivar skus: SkusOperations operations
33
- :vartype skus: azure.mgmt.storage.v2017_10_01.operations.SkusOperations
34
- :ivar storage_accounts: StorageAccountsOperations operations
35
- :vartype storage_accounts: azure.mgmt.storage.v2017_10_01.operations.StorageAccountsOperations
36
- :ivar usage: UsageOperations operations
37
- :vartype usage: azure.mgmt.storage.v2017_10_01.operations.UsageOperations
38
- :param credential: Credential needed for the client to connect to Azure. Required.
39
- :type credential: ~azure.core.credentials.TokenCredential
40
- :param subscription_id: Gets subscription credentials which uniquely identify the Microsoft
41
- Azure subscription. The subscription ID forms part of the URI for every service call. Required.
42
- :type subscription_id: str
43
- :param base_url: Service URL. Default value is "https://management.azure.com".
44
- :type base_url: str
45
- :keyword api_version: Api Version. Default value is "2017-10-01". Note that overriding this
46
- default value may result in unsupported behavior.
47
- :paramtype api_version: str
48
- :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
49
- Retry-After header is present.
50
- """
51
-
52
- def __init__(
53
- self,
54
- credential: "TokenCredential",
55
- subscription_id: str,
56
- base_url: str = "https://management.azure.com",
57
- **kwargs: Any
58
- ) -> None:
59
- self._config = StorageManagementConfiguration(credential=credential, subscription_id=subscription_id, **kwargs)
60
- _policies = kwargs.pop("policies", None)
61
- if _policies is None:
62
- _policies = [
63
- policies.RequestIdPolicy(**kwargs),
64
- self._config.headers_policy,
65
- self._config.user_agent_policy,
66
- self._config.proxy_policy,
67
- policies.ContentDecodePolicy(**kwargs),
68
- ARMAutoResourceProviderRegistrationPolicy(),
69
- self._config.redirect_policy,
70
- self._config.retry_policy,
71
- self._config.authentication_policy,
72
- self._config.custom_hook_policy,
73
- self._config.logging_policy,
74
- policies.DistributedTracingPolicy(**kwargs),
75
- policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
76
- self._config.http_logging_policy,
77
- ]
78
- self._client: ARMPipelineClient = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
79
-
80
- client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)}
81
- self._serialize = Serializer(client_models)
82
- self._deserialize = Deserializer(client_models)
83
- self._serialize.client_side_validation = False
84
- self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2017-10-01")
85
- self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2017-10-01")
86
- self.storage_accounts = StorageAccountsOperations(
87
- self._client, self._config, self._serialize, self._deserialize, "2017-10-01"
88
- )
89
- self.usage = UsageOperations(self._client, self._config, self._serialize, self._deserialize, "2017-10-01")
90
-
91
- def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
92
- """Runs the network request through the client's chained policies.
93
-
94
- >>> from azure.core.rest import HttpRequest
95
- >>> request = HttpRequest("GET", "https://www.example.org/")
96
- <HttpRequest [GET], url: 'https://www.example.org/'>
97
- >>> response = client._send_request(request)
98
- <HttpResponse: 200 OK>
99
-
100
- For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request
101
-
102
- :param request: The network request you want to make. Required.
103
- :type request: ~azure.core.rest.HttpRequest
104
- :keyword bool stream: Whether the response payload will be streamed. Defaults to False.
105
- :return: The response of your network call. Does not do error handling on your response.
106
- :rtype: ~azure.core.rest.HttpResponse
107
- """
108
-
109
- request_copy = deepcopy(request)
110
- request_copy.url = self._client.format_url(request_copy.url)
111
- return self._client.send_request(request_copy, stream=stream, **kwargs) # type: ignore
112
-
113
- def close(self) -> None:
114
- self._client.close()
115
-
116
- def __enter__(self) -> Self:
117
- self._client.__enter__()
118
- return self
119
-
120
- def __exit__(self, *exc_details: Any) -> None:
121
- 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.1.1"
@@ -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 import StorageManagement # 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
- "StorageManagement",
26
- ]
27
- __all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
28
-
29
- _patch_sdk()
@@ -1,65 +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 StorageManagementConfiguration: # pylint: disable=too-many-instance-attributes
21
- """Configuration for StorageManagement.
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: Gets subscription credentials which uniquely identify the Microsoft
29
- Azure subscription. The subscription ID forms part of the URI for every service call. Required.
30
- :type subscription_id: str
31
- :keyword api_version: Api Version. Default value is "2017-10-01". Note that overriding this
32
- default value may result in unsupported behavior.
33
- :paramtype api_version: str
34
- """
35
-
36
- def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
37
- api_version: str = kwargs.pop("api_version", "2017-10-01")
38
-
39
- if credential is None:
40
- raise ValueError("Parameter 'credential' must not be None.")
41
- if subscription_id is None:
42
- raise ValueError("Parameter 'subscription_id' must not be None.")
43
-
44
- self.credential = credential
45
- self.subscription_id = subscription_id
46
- self.api_version = api_version
47
- self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
48
- kwargs.setdefault("sdk_moniker", "mgmt-storage/{}".format(VERSION))
49
- self.polling_interval = kwargs.get("polling_interval", 30)
50
- self._configure(**kwargs)
51
-
52
- def _configure(self, **kwargs: Any) -> None:
53
- self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs)
54
- self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs)
55
- self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs)
56
- self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs)
57
- self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs)
58
- self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs)
59
- self.redirect_policy = kwargs.get("redirect_policy") or policies.AsyncRedirectPolicy(**kwargs)
60
- self.retry_policy = kwargs.get("retry_policy") or policies.AsyncRetryPolicy(**kwargs)
61
- self.authentication_policy = kwargs.get("authentication_policy")
62
- if self.credential and not self.authentication_policy:
63
- self.authentication_policy = AsyncARMChallengeAuthenticationPolicy(
64
- self.credential, *self.credential_scopes, **kwargs
65
- )
@@ -1,32 +0,0 @@
1
- # coding=utf-8
2
- # --------------------------------------------------------------------------
3
- #
4
- # Copyright (c) Microsoft Corporation. All rights reserved.
5
- #
6
- # The MIT License (MIT)
7
- #
8
- # Permission is hereby granted, free of charge, to any person obtaining a copy
9
- # of this software and associated documentation files (the ""Software""), to
10
- # deal in the Software without restriction, including without limitation the
11
- # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
12
- # sell copies of the Software, and to permit persons to whom the Software is
13
- # furnished to do so, subject to the following conditions:
14
- #
15
- # The above copyright notice and this permission notice shall be included in
16
- # all copies or substantial portions of the Software.
17
- #
18
- # THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23
- # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24
- # IN THE SOFTWARE.
25
- #
26
- # --------------------------------------------------------------------------
27
-
28
-
29
- # This file is used for handwritten extensions to the generated code. Example:
30
- # https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/customize_code/how-to-patch-sdk-code.md
31
- def patch_sdk():
32
- pass