Skip to content

Commit

Permalink
DM Lib beta release (#46596)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Oct 14, 2024
1 parent fabfa6c commit eee60a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Release History

## 12.0.0-beta.6 (Unreleased)

### Features Added
## 12.0.0-beta.6 (2024-10-14)

### Breaking Changes
- Changed `FromContainer(string containerUri, BlobStorageResourceContainerOptions options = default)` to `FromContainer(Uri containerUri, BlobStorageResourceContainerOptions options = default)`
Expand All @@ -12,6 +10,7 @@
- Fixed bug where using OAuth would not preserve source properties to destination properties.

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.0.0-beta.5 (2024-07-16)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Release History

## 12.0.0-beta.3 (Unreleased)

### Features Added
## 12.0.0-beta.3 (2024-10-14)

### Breaking Changes
- Changed `FromDirectory(string directoryUri, ShareFileStorageResourceOptions options = default)` to `FromDirectory(Uri directoryUri, ShareFileStorageResourceOptions options = default)`
Expand All @@ -13,6 +11,7 @@
- Fixed bug where LastWrittenOn property was not being preserved when copying a Share File to another Share File.

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.0.0-beta.2 (2024-07-16)

Expand Down
5 changes: 2 additions & 3 deletions 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.6 (Unreleased)
## 12.0.0-beta.6 (2024-10-14)

### Features Added
- Added support to disable checkpointing via `TransferCheckpointStoreOptions.Disabled`.
Expand All @@ -9,9 +9,8 @@
- Removed the constructor for `TransferCheckpointStoreOptions` and replaced with a static builder method `Local`.
- Changed `TransferCheckpointStoreOptions.CheckpointerPath` to internal.

### Bugs Fixed

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.0.0-beta.5 (2024-07-16)

Expand Down

0 comments on commit eee60a1

Please sign in to comment.