From 1a7b7b31991b306bdf06ef2c47df4a953f64d03b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:07:52 +0000 Subject: [PATCH 1/2] Initial plan From 4a7be476fba01803445985db986a1f197c5a233e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:11:55 +0000 Subject: [PATCH 2/2] Fix typo: change 'controling' to 'controlling' in docstrings Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com> --- .../azure/ai/language/questionanswering/models/_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/models/_models.py b/sdk/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/models/_models.py index 5e8fa7b4eccd..b5090d494b2b 100644 --- a/sdk/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/models/_models.py +++ b/sdk/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/models/_models.py @@ -824,7 +824,7 @@ class QueryPreferences(_Model): :ivar scorer: To specify what scoring algorithm is preferred. Known values are: "Classic", "Transformer", and "Semantic". :vartype scorer: str or ~azure.ai.language.questionanswering.models.Scorer - :ivar matching_policy: Policy for controling exact query match behavior. + :ivar matching_policy: Policy for controlling exact query match behavior. :vartype matching_policy: ~azure.ai.language.questionanswering.models.MatchingPolicy """ @@ -836,7 +836,7 @@ class QueryPreferences(_Model): matching_policy: Optional["_models.MatchingPolicy"] = rest_field( name="matchingPolicy", visibility=["read", "create", "update", "delete", "query"] ) - """Policy for controling exact query match behavior.""" + """Policy for controlling exact query match behavior.""" @overload def __init__(