Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Storage.Common_12.26.0-beta.1

17 Nov 20:06
783bc11

Choose a tag to compare

Pre-release

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

17 Nov 20:16
783bc11

Choose a tag to compare

Pre-release

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

17 Nov 20:26
783bc11

Choose a tag to compare

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

17 Nov 20:27
783bc11

Choose a tag to compare

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

16 Nov 01:29

Choose a tag to compare

Pre-release

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

16 Nov 01:21

Choose a tag to compare

Pre-release

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

15 Nov 01:40
6822b86

Choose a tag to compare

1.4.0 (2025-11-14)

Features Added

  • Added EnableTraceBasedLogSampler property to AzureMonitorOptions to 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

15 Nov 01:28
22f5860

Choose a tag to compare

Pre-release

1.18.0-beta.1 (2025-11-14)

Features Added

  • Added Kubernetes token proxy support (identity binding mode) to WorkloadIdentityCredential. When enabled via the IsAzureKubernetesTokenProxyEnabled option, 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 using WorkloadIdentityCredential directly (not supported by DefaultAzureCredential or ManagedIdentityCredential).

Other Changes

  • Deprecated legacy ManagedIdentityCredential constructors. Use ManagedIdentityCredential(ManagedIdentityId id) or ManagedIdentityCredential(ManagedIdentityCredentialOptions options) instead for clearer intent when specifying system-assigned or user-assigned managed identity. (#53800)

Azure.ResourceManager.PaloAltoNetworks.Ngfw_1.2.0

14 Nov 05:40
5c4a57a

Choose a tag to compare

Azure.ResourceManager.Compute_1.13.0

17 Nov 02:45
2d76816

Choose a tag to compare

1.13.0 (2025-11-14)

Features Added

  • Added SnapshotAccessState property to DiskRestorePointInstanceView class.
  • Added InstantAccess property to RestorePointGroupData class.
  • Added InstantAccess property to RestorePointGroupPatch class.
  • Added InstantAccessDurationMinutes property to RestorePointData class.
  • Added EnableFips1403Encryption property to AdditionalCapabilities class.
  • Modified DiskIOPSReadWrite and DiskMBpsReadWrite properties under the VirtualMachineDataDisk class 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, CommunityGalleryImageVersion are no longer ARM resources in the library, their corresponding *Resource and *Collection classes are now hidden. Please use related methods added in ComputeExtensions class instead.
  • SharedGallery, SharedGalleryImage, SharedGalleryImageVersion are no longer ARM resources in the library, their corresponding *Resource and *Collection classes are now hidden. Please use related methods added in ComputeExtensions class instead.