diracx-client 0.0.1a41__py3-none-any.whl → 0.0.1a43__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.
- diracx/client/_generated/__init__.py +1 -1
- diracx/client/_generated/_client.py +2 -1
- diracx/client/_generated/_configuration.py +1 -1
- diracx/client/_generated/_serialization.py +1 -1
- diracx/client/_generated/_vendor.py +1 -1
- diracx/client/_generated/aio/__init__.py +1 -1
- diracx/client/_generated/aio/_client.py +2 -1
- diracx/client/_generated/aio/_configuration.py +1 -1
- diracx/client/_generated/aio/_vendor.py +1 -1
- diracx/client/_generated/aio/operations/__init__.py +1 -1
- diracx/client/_generated/aio/operations/_operations.py +2 -6
- diracx/client/_generated/models/__init__.py +1 -1
- diracx/client/_generated/models/_enums.py +1 -1
- diracx/client/_generated/models/_models.py +1 -1
- diracx/client/_generated/operations/__init__.py +1 -1
- diracx/client/_generated/operations/_operations.py +2 -6
- {diracx_client-0.0.1a41.dist-info → diracx_client-0.0.1a43.dist-info}/METADATA +1 -1
- {diracx_client-0.0.1a41.dist-info → diracx_client-0.0.1a43.dist-info}/RECORD +19 -19
- {diracx_client-0.0.1a41.dist-info → diracx_client-0.0.1a43.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -42,6 +42,7 @@ class Dirac: # pylint: disable=client-accepts-api-version-keyword
|
|
42
42
|
self, *, endpoint: str = "", **kwargs: Any
|
43
43
|
) -> None:
|
44
44
|
self._config = DiracConfiguration(**kwargs)
|
45
|
+
|
45
46
|
_policies = kwargs.pop("policies", None)
|
46
47
|
if _policies is None:
|
47
48
|
_policies = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# pylint: disable=line-too-long,useless-suppression,too-many-lines
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
5
5
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
6
|
# --------------------------------------------------------------------------
|
7
7
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# --------------------------------------------------------------------------
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
4
4
|
# --------------------------------------------------------------------------
|
5
5
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -42,6 +42,7 @@ class Dirac: # pylint: disable=client-accepts-api-version-keyword
|
|
42
42
|
self, *, endpoint: str = "", **kwargs: Any
|
43
43
|
) -> None:
|
44
44
|
self._config = DiracConfiguration(**kwargs)
|
45
|
+
|
45
46
|
_policies = kwargs.pop("policies", None)
|
46
47
|
if _policies is None:
|
47
48
|
_policies = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# --------------------------------------------------------------------------
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
4
4
|
# --------------------------------------------------------------------------
|
5
5
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# pylint: disable=too-many-lines
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
5
5
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
6
|
# --------------------------------------------------------------------------
|
7
|
+
from collections.abc import MutableMapping
|
7
8
|
from io import IOBase
|
8
|
-
import sys
|
9
9
|
from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload
|
10
10
|
|
11
11
|
from azure.core import AsyncPipelineClient, MatchConditions
|
@@ -57,10 +57,6 @@ from ...operations._operations import (
|
|
57
57
|
from .._configuration import DiracConfiguration
|
58
58
|
from .._vendor import raise_if_not_implemented
|
59
59
|
|
60
|
-
if sys.version_info >= (3, 9):
|
61
|
-
from collections.abc import MutableMapping
|
62
|
-
else:
|
63
|
-
from typing import MutableMapping # type: ignore
|
64
60
|
T = TypeVar("T")
|
65
61
|
ClsType = Optional[
|
66
62
|
Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# pylint: disable=too-many-lines
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
5
5
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
6
|
# --------------------------------------------------------------------------
|
7
7
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# pylint: disable=too-many-lines
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
|
5
5
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
6
|
# --------------------------------------------------------------------------
|
7
|
+
from collections.abc import MutableMapping
|
7
8
|
from io import IOBase
|
8
|
-
import sys
|
9
9
|
from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload
|
10
10
|
|
11
11
|
from azure.core import MatchConditions, PipelineClient
|
@@ -28,10 +28,6 @@ from .._configuration import DiracConfiguration
|
|
28
28
|
from .._serialization import Deserializer, Serializer
|
29
29
|
from .._vendor import prep_if_match, prep_if_none_match, raise_if_not_implemented
|
30
30
|
|
31
|
-
if sys.version_info >= (3, 9):
|
32
|
-
from collections.abc import MutableMapping
|
33
|
-
else:
|
34
|
-
from typing import MutableMapping # type: ignore
|
35
31
|
T = TypeVar("T")
|
36
32
|
ClsType = Optional[
|
37
33
|
Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]
|
@@ -4,27 +4,27 @@ diracx/client/aio.py,sha256=INlYuCBYWkIIdAV7GwxCOVLNJcILNmqq7tQcSim7ITU,238
|
|
4
4
|
diracx/client/models.py,sha256=f85-LF28AqO0X272hWsC9vhn_jbWhMoDohgB46WtZ98,112
|
5
5
|
diracx/client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
diracx/client/sync.py,sha256=3tM3fdj6QSd83o91u00gX8nvou-6vWSdlSyldXbRu4g,226
|
7
|
-
diracx/client/_generated/__init__.py,sha256=
|
8
|
-
diracx/client/_generated/_client.py,sha256=
|
9
|
-
diracx/client/_generated/_configuration.py,sha256=
|
7
|
+
diracx/client/_generated/__init__.py,sha256=CAP4ZLWM_KLonQAIjfG84lQRZefAMF6bdu2ul3CeOOs,854
|
8
|
+
diracx/client/_generated/_client.py,sha256=qtpHd7v-56ZA70qK4B5gn06e0ly-Pp-sCCshHxo2JQc,4836
|
9
|
+
diracx/client/_generated/_configuration.py,sha256=3frGWF_ucladhlTgkZZO5pcZibgxSr4ON45ZS66Vs2A,1936
|
10
10
|
diracx/client/_generated/_patch.py,sha256=m1lD_bOt9CLQVYiOh3Megq7KoEFOKoMdWSvLLXhXF-M,693
|
11
|
-
diracx/client/_generated/_serialization.py,sha256=
|
12
|
-
diracx/client/_generated/_vendor.py,sha256=
|
11
|
+
diracx/client/_generated/_serialization.py,sha256=dt5-JDf2W2K4dTB8y06a-uDwOx_PCmDTwqdHNUK1nF4,84254
|
12
|
+
diracx/client/_generated/_vendor.py,sha256=6EFsP3ValI_vbZ_ivnRYHg_oRjZ5jDiLlUqvAYyDMhM,1936
|
13
13
|
diracx/client/_generated/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
14
|
-
diracx/client/_generated/aio/__init__.py,sha256=
|
15
|
-
diracx/client/_generated/aio/_client.py,sha256=
|
16
|
-
diracx/client/_generated/aio/_configuration.py,sha256=
|
14
|
+
diracx/client/_generated/aio/__init__.py,sha256=CAP4ZLWM_KLonQAIjfG84lQRZefAMF6bdu2ul3CeOOs,854
|
15
|
+
diracx/client/_generated/aio/_client.py,sha256=sfUYVu_H4Y9qQlx90aJqS2Zr0rc2iVKR-uKiDRQSMQo,4957
|
16
|
+
diracx/client/_generated/aio/_configuration.py,sha256=oC4ahTtfmiBA63-fP1N9QQrtaTjpjawnkIM2NOAUjec,1968
|
17
17
|
diracx/client/_generated/aio/_patch.py,sha256=qBkXxqrKaKXgMV2x_OC2VK9qmd8e34xXQpqSh71Ub0M,692
|
18
|
-
diracx/client/_generated/aio/_vendor.py,sha256=
|
19
|
-
diracx/client/_generated/aio/operations/__init__.py,sha256=
|
20
|
-
diracx/client/_generated/aio/operations/_operations.py,sha256
|
18
|
+
diracx/client/_generated/aio/_vendor.py,sha256=6EFsP3ValI_vbZ_ivnRYHg_oRjZ5jDiLlUqvAYyDMhM,1936
|
19
|
+
diracx/client/_generated/aio/operations/__init__.py,sha256=FXNuNe9P60b25PbTlbrG2Rf63hC7_Vb_ke7yELBLyTc,1070
|
20
|
+
diracx/client/_generated/aio/operations/_operations.py,sha256=wZcqewV8x_hzt19-GN7TFV5k2tzSKq13SkoW29Q0rZg,77093
|
21
21
|
diracx/client/_generated/aio/operations/_patch.py,sha256=jyk2R4wUaClz07zK9TiH6V_SxKakrHNZAUm35lqUC6k,816
|
22
|
-
diracx/client/_generated/models/__init__.py,sha256=
|
23
|
-
diracx/client/_generated/models/_enums.py,sha256=
|
24
|
-
diracx/client/_generated/models/_models.py,sha256=
|
22
|
+
diracx/client/_generated/models/__init__.py,sha256=9eqeQlVP60YOEj1RY5KfOlJSxP_d-c0Drlrq_P5qZR0,2717
|
23
|
+
diracx/client/_generated/models/_enums.py,sha256=eQfqAMIHDOcO3JXI9yG1zn6bc-Qp3Sx43v0HfX_pc7s,1738
|
24
|
+
diracx/client/_generated/models/_models.py,sha256=6N-gNz1ALx5fU4ZD1LvQ7Htdrsx7PkDNBjpeMDT5wnU,44536
|
25
25
|
diracx/client/_generated/models/_patch.py,sha256=D8bxd8gAeLH7RWZNUuzTT7P_dyot9Cey91Rb-UwI2BI,1501
|
26
|
-
diracx/client/_generated/operations/__init__.py,sha256=
|
27
|
-
diracx/client/_generated/operations/_operations.py,sha256=
|
26
|
+
diracx/client/_generated/operations/__init__.py,sha256=FXNuNe9P60b25PbTlbrG2Rf63hC7_Vb_ke7yELBLyTc,1070
|
27
|
+
diracx/client/_generated/operations/_operations.py,sha256=6Y573F9V_LHLLhvhF9nmmF5aXKU3RpnSVoj5AGCkdWQ,94696
|
28
28
|
diracx/client/_generated/operations/_patch.py,sha256=xE3M4iVZE5LKlg9XfMveXmOMxFQZCDrPE40nba9VUq8,816
|
29
29
|
diracx/client/patches/utils.py,sha256=OXJx-jSwou-BQm3PrOaZgRWLj-8EFXgjTDVms6uWdN4,10732
|
30
30
|
diracx/client/patches/auth/aio.py,sha256=7QKUtoNRZeMes8I1zeyVpahh4rIT-MY7IqvB4amNBYA,1483
|
@@ -37,6 +37,6 @@ diracx/client/patches/jobs/aio.py,sha256=ZBkmgyBPsL14lr0fK20wmxGBJz2jq4HMmXQMEdT
|
|
37
37
|
diracx/client/patches/jobs/common.py,sha256=Uts6UH8eMOE1cSVnLaH4OBsg4-EBhvGcEsqZVUUCLSo,2371
|
38
38
|
diracx/client/patches/jobs/sync.py,sha256=4AVvzZIjjeUXWDnuSMv0vvH5OAff-L7aYHvi3dTh-xw,1132
|
39
39
|
_diracx_client_importer.pth,sha256=wJwJieKpvzPdCVaM-1oKiKN8OL3wBaHgrl8qyexFoKY,31
|
40
|
-
diracx_client-0.0.
|
41
|
-
diracx_client-0.0.
|
42
|
-
diracx_client-0.0.
|
40
|
+
diracx_client-0.0.1a43.dist-info/METADATA,sha256=Ps8IwmM9z0FDZeFIYga35CXLRxT7cEAwFfjv3T4hnqI,585
|
41
|
+
diracx_client-0.0.1a43.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
42
|
+
diracx_client-0.0.1a43.dist-info/RECORD,,
|
File without changes
|