12.0.0-beta.3 (2023-07-11)
Features Added
- Added
ResourceOptions
toBlobStorageResourceContainerOptions
which allows setting resource specific options on all resources in a container transfer. - Added support authorization using Azure Active Directory when using Service to Service Copy.
Breaking Changes
- [Breaking Change] Removed several options from
BlobStorageResourceContainerOptions
. - [Breaking Change] Removed several options from
BlockBlobStorageResourceOptions
,AppendBlobStorageResourceOptions
, andPageBlobStorageResourceOptions
.
Bugs Fixed
- Fixed bug where the extension methods
BlobContainerClient.StartUploadDirectoryAsync
andStartDownloadToDirectoryAsync
throws an exception when attempting to lazy construct theTransferManager
.