Skip to content

Commit d8f9a8f

Browse files
authored
DM Lib patch release commit (#51769)
1 parent 01623cd commit d8f9a8f

File tree

6 files changed

+6
-24
lines changed

6 files changed

+6
-24
lines changed

sdk/storage/Azure.Storage.DataMovement.Blobs/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.3.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.2.1 (2025-08-06)
84

95
### Bugs Fixed
106
- Fixed an issue that could cause an exception when trying to resume a transfer that contained resources with special characters in the name.
117

12-
### Other Changes
13-
148
## 12.2.0 (2025-07-21)
159

1610
### Features Added

sdk/storage/Azure.Storage.DataMovement.Blobs/src/Azure.Storage.DataMovement.Blobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Blobs client library</AssemblyTitle>
8-
<Version>12.3.0-beta.1</Version>
8+
<Version>12.2.1</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1010
<ApiCompatVersion>12.2.0</ApiCompatVersion>
1111
<DefineConstants>BlobDataMovementSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.DataMovement.Files.Shares/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.3.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.2.1 (2025-08-06)
84

95
### Bugs Fixed
106
- Fixed an issue that could cause an exception when trying to resume a transfer that contained resources with special characters in the name.
117

12-
### Other Changes
13-
148
## 12.2.0 (2025-07-21)
159

1610
### Features Added

sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Files.Shares client library</AssemblyTitle>
9-
<Version>12.3.0-beta.1</Version>
9+
<Version>12.2.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1111
<ApiCompatVersion>12.2.0</ApiCompatVersion>
1212
<DefineConstants>ShareDataMovementSDK;$(DefineConstants)</DefineConstants>

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.3.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.2.1 (2025-08-06)
84

95
### Bugs Fixed
106
- Fixed an issue that could cause an exception when trying to resume a transfer that contained resources with special characters in the name.
117

12-
### Other Changes
13-
148
## 12.2.0 (2025-07-21)
159

1610
### Features Added

sdk/storage/Azure.Storage.DataMovement/src/Azure.Storage.DataMovement.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyTitle>Microsoft Azure.Storage.DataMovement client library</AssemblyTitle>
8-
<Version>12.3.0-beta.1</Version>
8+
<Version>12.2.1</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1010
<ApiCompatVersion>12.2.0</ApiCompatVersion>
1111
<DefineConstants>DataMovementSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)