12.24.0 (2025-03-11)
Features Added
- Includes all features from 12.24.0-beta.1
- Added the following Client Builders:
AddBlobServiceClient(Uri, Azure.SasCredential)
,AddBlobServiceClient(Uri, TokenCredential)
Bugs Fixed
- Fixed bug where a
BlobServiceClient
,BlobContainerClient
,BlobBaseClient
created with a connection string with an account name specified (e.g. "AccountName=..;"), the account name was not populated on the Storage Clients if the account name was not also specified in the endpoint. (#42925) - Fixed bug where a
BlobServiceClient
,BlobContainerClient
,BlobBaseClient
created with aStorageSharedKeyCredential
, the account name was not populated on the Storage Clients if the account name was not also specified in the endpoint. (#42925)