Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.ResourceManager.Elastic_1.1.0
1.1.0 (2025-11-14)
Features Added
- Upgraded api-version to '2025-06-01'.
- Make
Azure.ResourceManager.ElasticAOT-compatible.
Bugs Fixed
- Fixed serialization issue in
ElasticCloudDeploymentwhereElasticsearchServiceUri,KibanaServiceUri, andKibanaSsoUriproperties would throwInvalidOperationExceptionwhen containing relative URIs. Added custom serialization hooks to handle both absolute and relative URIs by usingOriginalStringfor relative URIs instead ofAbsoluteUri. This resolves issue #50974.
Azure.ResourceManager.Cdn_1.5.1
1.5.1 (2025-11-18)
Features Added
- Enabled
WirePathattributes for all properties in this library.
Azure.ResourceManager.Monitor_1.4.0-beta.4
1.4.0-beta.4 (2025-11-18)
Features Added
- Updated azure monitor metric alert APIs to version
2024-03-01-preview.
Azure.AI.Projects_1.2.0-beta.4
1.2.0-beta.4 (2025-11-17)
Bugs Fixed
- Fixed an issue preventing telemetry from being logged.
Azure.AI.Projects.OpenAI_1.0.0-beta.4
1.0.0-beta.4 (2025-11-17)
Features Added
This change updates the baseline OpenAI dependency to the latest 2.7.0 official version. For inherited details, please see the OpenAI .NET changelog.
Breaking Changes
Transitive from upgrade to System.ClientModel 1.8.1:
- The extension
StructuredInputsonResponseCreationOptionswill now correctly return aBinaryDatainstance with enclosing quotes included when retrieving an encoded string value
Azure.Storage.Queues_12.25.0-beta.1
12.25.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
- Added support for User Delegation SAS.
- Added support for Principal-Bound Identity User Delegation SAS.
Azure.Storage.Files.Shares_12.25.0-beta.1
12.25.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
- Added support for User Delegation SAS.
- Added support for Principal-Bound Identity User Delegation SAS.
- Added support for the ShareServiceProperties.Protocol.SMB.EncryptionInTransit parameter on ShareServiceClient.SetProperties() and .SetPropertiesAsync().
Azure.Storage.Files.DataLake_12.25.0-beta.1
12.25.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
- Added support for Principal-Bound Identity User Delegation SAS
- Added support for the StartFrom parameter on DataLakeFileSystemClient.GetPaths() and .GetPathsAsync().
Azure.Storage.Common_12.26.0-beta.1
12.26.0-beta.1 (2025-11-17)
Features Added
- This release contains bug fixes to improve quality.
Azure.Storage.Blobs_12.27.0-beta.1
12.27.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
- Added support for the StartFrom parameter on BlobContainerClient.GetBlobs(), .GetBlobsAsync(), .GetBlobsByHierarchy(), and .GetBlobsByHierarchyAsync().
- Added support for Principal-Bound Identity User Delegation SAS
- Added support for conditional headers on BlobBaseClient.GetTags(), .GetTagsAsync(), .SetTags(), and .SetTagsAsync().