Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.ResourceManager.ManagedServiceIdentities_1.4.0
1.4.0 (2025-07-11)
Features Added
- Upgraded api-version tag from 'package-2023-01-31' to 'package-2024-11-30'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/bf90cab9d5f6060ce1f7775ffac88ed8eda785ca/specification/msi/resource-manager/readme.md.
- Exposed User-Assigned Identity
IsolationScope
property.
- Exposed User-Assigned Identity
Azure.AI.OpenAI_2.2.0-beta.5
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
- A substantial number of new features are carried forward from the
OpenAI
library. Please see the full 2.2.0 release notes for details.
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 fromOpenAIClient
toGetRealtimeClient
.
- Renamed the
- OpenAI.FineTuning:
- Renamed the
FineTuningJobOperation
class toFineTuningJob
. - Removed protocol methods for
CreateFineTuningJob
,GetJob
, andGetJobs
and added convenience methods for them.
- Renamed the
- OpenAI.Realtime:
- Updated namespace from
OpenAI.Conversations
toOpenAI.Realtime
. All APIs and types related to real-time conversations have been moved to the newOpenAI.Realtime
namespace.
- Updated namespace from
- OpenAI.Responses:
- Removed the
SummaryTextParts
property ofReasoningResponseItem
in favor a new property calledSummaryParts
. - 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
andOutput
inComputerCallOutputResponseItem
Action
,CallId
, andStatus
inComputerCallResponseItem
Results
andStatus
inFileSearchCallResponseItem
CallId
inFunctionCallOutputResponseItem
CallId
inFunctionCallResponseItem
- Changed the following property types:
Attributes
inFileSearchCallResult
is nowIReadOnlyDictionary<string, BinaryData>
instead ofIDictionary<string, BinaryData>
.Status
properties are now nullable in multiple response item types.Code
inResponseError
is nowResponseErrorCode
instead ofstring
.
- Renamed the
WebSearchToolContextSize
extensible enum toWebSearchContextSize
. - Renamed the
WebSearchToolLocation
class toWebSearchUserLocation
.
- Removed the
- OpenAI.VectorStores:
- Renamed method parameters from
vectorStore
tooptions
inCreateVectorStore
andModifyVectorStore
methods inVectorStoreClient
.
- Renamed method parameters from
Azure.Identity.Broker_1.2.1
1.2.1 (2025-07-11)
Other Changes
- Updated
Azure.Identity
to 1.14.2 to apply a security fix in the updatedMicrosoft.Identity.Client
dependency.
Azure.Identity.Broker_1.3.0-beta.4
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 updatedMicrosoft.Identity.Client
dependency.
Azure.Provisioning_1.2.1
Azure.Identity_1.14.2
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
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
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
methodsPendingUpload
andPendingUploadAsync
, argumentbody
was replaced withpendingUploadRequest
Connection
has been renamedConnectionProperties
Deployment
has been renamedAIDeployment
Index
has been renamedDatasetIndex
SasCredential
has been renamedBlobReferenceSasCredential
Sku
has been renamedModelDeploymentSku
- In
- Removing
GetChatCompletionsClient
,GetEmbeddingsClient
, andGetImageEmbeddingsClient
methods fromAIProjectClient
. The Inference client should be used directly instead. - Replacing
GetConnectionsClient
,GetDatasetsClient
,GetDeploymentsClient
, andGetIndexesClient
withConnections
,Datasets
,Deployments
, andIndexes
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
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
andGetVectorStoreFileBatchFilesAsync
methods.
Azure.Core_1.47.0
1.47.0 (2025-07-09)
Features Added
- Added
RequestContent.Create<T>(T model, ModelReaderWriterOptions? options = null)
overload that acceptsIPersistableModel<T>
types for improved performance and API consistency withBinaryContent
. - 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)