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,130 +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, AsyncIterable, Callable, Dict, Optional, TypeVar
10
- import urllib.parse
11
-
12
- from azure.core.async_paging import AsyncItemPaged, AsyncList
13
- from azure.core.exceptions import (
14
- ClientAuthenticationError,
15
- HttpResponseError,
16
- ResourceExistsError,
17
- ResourceNotFoundError,
18
- ResourceNotModifiedError,
19
- map_error,
20
- )
21
- from azure.core.pipeline import PipelineResponse
22
- from azure.core.rest import AsyncHttpResponse, HttpRequest
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 ...operations._operations import build_list_request
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, AsyncHttpResponse], T, Dict[str, Any]], Any]]
36
-
37
-
38
- class Operations:
39
- """
40
- .. warning::
41
- **DO NOT** instantiate this class directly.
42
-
43
- Instead, you should access the following operations through
44
- :class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
45
- :attr:`operations` attribute.
46
- """
47
-
48
- models = _models
49
-
50
- def __init__(self, *args, **kwargs) -> None:
51
- input_args = list(args)
52
- self._client = input_args.pop(0) if input_args else kwargs.pop("client")
53
- self._config = input_args.pop(0) if input_args else kwargs.pop("config")
54
- self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
55
- self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
56
- self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
57
-
58
- @distributed_trace
59
- def list(self, **kwargs: Any) -> AsyncIterable["_models.Operation"]:
60
- """Lists all of the available Storage Rest API operations.
61
-
62
- :return: An iterator like instance of either Operation or the result of cls(response)
63
- :rtype:
64
- ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.Operation]
65
- :raises ~azure.core.exceptions.HttpResponseError:
66
- """
67
- _headers = kwargs.pop("headers", {}) or {}
68
- _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
69
-
70
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
71
- cls: ClsType[_models.OperationListResult] = kwargs.pop("cls", None)
72
-
73
- error_map: MutableMapping = {
74
- 401: ClientAuthenticationError,
75
- 404: ResourceNotFoundError,
76
- 409: ResourceExistsError,
77
- 304: ResourceNotModifiedError,
78
- }
79
- error_map.update(kwargs.pop("error_map", {}) or {})
80
-
81
- def prepare_request(next_link=None):
82
- if not next_link:
83
-
84
- _request = build_list_request(
85
- api_version=api_version,
86
- headers=_headers,
87
- params=_params,
88
- )
89
- _request.url = self._client.format_url(_request.url)
90
-
91
- else:
92
- # make call to next link with the client's api-version
93
- _parsed_next_link = urllib.parse.urlparse(next_link)
94
- _next_request_params = case_insensitive_dict(
95
- {
96
- key: [urllib.parse.quote(v) for v in value]
97
- for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
98
- }
99
- )
100
- _next_request_params["api-version"] = self._api_version
101
- _request = HttpRequest(
102
- "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
103
- )
104
- _request.url = self._client.format_url(_request.url)
105
- _request.method = "GET"
106
- return _request
107
-
108
- async def extract_data(pipeline_response):
109
- deserialized = self._deserialize("OperationListResult", pipeline_response)
110
- list_of_elem = deserialized.value
111
- if cls:
112
- list_of_elem = cls(list_of_elem) # type: ignore
113
- return None, AsyncList(list_of_elem)
114
-
115
- async def get_next(next_link=None):
116
- _request = prepare_request(next_link)
117
-
118
- _stream = False
119
- pipeline_response: PipelineResponse = await self._client._pipeline.run( # pylint: disable=protected-access
120
- _request, stream=_stream, **kwargs
121
- )
122
- response = pipeline_response.http_response
123
-
124
- if response.status_code not in [200]:
125
- map_error(status_code=response.status_code, response=response, error_map=error_map)
126
- raise HttpResponseError(response=response, error_format=ARMErrorFormat)
127
-
128
- return pipeline_response
129
-
130
- return AsyncItemPaged(get_next, extract_data)
@@ -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,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,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 +0,0 @@
1
- # Marker file for PEP 561.
@@ -1,183 +0,0 @@
1
- azure/mgmt/storage/__init__.py,sha256=m8sm-rRh8sQ0tlJ4ymmPEGRr_JntgMvjpcrOcwjz_AM,725
2
- azure/mgmt/storage/_configuration.py,sha256=WGXuK1mWScrq7p-y-RZzZtsIcd1oc3M2uQFlSf00l1c,3099
3
- azure/mgmt/storage/_serialization.py,sha256=UPhwIc2GAKFtMpaqd92gKcvIumDoq_nvmgBkYTo419E,84511
4
- azure/mgmt/storage/_storage_management_client.py,sha256=qh1WMqEDMHSemWQKgWARkFANFPE5zd35758Lw_dAt80,31209
5
- azure/mgmt/storage/_version.py,sha256=s16Pf6_JEJYoYTaZ5BEFuJK8UQyWQBITQ6Zgq2B0p5s,346
6
- azure/mgmt/storage/models.py,sha256=K3K5VD5s4Efg2lH5kI5178evz2kN2BMJlINzGqNnAvg,394
7
- azure/mgmt/storage/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
8
- azure/mgmt/storage/aio/__init__.py,sha256=91Ueq_d_YhUQnoHuhv-HKRhRnDGx8kYi1QeyF_cT3A4,570
9
- azure/mgmt/storage/aio/_configuration.py,sha256=ZBMoIdgQ8y_qBNgeML9GskN3ms4dMXub0mLshOc7yow,3163
10
- azure/mgmt/storage/aio/_storage_management_client.py,sha256=RfFqSba6xSv56WdcbknNUMsNNHqarNCwVpvbSyzatQc,31750
11
- azure/mgmt/storage/v2016_01_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG3js5p0jBaYY7k,1063
12
- azure/mgmt/storage/v2016_01_01/_configuration.py,sha256=siI7T4arsx5aMS3_CQvP0WUBmV0dnnHhpJpWDs2fioE,3483
13
- azure/mgmt/storage/v2016_01_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
14
- azure/mgmt/storage/v2016_01_01/_storage_management_client.py,sha256=swXUKA6adRjEK5P-oaoSrvIY4dxqeZFtuMMjf2Np5vA,5485
15
- azure/mgmt/storage/v2016_01_01/_version.py,sha256=TYf-kmyzmAbvTtIVR4fXqHSP0iQN6Hjc9y54jqLt6WQ,487
16
- azure/mgmt/storage/v2016_01_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
17
- azure/mgmt/storage/v2016_01_01/aio/__init__.py,sha256=y3iibWAAHOz6PL7TZfbzKkWVdp3zcSebEwSvsuWCTzw,1010
18
- azure/mgmt/storage/v2016_01_01/aio/_configuration.py,sha256=YZtsiiROoAP7dZEgdDP7EPnWaBNVKmYspQmJCeZ5JeM,3531
19
- azure/mgmt/storage/v2016_01_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
20
- azure/mgmt/storage/v2016_01_01/aio/_storage_management_client.py,sha256=0FZaQjNWSeAhNwwtt0O4KRWDBUT2yKiTh5CuJquhKZ0,5654
21
- azure/mgmt/storage/v2016_01_01/aio/operations/__init__.py,sha256=WzihJubfAbif1H0GNXA85M7sPtXXzaxt8-Rba2A7xAw,1048
22
- azure/mgmt/storage/v2016_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
23
- azure/mgmt/storage/v2016_01_01/aio/operations/_storage_accounts_operations.py,sha256=WUhFpIQETknmpciC1uPIDeC0xf1dlGT4v9U737A7QSs,47607
24
- azure/mgmt/storage/v2016_01_01/aio/operations/_usage_operations.py,sha256=bSyU4JHzRj4BaU37S5V5uHY241sk81RZQdpFjquxlHw,5554
25
- azure/mgmt/storage/v2016_01_01/models/__init__.py,sha256=hmEuUUN2toM4r3PbD_8Cbv-tiSCUy7cuiU1g6w1ZAU0,2401
26
- azure/mgmt/storage/v2016_01_01/models/_models_py3.py,sha256=pSEPnXdbOfBFzGdRlKzvLiT94nLOPplOpltow9Cn8xk,34872
27
- azure/mgmt/storage/v2016_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
28
- azure/mgmt/storage/v2016_01_01/models/_storage_management_client_enums.py,sha256=nupB0kgJnzHZSC2kFFRCPkk3-6tOxQcatDBAxCitD2E,3202
29
- azure/mgmt/storage/v2016_01_01/operations/__init__.py,sha256=WzihJubfAbif1H0GNXA85M7sPtXXzaxt8-Rba2A7xAw,1048
30
- azure/mgmt/storage/v2016_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
31
- azure/mgmt/storage/v2016_01_01/operations/_storage_accounts_operations.py,sha256=fdVDsCVO4r-g2jlzGAgoIY9yHVS3b61HTmYIADdkVsY,58964
32
- azure/mgmt/storage/v2016_01_01/operations/_usage_operations.py,sha256=pQKcdTvNwBJl5_4-lAU985PWvlW3r2ZVk2uxIMba4Fw,6501
33
- azure/mgmt/storage/v2017_10_01/__init__.py,sha256=oZPgxLp2BadEHAGCxH2XrjJHIBrYPkTXOP0YXiZ8sGs,1044
34
- azure/mgmt/storage/v2017_10_01/_configuration.py,sha256=uUcUwS3Jy-dJbp3inNCqjRAgLd6FlnxTpqx9WD8apH0,3471
35
- azure/mgmt/storage/v2017_10_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
36
- azure/mgmt/storage/v2017_10_01/_storage_management.py,sha256=pn7xRJVjWrcB2Rz-y5e-3XADfpPQqktoaevy8VLo5IQ,5944
37
- azure/mgmt/storage/v2017_10_01/_version.py,sha256=TYf-kmyzmAbvTtIVR4fXqHSP0iQN6Hjc9y54jqLt6WQ,487
38
- azure/mgmt/storage/v2017_10_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
39
- azure/mgmt/storage/v2017_10_01/aio/__init__.py,sha256=p1IDOkB-_obkrqgGDOgDHabjz67tFXLZQ1zszUBKbJg,991
40
- azure/mgmt/storage/v2017_10_01/aio/_configuration.py,sha256=WSsIiOH-QCmYobC1QJyQbCoKiRVEmPhOFHOzbkfrEtw,3519
41
- azure/mgmt/storage/v2017_10_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
42
- azure/mgmt/storage/v2017_10_01/aio/_storage_management.py,sha256=FOiTIpYEG9xLC89bsJMthoSsUSHweMnwEKqKpfBtsXE,6121
43
- azure/mgmt/storage/v2017_10_01/aio/operations/__init__.py,sha256=00q4SvTdZUigZbcHpWKNV3CjFVJJrKaB9J6Ak-7xjcY,1201
44
- azure/mgmt/storage/v2017_10_01/aio/operations/_operations.py,sha256=qkqeBns7cB50jUzzr02RbV-_bp7cpTbn0uAjVjDg6Ag,5476
45
- azure/mgmt/storage/v2017_10_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
46
- azure/mgmt/storage/v2017_10_01/aio/operations/_skus_operations.py,sha256=gy23zfrmWEgKEweKCmouwIMX31bfojEO35bE2euZa54,5544
47
- azure/mgmt/storage/v2017_10_01/aio/operations/_storage_accounts_operations.py,sha256=nqxTmmiyNYRZGSF_Q4kD7s-YdR3GvLVz72mTuww7Etk,60253
48
- azure/mgmt/storage/v2017_10_01/aio/operations/_usage_operations.py,sha256=LdYFi9wEO4pVChm9y6p4Oh3v03E00kgwluO6Su9tN7U,5548
49
- azure/mgmt/storage/v2017_10_01/models/__init__.py,sha256=6lcAIqHo_irqMCISqu8pNItRsJfRQmJ4py7NtG5HlWc,3404
50
- azure/mgmt/storage/v2017_10_01/models/_models_py3.py,sha256=ge1bjYBUna3lRBu_szhjKDMWZqUq47xoQ9NRrGvNnYY,81458
51
- azure/mgmt/storage/v2017_10_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
52
- azure/mgmt/storage/v2017_10_01/models/_storage_management_enums.py,sha256=KFD7IVQMztrCTcG75EOFxGCwPa7AQIh2cGvUvkvAnHg,5822
53
- azure/mgmt/storage/v2017_10_01/operations/__init__.py,sha256=00q4SvTdZUigZbcHpWKNV3CjFVJJrKaB9J6Ak-7xjcY,1201
54
- azure/mgmt/storage/v2017_10_01/operations/_operations.py,sha256=VwBzjr6N6t27k60xbde7Hquy8UoM6McU3YxQUdPL4fg,6179
55
- azure/mgmt/storage/v2017_10_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
56
- azure/mgmt/storage/v2017_10_01/operations/_skus_operations.py,sha256=hkmtlHxvBH-0EhBZDprKrPKSDMSxwWKASdgnz78bV4w,6490
57
- azure/mgmt/storage/v2017_10_01/operations/_storage_accounts_operations.py,sha256=FNRiqRL1oLt8CY3bMKAaStSUiBQlSgDg3aEXjd_A4cQ,75407
58
- azure/mgmt/storage/v2017_10_01/operations/_usage_operations.py,sha256=p7VzKKIC4rO6HVx-Cf3LnesD689-h9r_5tV3aK4KxI4,6495
59
- azure/mgmt/storage/v2019_06_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG3js5p0jBaYY7k,1063
60
- azure/mgmt/storage/v2019_06_01/_configuration.py,sha256=I_JyyXxG59ttJBZis3dY8Anae963nnP3uqoVhhbbUwc,3359
61
- azure/mgmt/storage/v2019_06_01/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
62
- azure/mgmt/storage/v2019_06_01/_storage_management_client.py,sha256=-JsmSBjlOLYKuodPjE6sOhm7goQ76-mWTvc0UppUy1M,10870
63
- azure/mgmt/storage/v2019_06_01/_version.py,sha256=TYf-kmyzmAbvTtIVR4fXqHSP0iQN6Hjc9y54jqLt6WQ,487
64
- azure/mgmt/storage/v2019_06_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
65
- azure/mgmt/storage/v2019_06_01/aio/__init__.py,sha256=y3iibWAAHOz6PL7TZfbzKkWVdp3zcSebEwSvsuWCTzw,1010
66
- azure/mgmt/storage/v2019_06_01/aio/_configuration.py,sha256=YP9rGPG5ig5sE8GsicWpz3-eheu_SF5GL7um4R5g7MI,3407
67
- azure/mgmt/storage/v2019_06_01/aio/_patch.py,sha256=OSgdfwzpocExbdlOm1J8mI9CGXjLs5l6FvoQkS9_Bew,1531
68
- azure/mgmt/storage/v2019_06_01/aio/_storage_management_client.py,sha256=O5jWtVhu5APwLkoP-Kywuni-D-lWEHxuW1Et_dF4AiQ,11108
69
- azure/mgmt/storage/v2019_06_01/aio/operations/__init__.py,sha256=cunyFda_wgdcEoEcmZygeXICVEcKiD6GndOWmBiFpb8,2844
70
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_containers_operations.py,sha256=icZbDnkLMbuEducPlYQvmunaPb4DJDnGvFVO87UbDVg,83894
71
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_inventory_policies_operations.py,sha256=7J5jHGvznR7GfZ85NvBLOL2Wj9yVBQ1DtD4TJsZt0vM,20069
72
- azure/mgmt/storage/v2019_06_01/aio/operations/_blob_services_operations.py,sha256=83PB_aRcrSOm9nKSBfxI_U-6zDySYZHiSC8kF4lCCFw,17327
73
- azure/mgmt/storage/v2019_06_01/aio/operations/_encryption_scopes_operations.py,sha256=SmbrbN6rV5Nd7uUvsoyEKbiBQZqV9xlNmzCeoR78n0E,25793
74
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_services_operations.py,sha256=J6nr1LXaPKIPx5MUF9n0FAbo6gvMtsK9chi5Hz_5dSA,15451
75
- azure/mgmt/storage/v2019_06_01/aio/operations/_file_shares_operations.py,sha256=xEZOoPV_vAYEN9lePksJ2O09AzE6Lf6NWITWe1bZGhU,34984
76
- azure/mgmt/storage/v2019_06_01/aio/operations/_management_policies_operations.py,sha256=EnAonLXIPWqs3j6tJuLENfAYCLnyeHKflxUNiEZNePo,15221
77
- azure/mgmt/storage/v2019_06_01/aio/operations/_object_replication_policies_operations.py,sha256=-sBOpTpID2nIKrsJPAfidY1H-1iTgU9XEL72Fq15DQc,19695
78
- azure/mgmt/storage/v2019_06_01/aio/operations/_operations.py,sha256=qIe_pRM7EHzG44amUk-q2QsucGdsrmLrlxiSu-SYDZU,5482
79
- azure/mgmt/storage/v2019_06_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
80
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_endpoint_connections_operations.py,sha256=yXZMuM2TMX5W0zDoX8-Ew9546Z3VcaRV3GfKfkoljyI,19570
81
- azure/mgmt/storage/v2019_06_01/aio/operations/_private_link_resources_operations.py,sha256=gnFY8IyRal6p70xhdhcYXvnvF17LWHLF-OuWsCLWvBo,4935
82
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_operations.py,sha256=8DGsBY0DJc8qdmV9GkQRogrht_Oo9TW6VMym6dlUyYA,27127
83
- azure/mgmt/storage/v2019_06_01/aio/operations/_queue_services_operations.py,sha256=2ld5HXY8Q68uf_UKt42mYV7B6miTo1e6C8ZMbebcrkA,15803
84
- azure/mgmt/storage/v2019_06_01/aio/operations/_skus_operations.py,sha256=A6xB6IqMSc8Pi32sCM-ize_zqO4Xaofj04X8oVS82zw,5592
85
- azure/mgmt/storage/v2019_06_01/aio/operations/_storage_accounts_operations.py,sha256=OCDI9ht6GtpYuPSBfyV1RPdI12f-lb_YJM6efxKIgSE,78173
86
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_operations.py,sha256=WONa6yrecC6ruAOLcCK9f6R0C29wAyBXG7lAtpOOvQk,17539
87
- azure/mgmt/storage/v2019_06_01/aio/operations/_table_services_operations.py,sha256=t3TQvFlNzG1okyYqCUI6JBBvde1NylbrRA3QLjDWgcg,15803
88
- azure/mgmt/storage/v2019_06_01/aio/operations/_usages_operations.py,sha256=Shp7356Q6RXgV4nQdTUOvh42y3CMRIpAh0y8_0R88pE,5778
89
- azure/mgmt/storage/v2019_06_01/models/__init__.py,sha256=TCxci1E882HrsG_K7QAleszHTU4fFu0XFksBJIJ0_x4,9317
90
- azure/mgmt/storage/v2019_06_01/models/_models_py3.py,sha256=x_rIR_697vcXQrogLnEI53WcyvbDh5FgTyfrmvFvDdA,273326
91
- azure/mgmt/storage/v2019_06_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
92
- azure/mgmt/storage/v2019_06_01/models/_storage_management_client_enums.py,sha256=42gBIdnXoFWViNIDh_LZht7bUWpPa9tEgFh3gUzJLv8,13408
93
- azure/mgmt/storage/v2019_06_01/operations/__init__.py,sha256=cunyFda_wgdcEoEcmZygeXICVEcKiD6GndOWmBiFpb8,2844
94
- azure/mgmt/storage/v2019_06_01/operations/_blob_containers_operations.py,sha256=UMpxKro4FMKld35euNkvS600O6vnAaQMtXB6_-3ELD0,107453
95
- azure/mgmt/storage/v2019_06_01/operations/_blob_inventory_policies_operations.py,sha256=NmttJVcC_N5qouiUsn-PBAcvVqp8VXFibt3_oJjGLqI,26592
96
- azure/mgmt/storage/v2019_06_01/operations/_blob_services_operations.py,sha256=g4rsDrqCvIrZGruVKbxZpobku8IXAP_ap8fFV7LLlEA,22032
97
- azure/mgmt/storage/v2019_06_01/operations/_encryption_scopes_operations.py,sha256=a54KF33bcWLuegRU_42c13AExkmwXYWSlJ5AkgVFxig,32369
98
- azure/mgmt/storage/v2019_06_01/operations/_file_services_operations.py,sha256=LPoVzXisatwFvwSgqJk2SucIgdpPwqu5uWr_fgGKtz8,20268
99
- azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py,sha256=FEUsS1H91LjvIc5XLIDzjPzd3eSaypkuyWnrKuoUiTg,45469
100
- azure/mgmt/storage/v2019_06_01/operations/_management_policies_operations.py,sha256=LNH4C_S1sKnqRig_KNwWRFegbx4LHEzwuKGf7idW8u8,20149
101
- azure/mgmt/storage/v2019_06_01/operations/_object_replication_policies_operations.py,sha256=qqu0eEv110xpijBr3kNQVmLRNit_0QMpJGnnuP3MWHA,26216
102
- azure/mgmt/storage/v2019_06_01/operations/_operations.py,sha256=BWEeSkwVfX0dv5xG_O27OUMAvP45MNd1bewYimkrTHo,6174
103
- azure/mgmt/storage/v2019_06_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
104
- azure/mgmt/storage/v2019_06_01/operations/_private_endpoint_connections_operations.py,sha256=uT7LvB0ghbU5kEqX0MkWqwxPm2QB6JzDNmhUURBm6d8,26160
105
- azure/mgmt/storage/v2019_06_01/operations/_private_link_resources_operations.py,sha256=QsUtmXHPH78P0XMTaio4f_5rBkZmMuh56zfhQL9DfO0,6377
106
- azure/mgmt/storage/v2019_06_01/operations/_queue_operations.py,sha256=9FBhZmcVNYP-iw81S-qTGm3TbgMFKO1e4hwYVxfxBCM,36035
107
- azure/mgmt/storage/v2019_06_01/operations/_queue_services_operations.py,sha256=UtzY09HwTT1p1lLQRAWyBLi4LlkLWgPcPaquVgMAWmU,20622
108
- azure/mgmt/storage/v2019_06_01/operations/_skus_operations.py,sha256=_i_YQHKO_JIc8-venC4kn9t_WJaWWXuEnoKIm5Wgqp8,6532
109
- azure/mgmt/storage/v2019_06_01/operations/_storage_accounts_operations.py,sha256=Vmfw26RoNBOSaUD9YAhZEzx-vnBXhx8Bt_BenmT5Bro,97511
110
- azure/mgmt/storage/v2019_06_01/operations/_table_operations.py,sha256=9GQDx2JoeKqfMxoAWDwN0sjCyuQ4U7BpJVchoukvgZo,25400
111
- azure/mgmt/storage/v2019_06_01/operations/_table_services_operations.py,sha256=2h7zpJ0OZZct-ccdCkCNPUepqJr7iUmEvDjzubS3FcQ,20622
112
- azure/mgmt/storage/v2019_06_01/operations/_usages_operations.py,sha256=IB3FgGF1U5tIcHEmX41Spm_vC3lVRTq8laCUGxOcWc0,6876
113
- azure/mgmt/storage/v2024_01_01/__init__.py,sha256=anaPuy_M9WJzgg2lszSxU5JnlfORoG3js5p0jBaYY7k,1063
114
- azure/mgmt/storage/v2024_01_01/_configuration.py,sha256=ueW5a5NL02MKrK9ldI1VrJHWCM_EtajIXy6AS3lFuMY,3359
115
- azure/mgmt/storage/v2024_01_01/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
116
- azure/mgmt/storage/v2024_01_01/_storage_management_client.py,sha256=m1iIxiWan3eB7FczuRpo325nf4zDzoDxV3UDNBBMGkM,13526
117
- azure/mgmt/storage/v2024_01_01/_version.py,sha256=TYf-kmyzmAbvTtIVR4fXqHSP0iQN6Hjc9y54jqLt6WQ,487
118
- azure/mgmt/storage/v2024_01_01/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
119
- azure/mgmt/storage/v2024_01_01/aio/__init__.py,sha256=y3iibWAAHOz6PL7TZfbzKkWVdp3zcSebEwSvsuWCTzw,1010
120
- azure/mgmt/storage/v2024_01_01/aio/_configuration.py,sha256=zOGd3GdE0M5_rHawiiKhqZAGA6jqOe4Y_9TihUXQJZ0,3407
121
- azure/mgmt/storage/v2024_01_01/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
122
- azure/mgmt/storage/v2024_01_01/aio/_storage_management_client.py,sha256=MOIC5xFSGLx9O-T6uyv4ALk_ixpQnJg2ECleLMF7mcM,13793
123
- azure/mgmt/storage/v2024_01_01/aio/operations/__init__.py,sha256=OTQ3anJs42aOz8qnVhDaNZPofKjNHlSmOAFvQAfpfHg,3759
124
- azure/mgmt/storage/v2024_01_01/aio/operations/_blob_containers_operations.py,sha256=drX637i2_sfh9A7IRs6UCLevX3S9kwT77F37C4L2Wg8,88505
125
- azure/mgmt/storage/v2024_01_01/aio/operations/_blob_inventory_policies_operations.py,sha256=3jUNjTfDF0WDHU93nVU1rRw2vS_EqHp4DyC2UsszMeg,19727
126
- azure/mgmt/storage/v2024_01_01/aio/operations/_blob_services_operations.py,sha256=WXjq_UT-46ZXR6343icqRgxE3_SF3iJh7URUeu20OLk,16286
127
- azure/mgmt/storage/v2024_01_01/aio/operations/_deleted_accounts_operations.py,sha256=-sQxxSqqmA28krHGvZ0W3aRMg4iX6Fw4WQSsc8aQjZ4,8231
128
- azure/mgmt/storage/v2024_01_01/aio/operations/_encryption_scopes_operations.py,sha256=alGm47ttlwOD3xe9D1I55xBlVDshrfmDG65o0VgfKr8,26770
129
- azure/mgmt/storage/v2024_01_01/aio/operations/_file_services_operations.py,sha256=runNFIe-fX5wod7KNmBED4VBCXMdJxPCCAsku8G4eXs,22018
130
- azure/mgmt/storage/v2024_01_01/aio/operations/_file_shares_operations.py,sha256=UvKuNi7PHIsV94diUPpIPt3IuNV7VNdI9H_GSP-gl8I,45544
131
- azure/mgmt/storage/v2024_01_01/aio/operations/_local_users_operations.py,sha256=IoS5KK61SRNFbJO6vAGkzTbn4PK7feNNyzMAD3u9hGU,26132
132
- azure/mgmt/storage/v2024_01_01/aio/operations/_management_policies_operations.py,sha256=KJ0hRuIT2KpXxkiVpFwRVxeZp6nz6BRyiev8lBLrKqQ,15221
133
- azure/mgmt/storage/v2024_01_01/aio/operations/_network_security_perimeter_configurations_operations.py,sha256=0_UvTuUW4WJ063wLpizc2tl3uXoIayf5uG3V0wZS1OY,15980
134
- azure/mgmt/storage/v2024_01_01/aio/operations/_object_replication_policies_operations.py,sha256=z0C15XIrSZe9OshMKBGbtkv7RQgFRr2rKNSNvhGkJZ8,20915
135
- azure/mgmt/storage/v2024_01_01/aio/operations/_operations.py,sha256=lNMOll2I4vUzfZkQZWCOlmb3Vn4EVzuoMFdZYoMkfo8,5482
136
- azure/mgmt/storage/v2024_01_01/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
137
- azure/mgmt/storage/v2024_01_01/aio/operations/_private_endpoint_connections_operations.py,sha256=QlCY6Acp7W-ZvFohXvSvwDEFykyGWrDwuyXiux9FJ0Y,19570
138
- azure/mgmt/storage/v2024_01_01/aio/operations/_private_link_resources_operations.py,sha256=7Lc50KCdFnlF4zkD96qC3cPB5fx_6JOK_LkcnL5mL0g,4935
139
- azure/mgmt/storage/v2024_01_01/aio/operations/_queue_operations.py,sha256=80dyFed7mn0Vdt7jvb6xB5BJH2fkaL49DrSVNwh6p4Y,27127
140
- azure/mgmt/storage/v2024_01_01/aio/operations/_queue_services_operations.py,sha256=c2ryyXalTde0HdkOHug9IqMnZcRnzSHl2dFPe8w69ig,14754
141
- azure/mgmt/storage/v2024_01_01/aio/operations/_skus_operations.py,sha256=YyVbD6k-bQRBhtj1ZObVT5-sTVHQ0Z12p3PlGndAMrU,5592
142
- azure/mgmt/storage/v2024_01_01/aio/operations/_storage_accounts_operations.py,sha256=Ls1SP6CClSBrCard7ZfrzUna_kX3rT_qH7k7B95-nOQ,104117
143
- azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignment_instances_report_operations.py,sha256=_eY33AjAPsJmXg1-aws_p4xzygv_U_XHVQm87KbynAQ,7737
144
- azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_instances_report_operations.py,sha256=qHXKeBj8zEcsMk6946e4ZqJYMs5aknnsb1dj-iE_cfk,7315
145
- azure/mgmt/storage/v2024_01_01/aio/operations/_storage_task_assignments_operations.py,sha256=MhxwSmvLyQg3yKrQ2UvzU2xnl0meWCTmrPERQGoHkw8,38964
146
- azure/mgmt/storage/v2024_01_01/aio/operations/_table_operations.py,sha256=iOK_SqS5jNl_o3abP-u8j1fEsYjevDtDQppLWeQkdYY,25942
147
- azure/mgmt/storage/v2024_01_01/aio/operations/_table_services_operations.py,sha256=WSq25WaJ4uNTOOBO3MfIToWZ-yR97AZfBSxPOmiX8VA,14754
148
- azure/mgmt/storage/v2024_01_01/aio/operations/_usages_operations.py,sha256=UYdnrbBExh4vNpHr_WJil97iOodKHoIUc55_4EI1CUs,5778
149
- azure/mgmt/storage/v2024_01_01/models/__init__.py,sha256=CdHsbSUsb_LsQkB4yRZIKzLin2E3fGvknFJJJ3N6ibE,15221
150
- azure/mgmt/storage/v2024_01_01/models/_models_py3.py,sha256=BuzzyLGLf495s4nd8VF5_i-AABofcsffZY00CVbpz3I,490499
151
- azure/mgmt/storage/v2024_01_01/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
152
- azure/mgmt/storage/v2024_01_01/models/_storage_management_client_enums.py,sha256=upnU_VFNnBH_ygLFbOi3dzfFyA--2kZFRuJEqAZoV3M,21604
153
- azure/mgmt/storage/v2024_01_01/operations/__init__.py,sha256=OTQ3anJs42aOz8qnVhDaNZPofKjNHlSmOAFvQAfpfHg,3759
154
- azure/mgmt/storage/v2024_01_01/operations/_blob_containers_operations.py,sha256=rHi_0pZHdQL3Fi0l1HOZOyljsxmQtJMzgdVrLkZBN9M,114254
155
- azure/mgmt/storage/v2024_01_01/operations/_blob_inventory_policies_operations.py,sha256=7e01HdkMf8AZTHKdVS-Cu5QO1vgio3CEa0pfp8Q1IK4,26434
156
- azure/mgmt/storage/v2024_01_01/operations/_blob_services_operations.py,sha256=W98EEr02hM2lWpn7y241JnBz_oLAHO5BVB-1au5OQTk,21179
157
- azure/mgmt/storage/v2024_01_01/operations/_deleted_accounts_operations.py,sha256=o79mvc_CZJf0gUIRgrfD-d8IzgjhF5ISqjogAjN9HAw,10422
158
- azure/mgmt/storage/v2024_01_01/operations/_encryption_scopes_operations.py,sha256=La_W9lOVXHgLBnPbxoIDHv1kJaWgfLHI3q_eRz4fm-E,34067
159
- azure/mgmt/storage/v2024_01_01/operations/_file_services_operations.py,sha256=6WhRJZflzpUEOHHbUJjwojBxRkwP1djZe9vqdxSZqhk,30637
160
- azure/mgmt/storage/v2024_01_01/operations/_file_shares_operations.py,sha256=cqn-TITn4sxTwo6nCwX0H1-G2Yus_MgBcVsczyCAPFM,58974
161
- azure/mgmt/storage/v2024_01_01/operations/_local_users_operations.py,sha256=dsAuv0b2HglqGmjdoDn6kbHisXjLLqOu5yxWAoabxg4,36202
162
- azure/mgmt/storage/v2024_01_01/operations/_management_policies_operations.py,sha256=SznfRjnakkv4kbovQairgBBOIsWFZMvltgjqhru_mlI,20287
163
- azure/mgmt/storage/v2024_01_01/operations/_network_security_perimeter_configurations_operations.py,sha256=Z4u57BVn2NirsiN5G1B-oU91iXHpWrKCQW72uv5uGT4,20883
164
- azure/mgmt/storage/v2024_01_01/operations/_object_replication_policies_operations.py,sha256=ecYIUNMjshkgU9yJ2FrG9H6MmoQ3PIQX3T1t6BWCLjA,27620
165
- azure/mgmt/storage/v2024_01_01/operations/_operations.py,sha256=GHkvZi_Ujqcyok053wmCtOvECMzycWUplxOhkQ2mV4E,6174
166
- azure/mgmt/storage/v2024_01_01/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
167
- azure/mgmt/storage/v2024_01_01/operations/_private_endpoint_connections_operations.py,sha256=wpZSHlEKn_qffqp1URzNfL1tgMjuhn2M6zYvoEAlEcQ,26344
168
- azure/mgmt/storage/v2024_01_01/operations/_private_link_resources_operations.py,sha256=824jsT1IIyDnXrCRTHCGj2--qY67DJJMFBT0pkytRVw,6423
169
- azure/mgmt/storage/v2024_01_01/operations/_queue_operations.py,sha256=ldrZuRJE2AmqE6bQHeF_dDBPJoj6WYefrlJKhhumY14,36265
170
- azure/mgmt/storage/v2024_01_01/operations/_queue_services_operations.py,sha256=i2ooOnvQ5YRdjV4IbkYNQfySKnDVbzGCHy7MNDgeLKs,19761
171
- azure/mgmt/storage/v2024_01_01/operations/_skus_operations.py,sha256=IDrorQ24ePNuSMzU1MD_Ry5-ZG6uE5mh_hQBmP0mXh0,6532
172
- azure/mgmt/storage/v2024_01_01/operations/_storage_accounts_operations.py,sha256=-tmyt-s9608GoacnjWx0iPax8j4GLJSc67AN910YAdk,130302
173
- azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignment_instances_report_operations.py,sha256=475tmbr_8fjwh39gvLACCFL8RZBSMkHB4Qjg-0XUVeQ,9789
174
- azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_instances_report_operations.py,sha256=_dA1qNSpb56SYGJrp3uLgTFAmC2CGoDavKlpuw6FTnQ,9012
175
- azure/mgmt/storage/v2024_01_01/operations/_storage_task_assignments_operations.py,sha256=iN4zuY1K6vA9OlOG1nPtLcq1Y5wPTpkz_n3_ZGFg7sY,47650
176
- azure/mgmt/storage/v2024_01_01/operations/_table_operations.py,sha256=HKU0Rt4-QvBEhmjiZQNH-mJFrLeRhe562Xn-q09ZHjQ,34479
177
- azure/mgmt/storage/v2024_01_01/operations/_table_services_operations.py,sha256=2SUxlIE7NnwE9--7hC3nTOaoDGkA6dzF9BCwdy40_eQ,19761
178
- azure/mgmt/storage/v2024_01_01/operations/_usages_operations.py,sha256=QQYY2rEzk4fXA93n761CPVgf46M7gEIeKrLTCqOOYMA,6876
179
- azure_mgmt_storage-22.1.1.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074
180
- azure_mgmt_storage-22.1.1.dist-info/METADATA,sha256=WU1XmkiicCtjw5KtmCDDbFNdCOQ7q0QW_h7ZApPtEaQ,33435
181
- azure_mgmt_storage-22.1.1.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
182
- azure_mgmt_storage-22.1.1.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
183
- azure_mgmt_storage-22.1.1.dist-info/RECORD,,