From 3c9cc359ddb3750a6de67dd2d5b8daac7fa19698 Mon Sep 17 00:00:00 2001 From: Amanda Nguyen <48961492+amnguye@users.noreply.github.com> Date: Tue, 11 Jul 2023 10:55:40 -0700 Subject: [PATCH] DataMovement Preview 3 Release Prep (#37529) --- sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md | 4 +--- sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md index fcbf2997ea33..11595d7d03ff 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.0.0-beta.3 (Unreleased) +## 12.0.0-beta.3 (2023-07-11) ### Features Added - Added `ResourceOptions` to `BlobStorageResourceContainerOptions` which allows setting resource specific options on all resources in a container transfer. @@ -13,8 +13,6 @@ ### Bugs Fixed - Fixed bug where the extension methods `BlobContainerClient.StartUploadDirectoryAsync` and `StartDownloadToDirectoryAsync` throws an exception when attempting to lazy construct the `TransferManager`. -### Other Changes - ## 12.0.0-beta.2 (2023-04-26) - This release contains bug fixes to improve quality. - Added option to `BlobStorageResourceContainerOptions` to choose `BlobType` when uploading blobs. diff --git a/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md b/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md index 6bb342a906fa..c2e600dba2f3 100644 --- a/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.0.0-beta.3 (Unreleased) +## 12.0.0-beta.3 (2023-07-11) ### Features Added - `TransferManager` new API `PauseAllRunningTransfersAsync`. @@ -26,8 +26,6 @@ - Fixed bug where resuming a transfer where the source and destination is a `StorageResourceContainer` would throw a null reference exception. - Fixed bug when downloading zero length `StorageResource`s in a `StorageResourceContainer` will throw an exception. -### Other Changes - ## 12.0.0-beta.2 (2023-04-26) - [BREAKING CHANGE] Combined `SingleTransferOptions` and `ContainerTransferOptions` into `TransferOptions`. - [BREAKING CHANGE] If `TransferOptions.CreateMode` is not specified, it will default to `StorageResourceCreateMode.Fail` instead of `Overwrite`.