ignos-internal-api-client 20240925.0.10440__py3-none-any.whl → 20250905.0.12525__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 (26) hide show
  1. ignos/internal/api/client/__init__.py +9 -3
  2. ignos/internal/api/client/_client.py +2 -2
  3. ignos/internal/api/client/_configuration.py +1 -2
  4. ignos/internal/api/client/_patch.py +7 -6
  5. ignos/internal/api/client/_utils/__init__.py +6 -0
  6. ignos/internal/api/client/{_serialization.py → _utils/serialization.py} +70 -155
  7. ignos/internal/api/client/_version.py +1 -1
  8. ignos/internal/api/client/aio/__init__.py +9 -3
  9. ignos/internal/api/client/aio/_client.py +2 -2
  10. ignos/internal/api/client/aio/_configuration.py +1 -2
  11. ignos/internal/api/client/aio/_patch.py +7 -6
  12. ignos/internal/api/client/aio/operations/__init__.py +21 -15
  13. ignos/internal/api/client/aio/operations/_operations.py +191 -181
  14. ignos/internal/api/client/aio/operations/_patch.py +7 -6
  15. ignos/internal/api/client/models/__init__.py +58 -47
  16. ignos/internal/api/client/models/_models.py +68 -11
  17. ignos/internal/api/client/models/_patch.py +7 -6
  18. ignos/internal/api/client/operations/__init__.py +21 -15
  19. ignos/internal/api/client/operations/_operations.py +191 -174
  20. ignos/internal/api/client/operations/_patch.py +7 -6
  21. ignos_internal_api_client-20250905.0.12525.dist-info/METADATA +17 -0
  22. ignos_internal_api_client-20250905.0.12525.dist-info/RECORD +29 -0
  23. {ignos_internal_api_client-20240925.0.10440.dist-info → ignos_internal_api_client-20250905.0.12525.dist-info}/WHEEL +1 -1
  24. ignos_internal_api_client-20240925.0.10440.dist-info/METADATA +0 -13
  25. ignos_internal_api_client-20240925.0.10440.dist-info/RECORD +0 -28
  26. {ignos_internal_api_client-20240925.0.10440.dist-info → ignos_internal_api_client-20250905.0.12525.dist-info}/top_level.txt +0 -0
@@ -1,14 +1,15 @@
1
- # ------------------------------------
2
- # Copyright (c) Microsoft Corporation.
3
- # Licensed under the MIT License.
4
- # ------------------------------------
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
+ # --------------------------------------------------------------------------
5
6
  """Customize generated code here.
6
7
 
7
8
  Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
8
9
  """
9
- from typing import List
10
10
 
11
- __all__: List[str] = [] # Add all objects you want publicly available to users at this package level
11
+
12
+ __all__: list[str] = [] # Add all objects you want publicly available to users at this package level
12
13
 
13
14
 
14
15
  def patch_sdk():
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: ignos-internal-api-client
3
+ Version: 20250905.0.12525
4
+ Summary: ignos-internal-api-client
5
+ Home-page:
6
+ Author-email:
7
+ Keywords: azure,azure sdk
8
+ Requires-Dist: isodate>=0.6.1
9
+ Requires-Dist: azure-core>=1.35.0
10
+ Requires-Dist: typing-extensions>=4.6.0
11
+ Dynamic: description
12
+ Dynamic: keywords
13
+ Dynamic: requires-dist
14
+ Dynamic: summary
15
+
16
+ IgnosInternalApi.
17
+
@@ -0,0 +1,29 @@
1
+ ignos/__init__.py,sha256=bpT73UG7mZL_JjEqMwbYx6q69jA8J5Jcoul1LcDokhA,81
2
+ ignos/internal/__init__.py,sha256=bpT73UG7mZL_JjEqMwbYx6q69jA8J5Jcoul1LcDokhA,81
3
+ ignos/internal/api/__init__.py,sha256=bpT73UG7mZL_JjEqMwbYx6q69jA8J5Jcoul1LcDokhA,81
4
+ ignos/internal/api/client/__init__.py,sha256=yofo8ybAhMF8asVpP0exUnvFYISbIqFri2tb6bTUrW8,1030
5
+ ignos/internal/api/client/_client.py,sha256=qcil-IBBVwzRVxT82mN9P0_xnsBULdaf4NPNXKoELR0,7672
6
+ ignos/internal/api/client/_configuration.py,sha256=spBnO_OJMl4M0tN6N6JkamIRScD4dgyt129pSZlNg4I,2843
7
+ ignos/internal/api/client/_patch.py,sha256=bRmors9r9iYkR1NFjnMBYkj7OVhnGo-_rhjh67IMApE,824
8
+ ignos/internal/api/client/_version.py,sha256=tfb0jepimzZ4sqxpBZ_H9sMhzulibg_MX76HKLLs6_4,497
9
+ ignos/internal/api/client/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
10
+ ignos/internal/api/client/_utils/__init__.py,sha256=sbjmEEjeH9Sr8xo3lkmUvyHuZkKo3xPbPehsxe7iQjE,452
11
+ ignos/internal/api/client/_utils/serialization.py,sha256=abQSKdaad7FUZjs3iCHo9GkEFUKX2I9CWaLXb9Cu36o,81936
12
+ ignos/internal/api/client/aio/__init__.py,sha256=QShbIXygLOLQPrJi-8l9SSFnWOR0pQOAQ7ywGoCrSzc,977
13
+ ignos/internal/api/client/aio/_client.py,sha256=j0xsCvAJwHztKQok1PYmA8kveTm_tju7KUi_XGopGBU,7875
14
+ ignos/internal/api/client/aio/_configuration.py,sha256=L9YsI6_JpxMXXYQZ6wlkQs5d2yCxPp5F0LcDz0aVIrw,2886
15
+ ignos/internal/api/client/aio/_patch.py,sha256=bRmors9r9iYkR1NFjnMBYkj7OVhnGo-_rhjh67IMApE,824
16
+ ignos/internal/api/client/aio/operations/__init__.py,sha256=HyM1vYYtBSwhkGKf_giDx3SrQwzU41SEC2f_hR1QzNA,2005
17
+ ignos/internal/api/client/aio/operations/_operations.py,sha256=IFaGyKg-3a1BzWKRc_RKvJHnPf7vcMEnFX-d986fE_4,139053
18
+ ignos/internal/api/client/aio/operations/_patch.py,sha256=bRmors9r9iYkR1NFjnMBYkj7OVhnGo-_rhjh67IMApE,824
19
+ ignos/internal/api/client/models/__init__.py,sha256=Y-X2xqnypHk2wHp7mksFw2OUMjlaI8uCOi5bMkWWDtQ,3251
20
+ ignos/internal/api/client/models/_enums.py,sha256=6N4BGlh6kTR_1WZyuCGFqnFwbAH17vGI-JlNfxR8okc,1309
21
+ ignos/internal/api/client/models/_models.py,sha256=AEmu6rbFp1-xBkVpOV9ZM0W2nwqyhg9s753CLU3KGFM,84433
22
+ ignos/internal/api/client/models/_patch.py,sha256=bRmors9r9iYkR1NFjnMBYkj7OVhnGo-_rhjh67IMApE,824
23
+ ignos/internal/api/client/operations/__init__.py,sha256=HyM1vYYtBSwhkGKf_giDx3SrQwzU41SEC2f_hR1QzNA,2005
24
+ ignos/internal/api/client/operations/_operations.py,sha256=G5S3ANyRo8m0fwg3UcFp3Myx9zQKZyWY1Vh33gwOpwY,166022
25
+ ignos/internal/api/client/operations/_patch.py,sha256=bRmors9r9iYkR1NFjnMBYkj7OVhnGo-_rhjh67IMApE,824
26
+ ignos_internal_api_client-20250905.0.12525.dist-info/METADATA,sha256=RiykWazbHegAr7M4-c_47V-MBOJ-Vr42B8XLpOaAPtY,379
27
+ ignos_internal_api_client-20250905.0.12525.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
+ ignos_internal_api_client-20250905.0.12525.dist-info/top_level.txt,sha256=eGbj-YCTgfKuJX7-n95eMN-onlnccQiO8XnhWA0wgVA,6
29
+ ignos_internal_api_client-20250905.0.12525.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,13 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: ignos-internal-api-client
3
- Version: 20240925.0.10440
4
- Summary: ignos-internal-api-client
5
- Home-page:
6
- Author-email:
7
- Keywords: azure,azure sdk
8
- Requires-Dist: isodate >=0.6.1
9
- Requires-Dist: azure-core >=1.30.0
10
- Requires-Dist: typing-extensions >=4.6.0
11
-
12
- IgnosInternalApi.
13
-
@@ -1,28 +0,0 @@
1
- ignos/__init__.py,sha256=bpT73UG7mZL_JjEqMwbYx6q69jA8J5Jcoul1LcDokhA,81
2
- ignos/internal/__init__.py,sha256=bpT73UG7mZL_JjEqMwbYx6q69jA8J5Jcoul1LcDokhA,81
3
- ignos/internal/api/__init__.py,sha256=bpT73UG7mZL_JjEqMwbYx6q69jA8J5Jcoul1LcDokhA,81
4
- ignos/internal/api/client/__init__.py,sha256=IRpiTdXesYKfayCtdtqvj2gkFY6GNvqMFhgU0fRSw3g,876
5
- ignos/internal/api/client/_client.py,sha256=I55PUVtgLOcWPIyqnOxfKUu6zO7df3vYb5AeTdzn5bw,7719
6
- ignos/internal/api/client/_configuration.py,sha256=5dY4eIS4PaT1JNKQEVconN54WKZ3nlGQaBHt9vl4V3Y,2911
7
- ignos/internal/api/client/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
8
- ignos/internal/api/client/_serialization.py,sha256=C9Sx_ix5z6mdvlGJeIyW4kfyxfpVZOqxtC50AxFcsDU,84474
9
- ignos/internal/api/client/_version.py,sha256=E-r5syBjeHQLSgYSJNcMMfrI-B5zHiQLuDHUU5lZUu4,497
10
- ignos/internal/api/client/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
11
- ignos/internal/api/client/aio/__init__.py,sha256=So6dUw9Ym4umscus7uDkBwcgr7nOIfZ1tLVLVuWg8BA,823
12
- ignos/internal/api/client/aio/_client.py,sha256=NVzCORwnG2g3ZiOmlOXqOB7NFDQHBMEkMU7CY87Qx20,7922
13
- ignos/internal/api/client/aio/_configuration.py,sha256=tfVRLMR8bfKBKCeo7YMH6238bZ2DEjtnUOXGGemJrZA,2954
14
- ignos/internal/api/client/aio/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
15
- ignos/internal/api/client/aio/operations/__init__.py,sha256=hI_ianBndUKBrzLdodPeLcvOttOdbMDitluVKpBPSFI,1659
16
- ignos/internal/api/client/aio/operations/_operations.py,sha256=hE6i1eCBhpmiRnObea-IPHvjalCw-YYDLGAFrSw2eDk,141091
17
- ignos/internal/api/client/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
18
- ignos/internal/api/client/models/__init__.py,sha256=JLQ4aez47yl_Rm1AVCurhAfNkmZEYq2P9EEnnym6ocQ,3747
19
- ignos/internal/api/client/models/_enums.py,sha256=6N4BGlh6kTR_1WZyuCGFqnFwbAH17vGI-JlNfxR8okc,1309
20
- ignos/internal/api/client/models/_models.py,sha256=fs5JPMleu2lOLlInFsjjN_96rXUdKhLxkCLxgQpPURQ,80975
21
- ignos/internal/api/client/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
22
- ignos/internal/api/client/operations/__init__.py,sha256=hI_ianBndUKBrzLdodPeLcvOttOdbMDitluVKpBPSFI,1659
23
- ignos/internal/api/client/operations/_operations.py,sha256=eR-dnqYnnar_ZIRsOCHy85SYd_tEify6tuCTIM0OaSs,167361
24
- ignos/internal/api/client/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
25
- ignos_internal_api_client-20240925.0.10440.dist-info/METADATA,sha256=L-4vUT4fCazfIV50y7H5VPQG03PjwQAZK8puwdAQe9M,303
26
- ignos_internal_api_client-20240925.0.10440.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
27
- ignos_internal_api_client-20240925.0.10440.dist-info/top_level.txt,sha256=eGbj-YCTgfKuJX7-n95eMN-onlnccQiO8XnhWA0wgVA,6
28
- ignos_internal_api_client-20240925.0.10440.dist-info/RECORD,,