Skip to content

Commit 860978e

Browse files
committed
updated test recordings
1 parent cb05d56 commit 860978e

File tree

7 files changed

+9
-12
lines changed

7 files changed

+9
-12
lines changed

sdk/cognitivelanguage/azure-ai-language-conversations/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/cognitivelanguage/azure-ai-language-conversations",
5-
"Tag": "python/cognitivelanguage/azure-ai-language-conversations_ee7d01046a"
5+
"Tag": "python/cognitivelanguage/azure-ai-language-conversations_37aac6bbbe"
66
}

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/_patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __init__(
145145
:param credential: Key or token credential.
146146
:type credential: ~azure.core.credentials.AzureKeyCredential or ~azure.core.credentials.TokenCredential
147147
:keyword api_version: The API version to use for this operation. Default value is
148-
"2025-05-15-preview". Note that overriding this default value may result in unsupported
148+
"2025-11-15-preview". Note that overriding this default value may result in unsupported
149149
behavior.
150150
:paramtype api_version: str`
151151
"""
@@ -208,7 +208,7 @@ def begin_analyze_conversation_job(
208208
@api_version_validation(
209209
method_added_on="2023-04-01",
210210
params_added_on={"2023-04-01": ["api_version", "content_type", "accept"]},
211-
api_versions_list=["2023-04-01", "2024-05-01", "2024-11-01", "2024-11-15-preview", "2025-05-15-preview"],
211+
api_versions_list=["2023-04-01", "2024-05-01", "2024-11-01", "2025-05-15-preview", "2025-11-15-preview"],
212212
)
213213
def begin_analyze_conversation_job( # type: ignore[override]
214214
self, body: Union[AnalyzeConversationOperationInput, JSON, IO[bytes]], **kwargs: Any

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/aio/_patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __init__(
140140
:param credential: Key or token credential.
141141
:type credential: ~azure.core.credentials.AzureKeyCredential or ~azure.core.credentials.TokenCredential
142142
:keyword api_version: The API version to use for this operation. Default value is
143-
"2025-05-15-preview". Note that overriding this default value may result in unsupported
143+
"2025-11-15-preview". Note that overriding this default value may result in unsupported
144144
behavior.
145145
:paramtype api_version: str`
146146
"""
@@ -203,7 +203,7 @@ async def begin_analyze_conversation_job(
203203
@api_version_validation(
204204
method_added_on="2023-04-01",
205205
params_added_on={"2023-04-01": ["api_version", "content_type", "accept"]},
206-
api_versions_list=["2023-04-01", "2024-05-01", "2024-11-01", "2024-11-15-preview", "2025-05-15-preview"],
206+
api_versions_list=["2023-04-01", "2024-05-01", "2024-11-01", "2025-05-15-preview", "2025-11-15-preview"],
207207
)
208208
async def begin_analyze_conversation_job( # type: ignore[override]
209209
self, body: Union[AnalyzeConversationOperationInput, JSON, IO[bytes]], **kwargs: Any

sdk/cognitivelanguage/azure-ai-language-conversations/tests/test_conversation_pii_with_entity_mask_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ConversationsPreparer = functools.partial(
3535
EnvironmentVariableLoader,
3636
"conversations",
37-
conversations_endpoint="https://Sanitized.cognitiveservices.azure.com/",
37+
conversations_endpoint="https://Sanitized.azure-api.net/",
3838
conversations_key="fake_key",
3939
)
4040

sdk/cognitivelanguage/azure-ai-language-conversations/tests/test_conversation_pii_with_entity_mask_policy_async.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
ConversationalPiiResult,
2121
ConversationPiiItemResult,
2222
NamedEntity,
23-
InputWarning,
2423
ConversationError,
25-
CharacterMaskPolicyType,
2624
EntityMaskTypePolicyType,
2725
)
2826
import re
@@ -32,7 +30,7 @@
3230
ConversationsPreparer = functools.partial(
3331
EnvironmentVariableLoader,
3432
"conversations",
35-
conversations_endpoint="https://Sanitized.cognitiveservices.azure.com/",
33+
conversations_endpoint="https://Sanitized.azure-api.net/",
3634
conversations_key="fake_key",
3735
)
3836

sdk/cognitivelanguage/azure-ai-language-conversations/tests/test_conversation_pii_with_no_mask_policy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
ConversationalPiiResult,
2020
ConversationPiiItemResult,
2121
NamedEntity,
22-
InputWarning,
2322
ConversationError,
2423
AnalyzeConversationOperationAction,
2524
NoMaskPolicyType,
@@ -32,7 +31,7 @@
3231
ConversationsPreparer = functools.partial(
3332
EnvironmentVariableLoader,
3433
"conversations",
35-
conversations_endpoint="https://Sanitized.cognitiveservices.azure.com/",
34+
conversations_endpoint="https://Sanitized.azure-api.net/",
3635
conversations_key="fake_key",
3736
)
3837

sdk/cognitivelanguage/azure-ai-language-conversations/tests/test_conversation_pii_with_no_mask_policy_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
ConversationsPreparer = functools.partial(
3232
EnvironmentVariableLoader,
3333
"conversations",
34-
conversations_endpoint="https://Sanitized.cognitiveservices.azure.com/",
34+
conversations_endpoint="https://Sanitized.azure-api.net/",
3535
conversations_key="fake_key",
3636
)
3737

0 commit comments

Comments
 (0)