Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.ManagedServiceIdentities_1.4.0

14 Jul 07:27
85b2b4a
Compare
Choose a tag to compare

1.4.0 (2025-07-11)

Features Added

Azure.AI.OpenAI_2.2.0-beta.5

14 Jul 21:17
954b96f
Compare
Choose a tag to compare
Pre-release

2.2.0-beta.5 (2025-07-11)

This update converges new feature updates from the recent 2.2.0 release of OpenAI together with support based on the contemporary 2025-04-01-preview Azure OpenAI Service API label.

Features Added

Breaking Changes (Preview APIs)

The following are carried forward from changes in the 2.2.0 release of OpenAI. Please see the changelog for full details.

  • Removed the implicit operator from all models that converts a model to BinaryContent.
  • Removed the explicit operator from all models that converts a ClientResult to a model.
  • OpenAI:
    • Renamed the GetRealtimeConversationClient method from OpenAIClient to GetRealtimeClient.
  • OpenAI.FineTuning:
    • Renamed the FineTuningJobOperation class to FineTuningJob.
    • Removed protocol methods for CreateFineTuningJob, GetJob, and GetJobs and added convenience methods for them.
  • OpenAI.Realtime:
    • Updated namespace from OpenAI.Conversations to OpenAI.Realtime. All APIs and types related to real-time conversations have been moved to the new OpenAI.Realtime namespace.
  • OpenAI.Responses:
    • Removed the SummaryTextParts property of ReasoningResponseItem in favor a new property called SummaryParts.
    • Removed the following public constructors:
      • FileSearchCallResponseItem(IEnumerable<string> queries, IEnumerable<FileSearchCallResult> results)
      • FunctionCallOutputResponseItem(string callId, string functionOutput)
      • FunctionCallResponseItem(string callId, string functionName, BinaryData functionArguments)
    • Made several properties read-only that were previously settable:
      • CallId and Output in ComputerCallOutputResponseItem
      • Action, CallId, and Status in ComputerCallResponseItem
      • Results and Status in FileSearchCallResponseItem
      • CallId in FunctionCallOutputResponseItem
      • CallId in FunctionCallResponseItem
    • Changed the following property types:
      • Attributes in FileSearchCallResult is now IReadOnlyDictionary<string, BinaryData> instead of IDictionary<string, BinaryData>.
      • Status properties are now nullable in multiple response item types.
      • Code in ResponseError is now ResponseErrorCode instead of string.
    • Renamed the WebSearchToolContextSize extensible enum to WebSearchContextSize.
    • Renamed the WebSearchToolLocation class to WebSearchUserLocation.
  • OpenAI.VectorStores:
    • Renamed method parameters from vectorStore to options in CreateVectorStore and ModifyVectorStore methods in VectorStoreClient.

Azure.Identity.Broker_1.2.1

12 Jul 02:34
Compare
Choose a tag to compare

1.2.1 (2025-07-11)

Other Changes

  • Updated Azure.Identity to 1.14.2 to apply a security fix in the updated Microsoft.Identity.Client dependency.

Azure.Identity.Broker_1.3.0-beta.4

12 Jul 17:23
1ce74b8
Compare
Choose a tag to compare
Pre-release

1.3.0-beta.4 (2025-07-11)

Features Added

  • Support Microsoft Broker on macOS.

Other Changes

  • Updated Azure.Identity to 1.14.2 to apply a security fix in the updated Microsoft.Identity.Client dependency.

Azure.Provisioning_1.2.1

14 Jul 02:42
6a18f1c
Compare
Choose a tag to compare

1.2.1 (2025-07-09)

Bugs Fixed

  • Fixed the incorrect property name for discriminators in AzureCliScript and AzurePowerShellScript (#51135)
  • Fixed the incorrect format for TimeSpan properties in AzureCliScript and AzurePowerShellScript (#51135)

Azure.Identity_1.14.2

11 Jul 00:56
Compare
Choose a tag to compare

1.14.2 (2025-07-10)

Other changes

  • Updated Microsoft.Identity.Client dependency to version 4.73.1

Azure.ResourceManager.PlanetaryComputer_1.0.0-beta.1

11 Jul 09:40
b11a9c7
Compare
Choose a tag to compare

1.0.0-beta.1 (2025-07-11)

Features Added

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.

Azure.AI.Projects_1.0.0-beta.10

12 Jul 02:16
33cd5d2
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.10 (2025-07-11)

Features Added

  • Support for generating embeddings through Azure OpenAI using GetAzureOpenAIEmbeddingClient.

Breaking Changes

  • Name changes:
    • In Datasets methods PendingUpload and PendingUploadAsync, argument body was replaced with pendingUploadRequest
    • Connection has been renamed ConnectionProperties
    • Deployment has been renamed AIDeployment
    • Index has been renamed DatasetIndex
    • SasCredential has been renamed BlobReferenceSasCredential
    • Sku has been renamed ModelDeploymentSku
  • Removing GetChatCompletionsClient, GetEmbeddingsClient, and GetImageEmbeddingsClient methods from AIProjectClient. The Inference client should be used directly instead.
  • Replacing GetConnectionsClient, GetDatasetsClient, GetDeploymentsClient, andGetIndexesClient with Connections, Datasets, Deployments, and Indexes properties.

Bugs Fixed

  • Fix getting model deployed on the Azure Open AI resource, if the resource is authenticated using Entra ID. see GitHub issue 49064
  • Fix dataset uploading datasets.

Azure.AI.Agents.Persistent_1.1.0-beta.4

11 Jul 21:34
7d7e322
Compare
Choose a tag to compare
Pre-release

1.1.0-beta.4 (2025-07-11)

Features Added

  • Added support for Deep Research.
  • Added support for MCP.

Sample updates

  • Added sample for Deep Research.
  • Expose the GetVectorStoreFileBatchFiles and GetVectorStoreFileBatchFilesAsync methods.

Azure.Core_1.47.0

09 Jul 17:50
9f1579e
Compare
Choose a tag to compare

1.47.0 (2025-07-09)

Features Added

  • Added RequestContent.Create<T>(T model, ModelReaderWriterOptions? options = null) overload that accepts IPersistableModel<T> types for improved performance and API consistency with BinaryContent.
  • Adopt System.ClientModel 1.5.0

Other Changes

  • Adjusted the options used for JSON serialization to relax encoding rules and reduce the cost and impact. (#50885)