You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/azure-ai-language-questionanswering-authoring/azure/ai/language/questionanswering/authoring/_operations/_patch.py
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ class _QuestionAnsweringAuthoringClientOperationsMixin(_QuestionAnsweringAuthori
27
27
"""Mixin class for patching methods with backward compatible parameter names."""
28
28
29
29
# create_project overloads with 'options' parameter
30
-
@overload
30
+
@overload# type: ignore
31
31
defcreate_project(
32
32
self,
33
33
project_name: str,
@@ -50,7 +50,7 @@ def create_project(
50
50
:raises ~azure.core.exceptions.HttpResponseError:
51
51
"""
52
52
53
-
@overload
53
+
@overload# type: ignore
54
54
defcreate_project(
55
55
self, project_name: str, options: JSON, *, content_type: str="application/json", **kwargs: Any
56
56
) ->_models.QuestionAnsweringProject:
@@ -68,7 +68,7 @@ def create_project(
68
68
:raises ~azure.core.exceptions.HttpResponseError:
69
69
"""
70
70
71
-
@overload
71
+
@overload# type: ignore
72
72
defcreate_project(
73
73
self, project_name: str, options: IO[bytes], *, content_type: str="application/json", **kwargs: Any
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/azure-ai-language-questionanswering-authoring/azure/ai/language/questionanswering/authoring/aio/_operations/_patch.py
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ class _QuestionAnsweringAuthoringClientOperationsMixin(_QuestionAnsweringAuthori
25
25
"""Mixin class for patching methods with backward compatible parameter names."""
26
26
27
27
# create_project overloads with 'options' parameter
28
-
@overload
28
+
@overload# type: ignore
29
29
defcreate_project(
30
30
self,
31
31
project_name: str,
@@ -48,7 +48,7 @@ def create_project(
48
48
:raises ~azure.core.exceptions.HttpResponseError:
49
49
"""
50
50
51
-
@overload
51
+
@overload# type: ignore
52
52
defcreate_project(
53
53
self, project_name: str, options: JSON, *, content_type: str="application/json", **kwargs: Any
54
54
) ->_models.QuestionAnsweringProject:
@@ -66,7 +66,7 @@ def create_project(
66
66
:raises ~azure.core.exceptions.HttpResponseError:
67
67
"""
68
68
69
-
@overload
69
+
@overload# type: ignore
70
70
defcreate_project(
71
71
self, project_name: str, options: IO[bytes], *, content_type: str="application/json", **kwargs: Any
0 commit comments