Skip to content

Commit

Permalink
Prepare for DataMovement Release Preview 2 (#35849)
Browse files Browse the repository at this point in the history
* Prepare for Storage DataMovement library release

* Update base datamovement changelog
  • Loading branch information
amnguye authored Apr 26, 2023
1 parent 2dd0ec9 commit 5c2ead4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.0.0-beta.2 (Unreleased)
## 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.
- Added the folloiwng extension methods to upload and download blob virtual directories using the `BlobContainerClient`:
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.0.0-beta.2 (Unreleased)
## 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`.
- Fix to prevent thread starvation on the DataTransfer.AwaitCompletion
Expand Down

0 comments on commit 5c2ead4

Please sign in to comment.