diff --git a/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md index 1021b06b0acc..1af1a62ec583 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md @@ -1,8 +1,6 @@ # Release History -## 12.0.0-beta.7 (Unreleased) - -### Features Added +## 12.0.0 (2025-02-11) ### Breaking Changes - Changed `BlobStorageResourceContainerOptions.BlobType` type from `DataTransferProperty` to `BlobType` @@ -24,10 +22,6 @@ - Changed `FromBlob` and `FromContainer` to async, returning a `ValueTask`, and renamed to `FromBlobAsync` and `FromContainerAsync` respectively. - Changed `FromClient` methods to `static` methods. -### Bugs Fixed - -### Other Changes - ## 12.0.0-beta.6 (2024-10-14) ### Breaking Changes diff --git a/sdk/storage/Azure.Storage.DataMovement.Blobs/README.md b/sdk/storage/Azure.Storage.DataMovement.Blobs/README.md index 1948986b0f39..ccc48a090cee 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Blobs/README.md +++ b/sdk/storage/Azure.Storage.DataMovement.Blobs/README.md @@ -1,11 +1,5 @@ # Azure Storage Data Movement Blobs client library for .NET -## Project Status: Beta - -This product is in beta. Some features will be missing or have significant bugs. Please see [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information. - ---- - Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. @@ -25,8 +19,8 @@ Install the Azure Storage client library for .NET you'd like to use with [NuGet][nuget] and the `Azure.Storage.DataMovement.Blobs` client library will be included: ```dotnetcli -dotnet add package Azure.Storage.DataMovement --prerelease -dotnet add package Azure.Storage.DataMovement.Blobs --prerelease +dotnet add package Azure.Storage.DataMovement +dotnet add package Azure.Storage.DataMovement.Blobs ``` ### Prerequisites @@ -340,6 +334,8 @@ await transfer.WaitForCompletionAsync(); See [Handling Failed Transfers](#handling-failed-transfers) and [Enabling Logging](https://learn.microsoft.com/dotnet/azure/sdk/logging) to assist with any troubleshooting. +See [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information. + ## Next steps Get started with our [Share Files Samples][share_samples]. diff --git a/sdk/storage/Azure.Storage.DataMovement.Blobs/src/Azure.Storage.DataMovement.Blobs.csproj b/sdk/storage/Azure.Storage.DataMovement.Blobs/src/Azure.Storage.DataMovement.Blobs.csproj index bff5641272a8..2e54a3889cdd 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Blobs/src/Azure.Storage.DataMovement.Blobs.csproj +++ b/sdk/storage/Azure.Storage.DataMovement.Blobs/src/Azure.Storage.DataMovement.Blobs.csproj @@ -1,10 +1,11 @@ - + $(RequiredTargetFrameworks);net6.0 + true Microsoft Azure.Storage.DataMovement.Blobs client library - 12.0.0-beta.7 + 12.0.0 BlobDataMovementSDK;$(DefineConstants) Microsoft Azure Storage DataMovement Blobs AzureStorage BlobStorage azureofficial diff --git a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md index 3e49f7a85cb2..7354f5f68789 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md @@ -1,8 +1,6 @@ # Release History -## 12.0.0-beta.4 (Unreleased) - -### Features Added +## 12.0.0 (2025-02-11) ### Breaking Changes - Changed `ShareFileStorangeResourceOptions.FilePermissions` from `DataTransferProperty` to `bool?` @@ -33,8 +31,6 @@ ### Bugs Fixed - Fixed File Attributes with ReadOnly does not transfer / copy correctly bug #2167 -### Other Changes - ## 12.0.0-beta.3 (2024-10-14) ### Breaking Changes diff --git a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/README.md b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/README.md index c15fc6375fa1..2f65daf4fc67 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/README.md +++ b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/README.md @@ -1,11 +1,5 @@ # Azure Storage Data Movement File Shares client library for .NET -## Project Status: Beta - -This product is in beta. Some features will be missing or have significant bugs. Please see [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information. - ---- - Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Azure Storage includes Azure Blobs (objects), Azure Data Lake Storage Gen2, Azure Files, @@ -27,8 +21,8 @@ Install the Azure Storage client library for .NET you'd like to use with [NuGet][nuget] and the `Azure.Storage.DataMovement.Files.Shares` client library will be included: ```dotnetcli -dotnet add package Azure.Storage.DataMovement --prerelease -dotnet add package Azure.Storage.DataMovement.Files.Shares --prerelease +dotnet add package Azure.Storage.DataMovement +dotnet add package Azure.Storage.DataMovement.Files.Shares ``` ### Prerequisites @@ -203,6 +197,8 @@ For more information regarding pause, resume, and/or checkpointing, see [Pause a See [Handling Failed Transfers](#handling-failed-transfers) and [Enabling Logging](https://learn.microsoft.com/dotnet/azure/sdk/logging) to assist with any troubleshooting. +See [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information. + ## Next steps Get started with our [Blob DataMovement samples][blob_samples]. diff --git a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj index 2c7815d0ca81..f8f0c2c75bca 100644 --- a/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj +++ b/sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj @@ -1,11 +1,12 @@ - + $(RequiredTargetFrameworks);net6.0 + true true Microsoft Azure.Storage.DataMovement.Files.Shares client library - 12.0.0-beta.4 + 12.0.0 ShareDataMovementSDK;$(DefineConstants) Microsoft Azure Storage DataMovement Files AzureStorage AzureFiles azureofficial diff --git a/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md b/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md index ad04be3d4e89..c668d890a0ec 100644 --- a/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md @@ -1,8 +1,6 @@ # Release History -## 12.0.0-beta.7 (Unreleased) - -### Features Added +## 12.0.0 (2025-02-11) ### Breaking Changes - Removed `DataTransferProperty` and `DataTransferProperty` @@ -44,8 +42,6 @@ ### Bugs Fixed - Fixed bug where adding multiple transfers in parallel could cause a collision (`InvalidOperationException`) in the data transfers stored within the `TransferManager`. -### Other Changes - ## 12.0.0-beta.6 (2024-10-14) ### Features Added diff --git a/sdk/storage/Azure.Storage.DataMovement/README.md b/sdk/storage/Azure.Storage.DataMovement/README.md index 4886d3bdbf86..76de40c5feb7 100644 --- a/sdk/storage/Azure.Storage.DataMovement/README.md +++ b/sdk/storage/Azure.Storage.DataMovement/README.md @@ -1,11 +1,5 @@ # Azure Storage Data Movement Common client library for .NET -## Project Status: Beta - -This product is in beta. Some features will be missing or have significant bugs. Please see [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information. - ---- - Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. @@ -24,7 +18,7 @@ Install the Azure Storage client library for .NET you'd like to use with [NuGet][nuget] and the `Azure.Storage.DataMovement` client library will be included: ```dotnetcli -dotnet add package Azure.Storage.DataMovement --prerelease +dotnet add package Azure.Storage.DataMovement ``` ### Prerequisites @@ -134,6 +128,8 @@ StorageResource directoryResource = files.FromDirectory("C:/path/to/dir"); See [Handling Failed Transfers](#handling-failed-transfers) and [Enabling Logging](https://learn.microsoft.com/dotnet/azure/sdk/logging) to assist with any troubleshooting. +See [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information. + ## Next steps Get started with our [Blob DataMovement samples][blob_samples]. diff --git a/sdk/storage/Azure.Storage.DataMovement/src/Azure.Storage.DataMovement.csproj b/sdk/storage/Azure.Storage.DataMovement/src/Azure.Storage.DataMovement.csproj index c987d0213cf4..1407f0d91d4b 100644 --- a/sdk/storage/Azure.Storage.DataMovement/src/Azure.Storage.DataMovement.csproj +++ b/sdk/storage/Azure.Storage.DataMovement/src/Azure.Storage.DataMovement.csproj @@ -1,10 +1,11 @@ $(RequiredTargetFrameworks);net6.0 + true Microsoft Azure.Storage.DataMovement client library - 12.0.0-beta.7 + 12.0.0 DataMovementSDK;$(DefineConstants) Microsoft Azure Storage DataMovement AzureStorage azureofficial