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,3 +1,4 @@
1
+ # pylint: disable=line-too-long,useless-suppression
1
2
  # coding=utf-8
2
3
  # --------------------------------------------------------------------------
3
4
  # Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5,10 +6,11 @@
5
6
  # Code generated by Microsoft (R) AutoRest Code Generator.
6
7
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
8
  # --------------------------------------------------------------------------
8
- import sys
9
+ from collections.abc import MutableMapping
9
10
  from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar
10
11
  import urllib.parse
11
12
 
13
+ from azure.core import AsyncPipelineClient
12
14
  from azure.core.async_paging import AsyncItemPaged, AsyncList
13
15
  from azure.core.exceptions import (
14
16
  ClientAuthenticationError,
@@ -25,12 +27,10 @@ from azure.core.utils import case_insensitive_dict
25
27
  from azure.mgmt.core.exceptions import ARMErrorFormat
26
28
 
27
29
  from ... import models as _models
30
+ from ..._utils.serialization import Deserializer, Serializer
28
31
  from ...operations._storage_task_assignment_instances_report_operations import build_list_request
32
+ from .._configuration import StorageManagementClientConfiguration
29
33
 
30
- if sys.version_info >= (3, 9):
31
- from collections.abc import MutableMapping
32
- else:
33
- from typing import MutableMapping # type: ignore
34
34
  T = TypeVar("T")
35
35
  ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
36
36
 
@@ -41,7 +41,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
41
41
  **DO NOT** instantiate this class directly.
42
42
 
43
43
  Instead, you should access the following operations through
44
- :class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
44
+ :class:`~azure.mgmt.storage.aio.StorageManagementClient`'s
45
45
  :attr:`storage_task_assignment_instances_report` attribute.
46
46
  """
47
47
 
@@ -49,11 +49,10 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
49
49
 
50
50
  def __init__(self, *args, **kwargs) -> None:
51
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")
52
+ self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
53
+ self._config: StorageManagementClientConfiguration = input_args.pop(0) if input_args else kwargs.pop("config")
54
+ self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer")
55
+ self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer")
57
56
 
58
57
  @distributed_trace
59
58
  def list(
@@ -65,7 +64,6 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
65
64
  filter: Optional[str] = None,
66
65
  **kwargs: Any
67
66
  ) -> AsyncIterable["_models.StorageTaskReportInstance"]:
68
- # pylint: disable=line-too-long
69
67
  """Fetch the report summary of a single storage task assignment's instances.
70
68
 
71
69
  :param resource_group_name: The name of the resource group. The name is case insensitive.
@@ -84,19 +82,19 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
84
82
  :type maxpagesize: int
85
83
  :param filter: Optional. When specified, it can be used to query using reporting properties.
86
84
  See `Constructing Filter Strings
87
- <https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
85
+ <https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
88
86
  for details. Default value is None.
89
87
  :type filter: str
90
88
  :return: An iterator like instance of either StorageTaskReportInstance or the result of
91
89
  cls(response)
92
90
  :rtype:
93
- ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportInstance]
91
+ ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.models.StorageTaskReportInstance]
94
92
  :raises ~azure.core.exceptions.HttpResponseError:
95
93
  """
96
94
  _headers = kwargs.pop("headers", {}) or {}
97
95
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
98
96
 
99
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
97
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
100
98
  cls: ClsType[_models.StorageTaskReportSummary] = kwargs.pop("cls", None)
101
99
 
102
100
  error_map: MutableMapping = {
@@ -132,7 +130,7 @@ class StorageTaskAssignmentInstancesReportOperations: # pylint: disable=name-to
132
130
  for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
133
131
  }
134
132
  )
135
- _next_request_params["api-version"] = self._api_version
133
+ _next_request_params["api-version"] = self._config.api_version
136
134
  _request = HttpRequest(
137
135
  "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
138
136
  )
@@ -1,3 +1,4 @@
1
+ # pylint: disable=line-too-long,useless-suppression
1
2
  # coding=utf-8
2
3
  # --------------------------------------------------------------------------
3
4
  # Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5,10 +6,11 @@
5
6
  # Code generated by Microsoft (R) AutoRest Code Generator.
6
7
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
8
  # --------------------------------------------------------------------------
8
- import sys
9
+ from collections.abc import MutableMapping
9
10
  from typing import Any, AsyncIterable, Callable, Dict, Optional, TypeVar
10
11
  import urllib.parse
11
12
 
13
+ from azure.core import AsyncPipelineClient
12
14
  from azure.core.async_paging import AsyncItemPaged, AsyncList
13
15
  from azure.core.exceptions import (
14
16
  ClientAuthenticationError,
@@ -25,12 +27,10 @@ from azure.core.utils import case_insensitive_dict
25
27
  from azure.mgmt.core.exceptions import ARMErrorFormat
26
28
 
27
29
  from ... import models as _models
30
+ from ..._utils.serialization import Deserializer, Serializer
28
31
  from ...operations._storage_task_assignments_instances_report_operations import build_list_request
32
+ from .._configuration import StorageManagementClientConfiguration
29
33
 
30
- if sys.version_info >= (3, 9):
31
- from collections.abc import MutableMapping
32
- else:
33
- from typing import MutableMapping # type: ignore
34
34
  T = TypeVar("T")
35
35
  ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
36
36
 
@@ -41,7 +41,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
41
41
  **DO NOT** instantiate this class directly.
42
42
 
43
43
  Instead, you should access the following operations through
44
- :class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
44
+ :class:`~azure.mgmt.storage.aio.StorageManagementClient`'s
45
45
  :attr:`storage_task_assignments_instances_report` attribute.
46
46
  """
47
47
 
@@ -49,11 +49,10 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
49
49
 
50
50
  def __init__(self, *args, **kwargs) -> None:
51
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")
52
+ self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
53
+ self._config: StorageManagementClientConfiguration = input_args.pop(0) if input_args else kwargs.pop("config")
54
+ self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer")
55
+ self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer")
57
56
 
58
57
  @distributed_trace
59
58
  def list(
@@ -64,7 +63,6 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
64
63
  filter: Optional[str] = None,
65
64
  **kwargs: Any
66
65
  ) -> AsyncIterable["_models.StorageTaskReportInstance"]:
67
- # pylint: disable=line-too-long
68
66
  """Fetch the report summary of all the storage task assignments and instances in an account.
69
67
 
70
68
  :param resource_group_name: The name of the resource group. The name is case insensitive.
@@ -79,19 +77,19 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
79
77
  :type maxpagesize: int
80
78
  :param filter: Optional. When specified, it can be used to query using reporting properties.
81
79
  See `Constructing Filter Strings
82
- <https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
80
+ <https://learn.microsoft.com/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings>`_
83
81
  for details. Default value is None.
84
82
  :type filter: str
85
83
  :return: An iterator like instance of either StorageTaskReportInstance or the result of
86
84
  cls(response)
87
85
  :rtype:
88
- ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageTaskReportInstance]
86
+ ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.models.StorageTaskReportInstance]
89
87
  :raises ~azure.core.exceptions.HttpResponseError:
90
88
  """
91
89
  _headers = kwargs.pop("headers", {}) or {}
92
90
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
93
91
 
94
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
92
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
95
93
  cls: ClsType[_models.StorageTaskReportSummary] = kwargs.pop("cls", None)
96
94
 
97
95
  error_map: MutableMapping = {
@@ -126,7 +124,7 @@ class StorageTaskAssignmentsInstancesReportOperations: # pylint: disable=name-t
126
124
  for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
127
125
  }
128
126
  )
129
- _next_request_params["api-version"] = self._api_version
127
+ _next_request_params["api-version"] = self._config.api_version
130
128
  _request = HttpRequest(
131
129
  "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
132
130
  )
@@ -5,11 +5,12 @@
5
5
  # Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
+ from collections.abc import MutableMapping
8
9
  from io import IOBase
9
- import sys
10
10
  from typing import Any, AsyncIterable, AsyncIterator, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload
11
11
  import urllib.parse
12
12
 
13
+ from azure.core import AsyncPipelineClient
13
14
  from azure.core.async_paging import AsyncItemPaged, AsyncList
14
15
  from azure.core.exceptions import (
15
16
  ClientAuthenticationError,
@@ -31,6 +32,7 @@ from azure.mgmt.core.exceptions import ARMErrorFormat
31
32
  from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling
32
33
 
33
34
  from ... import models as _models
35
+ from ..._utils.serialization import Deserializer, Serializer
34
36
  from ...operations._storage_task_assignments_operations import (
35
37
  build_create_request,
36
38
  build_delete_request,
@@ -38,11 +40,8 @@ from ...operations._storage_task_assignments_operations import (
38
40
  build_list_request,
39
41
  build_update_request,
40
42
  )
43
+ from .._configuration import StorageManagementClientConfiguration
41
44
 
42
- if sys.version_info >= (3, 9):
43
- from collections.abc import MutableMapping
44
- else:
45
- from typing import MutableMapping # type: ignore
46
45
  T = TypeVar("T")
47
46
  ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
48
47
 
@@ -53,7 +52,7 @@ class StorageTaskAssignmentsOperations:
53
52
  **DO NOT** instantiate this class directly.
54
53
 
55
54
  Instead, you should access the following operations through
56
- :class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
55
+ :class:`~azure.mgmt.storage.aio.StorageManagementClient`'s
57
56
  :attr:`storage_task_assignments` attribute.
58
57
  """
59
58
 
@@ -61,11 +60,10 @@ class StorageTaskAssignmentsOperations:
61
60
 
62
61
  def __init__(self, *args, **kwargs) -> None:
63
62
  input_args = list(args)
64
- self._client = input_args.pop(0) if input_args else kwargs.pop("client")
65
- self._config = input_args.pop(0) if input_args else kwargs.pop("config")
66
- self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
67
- self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
68
- self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
63
+ self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
64
+ self._config: StorageManagementClientConfiguration = input_args.pop(0) if input_args else kwargs.pop("config")
65
+ self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer")
66
+ self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer")
69
67
 
70
68
  async def _create_initial(
71
69
  self,
@@ -86,7 +84,7 @@ class StorageTaskAssignmentsOperations:
86
84
  _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
87
85
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
88
86
 
89
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
87
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
90
88
  content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
91
89
  cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
92
90
 
@@ -169,14 +167,13 @@ class StorageTaskAssignmentsOperations:
169
167
  length and use numbers and lower-case letters only. Required.
170
168
  :type storage_task_assignment_name: str
171
169
  :param parameters: The parameters to create a Storage Task Assignment. Required.
172
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment
170
+ :type parameters: ~azure.mgmt.storage.models.StorageTaskAssignment
173
171
  :keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
174
172
  Default value is "application/json".
175
173
  :paramtype content_type: str
176
174
  :return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
177
175
  of cls(response)
178
- :rtype:
179
- ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
176
+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.models.StorageTaskAssignment]
180
177
  :raises ~azure.core.exceptions.HttpResponseError:
181
178
  """
182
179
 
@@ -215,8 +212,7 @@ class StorageTaskAssignmentsOperations:
215
212
  :paramtype content_type: str
216
213
  :return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
217
214
  of cls(response)
218
- :rtype:
219
- ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
215
+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.models.StorageTaskAssignment]
220
216
  :raises ~azure.core.exceptions.HttpResponseError:
221
217
  """
222
218
 
@@ -248,17 +244,16 @@ class StorageTaskAssignmentsOperations:
248
244
  :type storage_task_assignment_name: str
249
245
  :param parameters: The parameters to create a Storage Task Assignment. Is either a
250
246
  StorageTaskAssignment type or a IO[bytes] type. Required.
251
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment or IO[bytes]
247
+ :type parameters: ~azure.mgmt.storage.models.StorageTaskAssignment or IO[bytes]
252
248
  :return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
253
249
  of cls(response)
254
- :rtype:
255
- ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
250
+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.models.StorageTaskAssignment]
256
251
  :raises ~azure.core.exceptions.HttpResponseError:
257
252
  """
258
253
  _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
259
254
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
260
255
 
261
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
256
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
262
257
  content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
263
258
  cls: ClsType[_models.StorageTaskAssignment] = kwargs.pop("cls", None)
264
259
  polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
@@ -324,7 +319,7 @@ class StorageTaskAssignmentsOperations:
324
319
  _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
325
320
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
326
321
 
327
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
322
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
328
323
  content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
329
324
  cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
330
325
 
@@ -403,14 +398,13 @@ class StorageTaskAssignmentsOperations:
403
398
  length and use numbers and lower-case letters only. Required.
404
399
  :type storage_task_assignment_name: str
405
400
  :param parameters: The parameters to update a Storage Task Assignment. Required.
406
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateParameters
401
+ :type parameters: ~azure.mgmt.storage.models.StorageTaskAssignmentUpdateParameters
407
402
  :keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
408
403
  Default value is "application/json".
409
404
  :paramtype content_type: str
410
405
  :return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
411
406
  of cls(response)
412
- :rtype:
413
- ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
407
+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.models.StorageTaskAssignment]
414
408
  :raises ~azure.core.exceptions.HttpResponseError:
415
409
  """
416
410
 
@@ -445,8 +439,7 @@ class StorageTaskAssignmentsOperations:
445
439
  :paramtype content_type: str
446
440
  :return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
447
441
  of cls(response)
448
- :rtype:
449
- ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
442
+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.models.StorageTaskAssignment]
450
443
  :raises ~azure.core.exceptions.HttpResponseError:
451
444
  """
452
445
 
@@ -474,18 +467,16 @@ class StorageTaskAssignmentsOperations:
474
467
  :type storage_task_assignment_name: str
475
468
  :param parameters: The parameters to update a Storage Task Assignment. Is either a
476
469
  StorageTaskAssignmentUpdateParameters type or a IO[bytes] type. Required.
477
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignmentUpdateParameters
478
- or IO[bytes]
470
+ :type parameters: ~azure.mgmt.storage.models.StorageTaskAssignmentUpdateParameters or IO[bytes]
479
471
  :return: An instance of AsyncLROPoller that returns either StorageTaskAssignment or the result
480
472
  of cls(response)
481
- :rtype:
482
- ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
473
+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.storage.models.StorageTaskAssignment]
483
474
  :raises ~azure.core.exceptions.HttpResponseError:
484
475
  """
485
476
  _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
486
477
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
487
478
 
488
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
479
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
489
480
  content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
490
481
  cls: ClsType[_models.StorageTaskAssignment] = kwargs.pop("cls", None)
491
482
  polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
@@ -550,7 +541,7 @@ class StorageTaskAssignmentsOperations:
550
541
  length and use numbers and lower-case letters only. Required.
551
542
  :type storage_task_assignment_name: str
552
543
  :return: StorageTaskAssignment or the result of cls(response)
553
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment
544
+ :rtype: ~azure.mgmt.storage.models.StorageTaskAssignment
554
545
  :raises ~azure.core.exceptions.HttpResponseError:
555
546
  """
556
547
  error_map: MutableMapping = {
@@ -564,7 +555,7 @@ class StorageTaskAssignmentsOperations:
564
555
  _headers = kwargs.pop("headers", {}) or {}
565
556
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
566
557
 
567
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
558
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
568
559
  cls: ClsType[_models.StorageTaskAssignment] = kwargs.pop("cls", None)
569
560
 
570
561
  _request = build_get_request(
@@ -611,7 +602,7 @@ class StorageTaskAssignmentsOperations:
611
602
  _headers = kwargs.pop("headers", {}) or {}
612
603
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
613
604
 
614
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
605
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
615
606
  cls: ClsType[AsyncIterator[bytes]] = kwargs.pop("cls", None)
616
607
 
617
608
  _request = build_delete_request(
@@ -677,7 +668,7 @@ class StorageTaskAssignmentsOperations:
677
668
  _headers = kwargs.pop("headers", {}) or {}
678
669
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
679
670
 
680
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
671
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
681
672
  cls: ClsType[None] = kwargs.pop("cls", None)
682
673
  polling: Union[bool, AsyncPollingMethod] = kwargs.pop("polling", True)
683
674
  lro_delay = kwargs.pop("polling_interval", self._config.polling_interval)
@@ -736,13 +727,13 @@ class StorageTaskAssignmentsOperations:
736
727
  :return: An iterator like instance of either StorageTaskAssignment or the result of
737
728
  cls(response)
738
729
  :rtype:
739
- ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.StorageTaskAssignment]
730
+ ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.models.StorageTaskAssignment]
740
731
  :raises ~azure.core.exceptions.HttpResponseError:
741
732
  """
742
733
  _headers = kwargs.pop("headers", {}) or {}
743
734
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
744
735
 
745
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
736
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
746
737
  cls: ClsType[_models.StorageTaskAssignmentsList] = kwargs.pop("cls", None)
747
738
 
748
739
  error_map: MutableMapping = {
@@ -776,7 +767,7 @@ class StorageTaskAssignmentsOperations:
776
767
  for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
777
768
  }
778
769
  )
779
- _next_request_params["api-version"] = self._api_version
770
+ _next_request_params["api-version"] = self._config.api_version
780
771
  _request = HttpRequest(
781
772
  "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
782
773
  )
@@ -5,11 +5,12 @@
5
5
  # Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
+ from collections.abc import MutableMapping
8
9
  from io import IOBase
9
- import sys
10
10
  from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, overload
11
11
  import urllib.parse
12
12
 
13
+ from azure.core import AsyncPipelineClient
13
14
  from azure.core.async_paging import AsyncItemPaged, AsyncList
14
15
  from azure.core.exceptions import (
15
16
  ClientAuthenticationError,
@@ -27,6 +28,7 @@ from azure.core.utils import case_insensitive_dict
27
28
  from azure.mgmt.core.exceptions import ARMErrorFormat
28
29
 
29
30
  from ... import models as _models
31
+ from ..._utils.serialization import Deserializer, Serializer
30
32
  from ...operations._table_operations import (
31
33
  build_create_request,
32
34
  build_delete_request,
@@ -34,11 +36,8 @@ from ...operations._table_operations import (
34
36
  build_list_request,
35
37
  build_update_request,
36
38
  )
39
+ from .._configuration import StorageManagementClientConfiguration
37
40
 
38
- if sys.version_info >= (3, 9):
39
- from collections.abc import MutableMapping
40
- else:
41
- from typing import MutableMapping # type: ignore
42
41
  T = TypeVar("T")
43
42
  ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]]
44
43
 
@@ -49,7 +48,7 @@ class TableOperations:
49
48
  **DO NOT** instantiate this class directly.
50
49
 
51
50
  Instead, you should access the following operations through
52
- :class:`~azure.mgmt.storage.v2024_01_01.aio.StorageManagementClient`'s
51
+ :class:`~azure.mgmt.storage.aio.StorageManagementClient`'s
53
52
  :attr:`table` attribute.
54
53
  """
55
54
 
@@ -57,11 +56,10 @@ class TableOperations:
57
56
 
58
57
  def __init__(self, *args, **kwargs) -> None:
59
58
  input_args = list(args)
60
- self._client = input_args.pop(0) if input_args else kwargs.pop("client")
61
- self._config = input_args.pop(0) if input_args else kwargs.pop("config")
62
- self._serialize = input_args.pop(0) if input_args else kwargs.pop("serializer")
63
- self._deserialize = input_args.pop(0) if input_args else kwargs.pop("deserializer")
64
- self._api_version = input_args.pop(0) if input_args else kwargs.pop("api_version")
59
+ self._client: AsyncPipelineClient = input_args.pop(0) if input_args else kwargs.pop("client")
60
+ self._config: StorageManagementClientConfiguration = input_args.pop(0) if input_args else kwargs.pop("config")
61
+ self._serialize: Serializer = input_args.pop(0) if input_args else kwargs.pop("serializer")
62
+ self._deserialize: Deserializer = input_args.pop(0) if input_args else kwargs.pop("deserializer")
65
63
 
66
64
  @overload
67
65
  async def create(
@@ -88,12 +86,12 @@ class TableOperations:
88
86
  with a numeric character. Required.
89
87
  :type table_name: str
90
88
  :param parameters: The parameters to provide to create a table. Default value is None.
91
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table
89
+ :type parameters: ~azure.mgmt.storage.models.Table
92
90
  :keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
93
91
  Default value is "application/json".
94
92
  :paramtype content_type: str
95
93
  :return: Table or the result of cls(response)
96
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
94
+ :rtype: ~azure.mgmt.storage.models.Table
97
95
  :raises ~azure.core.exceptions.HttpResponseError:
98
96
  """
99
97
 
@@ -127,7 +125,7 @@ class TableOperations:
127
125
  Default value is "application/json".
128
126
  :paramtype content_type: str
129
127
  :return: Table or the result of cls(response)
130
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
128
+ :rtype: ~azure.mgmt.storage.models.Table
131
129
  :raises ~azure.core.exceptions.HttpResponseError:
132
130
  """
133
131
 
@@ -155,9 +153,9 @@ class TableOperations:
155
153
  :type table_name: str
156
154
  :param parameters: The parameters to provide to create a table. Is either a Table type or a
157
155
  IO[bytes] type. Default value is None.
158
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table or IO[bytes]
156
+ :type parameters: ~azure.mgmt.storage.models.Table or IO[bytes]
159
157
  :return: Table or the result of cls(response)
160
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
158
+ :rtype: ~azure.mgmt.storage.models.Table
161
159
  :raises ~azure.core.exceptions.HttpResponseError:
162
160
  """
163
161
  error_map: MutableMapping = {
@@ -171,7 +169,7 @@ class TableOperations:
171
169
  _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
172
170
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
173
171
 
174
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
172
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
175
173
  content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
176
174
  cls: ClsType[_models.Table] = kwargs.pop("cls", None)
177
175
 
@@ -243,12 +241,12 @@ class TableOperations:
243
241
  with a numeric character. Required.
244
242
  :type table_name: str
245
243
  :param parameters: The parameters to provide to create a table. Default value is None.
246
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table
244
+ :type parameters: ~azure.mgmt.storage.models.Table
247
245
  :keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
248
246
  Default value is "application/json".
249
247
  :paramtype content_type: str
250
248
  :return: Table or the result of cls(response)
251
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
249
+ :rtype: ~azure.mgmt.storage.models.Table
252
250
  :raises ~azure.core.exceptions.HttpResponseError:
253
251
  """
254
252
 
@@ -282,7 +280,7 @@ class TableOperations:
282
280
  Default value is "application/json".
283
281
  :paramtype content_type: str
284
282
  :return: Table or the result of cls(response)
285
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
283
+ :rtype: ~azure.mgmt.storage.models.Table
286
284
  :raises ~azure.core.exceptions.HttpResponseError:
287
285
  """
288
286
 
@@ -310,9 +308,9 @@ class TableOperations:
310
308
  :type table_name: str
311
309
  :param parameters: The parameters to provide to create a table. Is either a Table type or a
312
310
  IO[bytes] type. Default value is None.
313
- :type parameters: ~azure.mgmt.storage.v2024_01_01.models.Table or IO[bytes]
311
+ :type parameters: ~azure.mgmt.storage.models.Table or IO[bytes]
314
312
  :return: Table or the result of cls(response)
315
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
313
+ :rtype: ~azure.mgmt.storage.models.Table
316
314
  :raises ~azure.core.exceptions.HttpResponseError:
317
315
  """
318
316
  error_map: MutableMapping = {
@@ -326,7 +324,7 @@ class TableOperations:
326
324
  _headers = case_insensitive_dict(kwargs.pop("headers", {}) or {})
327
325
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
328
326
 
329
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
327
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
330
328
  content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None))
331
329
  cls: ClsType[_models.Table] = kwargs.pop("cls", None)
332
330
 
@@ -389,7 +387,7 @@ class TableOperations:
389
387
  with a numeric character. Required.
390
388
  :type table_name: str
391
389
  :return: Table or the result of cls(response)
392
- :rtype: ~azure.mgmt.storage.v2024_01_01.models.Table
390
+ :rtype: ~azure.mgmt.storage.models.Table
393
391
  :raises ~azure.core.exceptions.HttpResponseError:
394
392
  """
395
393
  error_map: MutableMapping = {
@@ -403,7 +401,7 @@ class TableOperations:
403
401
  _headers = kwargs.pop("headers", {}) or {}
404
402
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
405
403
 
406
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
404
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
407
405
  cls: ClsType[_models.Table] = kwargs.pop("cls", None)
408
406
 
409
407
  _request = build_get_request(
@@ -465,7 +463,7 @@ class TableOperations:
465
463
  _headers = kwargs.pop("headers", {}) or {}
466
464
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
467
465
 
468
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
466
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
469
467
  cls: ClsType[None] = kwargs.pop("cls", None)
470
468
 
471
469
  _request = build_delete_request(
@@ -505,13 +503,13 @@ class TableOperations:
505
503
  lower-case letters only. Required.
506
504
  :type account_name: str
507
505
  :return: An iterator like instance of either Table or the result of cls(response)
508
- :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.v2024_01_01.models.Table]
506
+ :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.storage.models.Table]
509
507
  :raises ~azure.core.exceptions.HttpResponseError:
510
508
  """
511
509
  _headers = kwargs.pop("headers", {}) or {}
512
510
  _params = case_insensitive_dict(kwargs.pop("params", {}) or {})
513
511
 
514
- api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._api_version or "2024-01-01"))
512
+ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version))
515
513
  cls: ClsType[_models.ListTableResource] = kwargs.pop("cls", None)
516
514
 
517
515
  error_map: MutableMapping = {
@@ -544,7 +542,7 @@ class TableOperations:
544
542
  for key, value in urllib.parse.parse_qs(_parsed_next_link.query).items()
545
543
  }
546
544
  )
547
- _next_request_params["api-version"] = self._api_version
545
+ _next_request_params["api-version"] = self._config.api_version
548
546
  _request = HttpRequest(
549
547
  "GET", urllib.parse.urljoin(next_link, _parsed_next_link.path), params=_next_request_params
550
548
  )