Skip to content

Commit 67587cf

Browse files
committed
Update docs metadata
1 parent e1711ca commit 67587cf

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

api/overview/azure/preview/ai.openai-readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Azure OpenAI client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.AI.OpenAI, openai
4-
ms.date: 07/14/2025
4+
ms.date: 08/07/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: openai
88
---
9-
# Azure OpenAI client library for .NET - version 2.2.0-beta.5
9+
# Azure OpenAI client library for .NET - version 2.3.0-beta.1
1010

1111

1212
The Azure OpenAI client library for .NET is a companion to the official [OpenAI client library for .NET](https://github.com/openai/openai-dotnet). The Azure OpenAI library configures a client for use with Azure OpenAI and provides additional strongly typed extension support for request and response models specific to Azure OpenAI scenarios.
1313

1414
Azure OpenAI is a managed service that allows developers to deploy, tune, and generate content from OpenAI models on Azure resources.
1515

16-
[Source code](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/openai/Azure.AI.OpenAI/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.OpenAI) | [API reference documentation](https://learn.microsoft.com/azure/cognitive-services/openai/reference) | [Product documentation](https://learn.microsoft.com/azure/cognitive-services/openai/) | [Samples](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/openai/Azure.AI.OpenAI/tests/Samples)
16+
[Source code](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/openai/Azure.AI.OpenAI/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.AI.OpenAI) | [API reference documentation](https://learn.microsoft.com/azure/cognitive-services/openai/reference) | [Product documentation](https://learn.microsoft.com/azure/cognitive-services/openai/) | [Samples](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/openai/Azure.AI.OpenAI/tests/Samples)
1717

1818
## Getting started
1919

@@ -142,18 +142,18 @@ We guarantee that all client instance methods are thread-safe and independent of
142142
### Additional concepts
143143

144144
<!-- CLIENT COMMON BAR -->
145-
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
146-
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
147-
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
148-
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
149-
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/core/Azure.Core/samples/Diagnostics.md) |
145+
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
146+
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
147+
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
148+
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
149+
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/core/Azure.Core/samples/Diagnostics.md) |
150150
[Mocking](https://learn.microsoft.com/dotnet/azure/sdk/unit-testing-mocking) |
151151
[Client lifetime](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/)
152152
<!-- CLIENT COMMON BAR -->
153153

154154
## Examples
155155

156-
You can familiarize yourself with different APIs using [Samples from OpenAI's .NET library](https://github.com/openai/openai-dotnet/tree/main/examples) or [Azure.AI.OpenAI-specific samples](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.OpenAI_2.2.0-beta.5/sdk/openai/Azure.AI.OpenAI/tests/Samples). Most OpenAI capabilities are available on both Azure OpenAI and OpenAI using the same scenario clients and methods, so not all scenarios are redundantly covered here.
156+
You can familiarize yourself with different APIs using [Samples from OpenAI's .NET library](https://github.com/openai/openai-dotnet/tree/main/examples) or [Azure.AI.OpenAI-specific samples](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.OpenAI_2.3.0-beta.1/sdk/openai/Azure.AI.OpenAI/tests/Samples). Most OpenAI capabilities are available on both Azure OpenAI and OpenAI using the same scenario clients and methods, so not all scenarios are redundantly covered here.
157157

158158
### Get a chat completion
159159

@@ -515,11 +515,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
515515
[msdocs_openai_embedding]: https://learn.microsoft.com/azure/cognitive-services/openai/concepts/understand-embeddings
516516
[style-guide-msft]: /style-guide/capitalization
517517
[style-guide-cloud]: https://aka.ms/azsdk/cloud-style-guide
518-
[azure_openai_client_class]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/sdk/openai/Azure.AI.OpenAI/src/Custom/AzureOpenAIClient.cs
518+
[azure_openai_client_class]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/sdk/openai/Azure.AI.OpenAI/src/Custom/AzureOpenAIClient.cs
519519
[openai_rest]: https://learn.microsoft.com/azure/cognitive-services/openai/reference
520520
[azure_openai_completions_docs]: https://learn.microsoft.com/azure/cognitive-services/openai/how-to/completions
521521
[azure_openai_embeddings_docs]: https://learn.microsoft.com/azure/cognitive-services/openai/concepts/understand-embeddings
522-
[openai_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.2.0-beta.5/CONTRIBUTING.md
522+
[openai_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.OpenAI_2.3.0-beta.1/CONTRIBUTING.md
523523
[cla]: https://cla.microsoft.com
524524
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
525525
[code_of_conduct_faq]: https://opensource.microsoft.com/codeofconduct/faq/

metadata/preview/Azure.AI.OpenAI.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.AI.OpenAI",
3-
"Version": "2.2.0-beta.5",
3+
"Version": "2.3.0-beta.1",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/openai/Azure.AI.OpenAI",
66
"ServiceDirectory": "openai",
@@ -10,15 +10,15 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.AI.OpenAI",
13-
"ReleaseStatus": "2025-07-11",
13+
"ReleaseStatus": "2025-08-07",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17-
"safeName": "AzureAIOpenAI",
18-
"name": "Azure.AI.OpenAI",
1917
"triggeringPaths": [
2018
"/sdk/openai/ci.yml"
21-
]
19+
],
20+
"safeName": "AzureAIOpenAI",
21+
"name": "Azure.AI.OpenAI"
2222
},
2323
"CIParameters": {
2424
"BuildSnippets": true,

0 commit comments

Comments
 (0)