Skip to content

Commit ef56514

Browse files
committed
DataMovement 12.2.0-beta.1 release commit
1 parent ff1a8c8 commit ef56514

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
# Release History
22

3-
## 12.2.0-beta.1 (Unreleased)
3+
## 12.2.0-beta.1 (2025-06-17)
44

55
### Features Added
66
- Explicitly setting `BlobStorageResourceOptions.AccessTier` to `null` will disable preserving the access tier value from the source blob to the destination blob.
77

8-
### Breaking Changes
9-
108
### Bugs Fixed
119
- Fixed bug where AccessTier for Premium Page Blobs were not being preserved.
1210
- Fixed some issues when transferring virtual directories with Blob Storage as the source.
1311

14-
### Other Changes
15-
1612
## 12.1.0 (2025-02-27)
1713

1814
### Features Added

sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.2.0-beta.1 (Unreleased)
3+
## 12.2.0-beta.1 (2025-06-17)
44

55
### Features Added
66
- Added support for preserving NFS properties and permissions in Share Files and Share Directories for Share-to-Share copy transfers.
@@ -10,10 +10,6 @@
1010
### Breaking Changes
1111
- Added protocol validation for Share-to-Share copy transfers. Validation is enabled by default and will fail the transfer if there are no share-level permissions. To bypass this, please enable `SkipProtocolValidation`.
1212

13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1713
## 12.1.0 (2025-02-27)
1814

1915
### Features added

sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 12.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.2.0-beta.1 (2025-06-17)
84

95
### Bugs Fixed
106
- Fixed issue where transfers added concurrently to the local checkpointer would throw collision exceptions intermittently.
117

12-
### Other Changes
13-
148
## 12.1.0 (2025-02-27)
159

1610
### Bugs Fixed

0 commit comments

Comments
 (0)