Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
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().
Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.58
12.0.0-preview.58 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
Azure.Storage.Blobs.Batch_12.24.0-beta.1
12.24.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
Azure.AI.Projects_1.2.0-beta.3
1.2.0-beta.3 (2025-11-15)
Bugs Fixed
- Addressed an issue that caused paginated responses like conversation items to never terminate when large numbers of items are fetched
Azure.AI.Projects.OpenAI_1.0.0-beta.3
1.0.0-beta.3 (2025-11-15)
Bugs Fixed
- Addressed an issue that caused paginated responses like conversation items to never terminate when large numbers of items are fetched
Azure.Monitor.OpenTelemetry.AspNetCore_1.4.0
1.4.0 (2025-11-14)
Features Added
-
Added
EnableTraceBasedLogSamplerproperty toAzureMonitorOptionsto enable
filtering logs based on trace sampling decisions, reducing log volume while
maintaining trace-log correlation.
(#53441) -
Update OpenTelemetry dependencies
(#53910)- OpenTelemetry 1.14.0
- OpenTelemetry.Extensions.Hosting 1.14.0
- OpenTelemetry.Instrumentation.AspNetCore 1.14.0
- OpenTelemetry.Instrumentation.Http 1.14.0
Azure.Identity_1.18.0-beta.1
1.18.0-beta.1 (2025-11-14)
Features Added
- Added Kubernetes token proxy support (identity binding mode) to
WorkloadIdentityCredential. When enabled via theIsAzureKubernetesTokenProxyEnabledoption, the credential redirects token requests to an AKS-provided proxy to support scenarios exceeding the 20 federated identity credential limit per Entra ID application. This feature is opt-in and only available when usingWorkloadIdentityCredentialdirectly (not supported byDefaultAzureCredentialorManagedIdentityCredential).
Other Changes
- Deprecated legacy
ManagedIdentityCredentialconstructors. UseManagedIdentityCredential(ManagedIdentityId id)orManagedIdentityCredential(ManagedIdentityCredentialOptions options)instead for clearer intent when specifying system-assigned or user-assigned managed identity. (#53800)
Azure.ResourceManager.PaloAltoNetworks.Ngfw_1.2.0
1.2.0 (2025-11-13)
Features Added
- Upgraded api-version tag to
package-2025-10-08, details please check https://github.com/Azure/azure-rest-api-specs/blob/dbd27c2a6be4ecbd2a43833ab48e5046c3b8b03f/specification/paloaltonetworks/resource-manager/readme.md .
Azure.ResourceManager.Compute_1.13.0
1.13.0 (2025-11-14)
Features Added
- Added
SnapshotAccessStateproperty toDiskRestorePointInstanceViewclass. - Added
InstantAccessproperty toRestorePointGroupDataclass. - Added
InstantAccessproperty toRestorePointGroupPatchclass. - Added
InstantAccessDurationMinutesproperty toRestorePointDataclass. - Added
EnableFips1403Encryptionproperty toAdditionalCapabilitiesclass. - Modified
DiskIOPSReadWriteandDiskMBpsReadWriteproperties under theVirtualMachineDataDiskclass to make the properties writable, and expanded the scope of usage from only VMSS to also include Virtual Machines and Flexible VMs.
Breaking Changes
CommunityGallery,CommunityGalleryImage,CommunityGalleryImageVersionare no longer ARM resources in the library, their corresponding*Resourceand*Collectionclasses are now hidden. Please use related methods added inComputeExtensionsclass instead.SharedGallery,SharedGalleryImage,SharedGalleryImageVersionare no longer ARM resources in the library, their corresponding*Resourceand*Collectionclasses are now hidden. Please use related methods added inComputeExtensionsclass instead.