Skip to content

Commit 0bbbc91

Browse files
committed
Update docs metadata
1 parent e454334 commit 0bbbc91

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

docs-ref-services/preview/ai-language-conversations-authoring-readme.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Azure Conversation Authoring client library for Python
33
keywords: Azure, python, SDK, API, azure-ai-language-conversations-authoring, cognitivelanguage
4-
ms.date: 11/15/2025
4+
ms.date: 12/15/2025
55
ms.topic: reference
66
ms.devlang: python
77
ms.service: cognitivelanguage
88
---
99
[![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/azure-sdk-for-python.client?branchName=main)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=46?branchName=main)
1010

11-
# Azure Conversation Authoring client library for Python - version 1.0.0b2
11+
# Azure Conversation Authoring client library for Python - version 1.0.0b3
1212

1313

1414
**Conversation Authoring** is part of the Conversational Language Understanding (CLU) service. It provides APIs and SDKs to **create, manage, train, evaluate, and deploy** conversation projects and models. With the `ConversationAuthoringClient`, you can script everything you’d otherwise do in Language Studio, including:
@@ -45,6 +45,14 @@ pip install azure-ai-language-conversations-authoring
4545

4646
> Note: This version of the client library defaults to the 2025-11-15-preview version of the service
4747
48+
This table shows the relationship between SDK versions and supported API versions of the service
49+
50+
| SDK version | Supported API version of service |
51+
| ------------ | --------------------------------- |
52+
| 1.0.0b3 - Latest preview release | 2023-04-01, 2025-11-01, 2025-05-15-preview, 2025-11-15-preview (default) |
53+
| 1.0.0b2 | 2023-04-01, 2025-05-15-preview, 2025-11-15-preview (default) |
54+
| 1.0.0b1 | 2023-04-01, 2024-11-15-preview, 2025-05-15-preview (default) |
55+
4856
### Authenticate the client
4957

5058
To interact with the Conversation Authoring service, you'll need to create an instance of the `ConversationAuthoringClient`. You will need an **endpoint** and an **API key** to instantiate a client object. For more information regarding authenticating with Cognitive Services, see [Authenticate requests to Azure Cognitive Services][cognitive_auth].
@@ -436,23 +444,23 @@ For more information, see the [Code of Conduct FAQ][coc_faq] or contact [opencod
436444
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
437445
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
438446
[cognitive_auth]: https://learn.microsoft.com/azure/cognitive-services/authentication/
439-
[contributing]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-language-conversations-authoring_1.0.0b2/CONTRIBUTING.md
447+
[contributing]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-language-conversations-authoring_1.0.0b3/CONTRIBUTING.md
440448
[python_logging]: https://docs.python.org/3/library/logging.html
441449
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
442450
[azure_core_ref_docs]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html
443-
[azure_core_exceptions]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-language-conversations-authoring_1.0.0b2/sdk/core/azure-core/README.md
451+
[azure_core_exceptions]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-language-conversations-authoring_1.0.0b3/sdk/core/azure-core/README.md
444452
[pip_link]: https://pypi.org/project/pip/
445-
[conversation_authoring_client_src]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b2/sdk/cognitivelanguage/azure-ai-language-conversations-authoring
453+
[conversation_authoring_client_src]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b3/sdk/cognitivelanguage/azure-ai-language-conversations-authoring
446454
[conversation_authoring_pypi_package]: https://pypi.org/project/azure-ai-language-conversations-authoring/
447-
[conversation_authoring_samples]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b2/sdk/cognitivelanguage/azure-ai-language-conversations-authoring/samples/README.md
455+
[conversation_authoring_samples]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b3/sdk/cognitivelanguage/azure-ai-language-conversations-authoring/samples/README.md
448456
[conversation_authoring_docs]: https://learn.microsoft.com/azure/ai-services/language-service/conversational-language-understanding/overview
449457
[api_reference_authoring]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-conversations-authoring/latest/azure.ai.language.conversations.authoring.html
450458
[conversation_authoring_restdocs]: https://learn.microsoft.com/rest/api/language/analyze-conversations-authoring/conversation-authoring-project?view=rest-language-analyze-conversations-authoring-2025-11-01
451459
[azure_language_portal]: https://language.cognitive.azure.com/home
452460
[cognitive_authentication_aad]: https://learn.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
453-
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b2/sdk/identity/azure-identity#credentials
461+
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b3/sdk/identity/azure-identity#credentials
454462
[custom_subdomain]: https://learn.microsoft.com/azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
455-
[install_azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b2/sdk/identity/azure-identity#install-the-package
463+
[install_azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b3/sdk/identity/azure-identity#install-the-package
456464
[register_aad_app]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
457465
[grant_role_access]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
458-
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b2/sdk/identity/azure-identity#defaultazurecredential
466+
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b3/sdk/identity/azure-identity#defaultazurecredential

metadata/preview/azure-ai-language-conversations-authoring.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-ai-language-conversations-authoring",
3-
"Version": "1.0.0b2",
3+
"Version": "1.0.0b3",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/cognitivelanguage/azure-ai-language-conversations-authoring",
66
"ServiceDirectory": "cognitivelanguage",
@@ -10,7 +10,7 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-ai-language-conversations-authoring",
13-
"ReleaseStatus": "2025-11-14",
13+
"ReleaseStatus": "2025-12-09",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": [
1616
""
@@ -19,12 +19,13 @@
1919
"triggeringPaths": [
2020
"/sdk/cognitivelanguage/ci.yml"
2121
],
22-
"safeName": "azureailanguageconversationsauthoring",
23-
"name": "azure-ai-language-conversations-authoring"
22+
"name": "azure-ai-language-conversations-authoring",
23+
"safeName": "azureailanguageconversationsauthoring"
2424
},
2525
"CIParameters": {
2626
"CIMatrixConfigs": []
2727
},
28+
"SpecProjectPath": "specification/cognitiveservices/data-plane/LanguageAnalyzeConversationsAuthoring",
2829
"Namespaces": [
2930
"azure.ai.language.conversations.authoring"
3031
]

0 commit comments

Comments
 (0)