Skip to content

Azure.Storage.Blobs_12.23.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 08 Oct 19:06
e1469a2

12.23.0-beta.1 (2024-10-08)

Features Added

  • Added support for service version 2025-01-05.
  • Added GenerateUserDelegationSasUri() to BlobBaseClient and BlobContainerClient.
  • Added BlobErrorCode.BlobAccessTierNotSupportedForAccountType enum value.

Bugs Fixed

  • Fixed bug where BlobClient.Upload(BinaryData content, ..) did not properly dispose stream after wrapping the BinaryData passed.