diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 2bd7bd191406..bbef15b2bed3 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -182,17 +182,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1 com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-blob;12.30.1;12.31.0-beta.2 -com.azure:azure-storage-blob-batch;12.26.1;12.27.0-beta.2 +com.azure:azure-storage-blob;12.30.1;12.32.0-beta.1 +com.azure:azure-storage-blob-batch;12.26.1;12.28.0-beta.1 com.azure:azure-storage-blob-changefeed;12.0.0-beta.30;12.0.0-beta.31 -com.azure:azure-storage-blob-cryptography;12.29.1;12.30.0-beta.2 +com.azure:azure-storage-blob-cryptography;12.29.1;12.31.0-beta.1 com.azure:azure-storage-blob-nio;12.0.0-beta.31;12.0.0-beta.32 -com.azure:azure-storage-common;12.29.1;12.30.0-beta.2 -com.azure:azure-storage-file-share;12.26.1;12.27.0-beta.2 -com.azure:azure-storage-file-datalake;12.23.1;12.24.0-beta.2 -com.azure:azure-storage-internal-avro;12.15.1;12.16.0-beta.2 +com.azure:azure-storage-common;12.29.1;12.31.0-beta.1 +com.azure:azure-storage-file-share;12.26.1;12.28.0-beta.1 +com.azure:azure-storage-file-datalake;12.23.1;12.25.0-beta.1 +com.azure:azure-storage-internal-avro;12.15.1;12.17.0-beta.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-queue;12.25.1;12.26.0-beta.2 +com.azure:azure-storage-queue;12.25.1;12.27.0-beta.1 com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4 diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index e6576f3a4066..b8d4e9a839e5 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,11 +1,10 @@ # Release History -## 12.27.0-beta.2 (Unreleased) +## 12.28.0-beta.1 (2025-07-09) ### Features Added - Added more useful error message when the SDK encounters an x-ms-version mis-match issue. - -### Other Changes +- Added support for service version 2025-11-05. ## 12.26.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index ee48f8c4d4c0..fc672315e3ca 100644 --- a/sdk/storage/azure-storage-blob-batch/README.md +++ b/sdk/storage/azure-storage-blob-batch/README.md @@ -56,7 +56,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-batch - 12.27.0-beta.1 + 12.28.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 80406a334d2b..807ae660bfe6 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-batch - 12.27.0-beta.2 + 12.28.0-beta.1 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. @@ -70,7 +70,7 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 + 12.31.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index bf629b34b529..b87b187d50f9 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pom.xml +++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml @@ -82,7 +82,7 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 + 12.31.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md index 5aed9c72fea8..de6daff46ba0 100644 --- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.30.0-beta.2 (Unreleased) +## 12.31.0-beta.1 (2025-07-09) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Added support for service version 2025-11-05. ## 12.29.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md index 115739cbe52a..2de1f06d4d35 100644 --- a/sdk/storage/azure-storage-blob-cryptography/README.md +++ b/sdk/storage/azure-storage-blob-cryptography/README.md @@ -58,7 +58,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-cryptography - 12.30.0-beta.1 + 12.31.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index 01738bf629dc..01fd71ec60c8 100644 --- a/sdk/storage/azure-storage-blob-cryptography/pom.xml +++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-cryptography - 12.30.0-beta.2 + 12.31.0-beta.1 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. @@ -76,13 +76,13 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 1afc33ebd8ae..d98a86251d46 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -68,13 +68,13 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index d2dc5f831ba1..26f26a78d76c 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,12 +1,11 @@ # Release History -## 12.31.0-beta.2 (Unreleased) +## 12.32.0-beta.1 (2025-07-09) ### Features Added - AppendBlobClient.AppendBlobFromUri(), .AppendBlockFromUriAsync(), BlobBaseClient.StartCopyFromUri(), .StartCopyFromUriAsync(), SyncCopyFromUri(), .SyncCopyFromUriAsync(), BlockBlobClient.StageBlockFromUri(), .StageBlockFromUriAsync(), PageBlobClient.UploadPagesFromUri(), and .UploadPagesFromUri() will now return CopySourceStatusCode, CopySourceErrorCode, and CopySourceErrorMessage as part of error responses. - Added more useful error message when the SDK encounters an x-ms-version mis-match issue. - -### Other Changes +- Added support for service version 2025-11-05. ## 12.30.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 2557c18ae885..0e0518a83dad 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -56,7 +56,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob - 12.31.0-beta.1 + 12.32.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 108a16912c2a..204905aad235 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 Microsoft Azure client library for Blob Storage This module contains client library for Microsoft Azure Blob Storage. @@ -84,12 +84,12 @@ com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 com.azure azure-storage-internal-avro - 12.16.0-beta.2 + 12.17.0-beta.1 + 12.31.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index 7fb19f956e2f..084637c3ec7b 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,11 +1,10 @@ # Release History -## 12.30.0-beta.2 (Unreleased) +## 12.31.0-beta.1 (2025-07-09) ### Features Added - Added more useful error message when the SDK encounters an x-ms-version mis-match issue. - -### Other Changes +- Added support for service version 2025-11-05. ## 12.29.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-common/README.md b/sdk/storage/azure-storage-common/README.md index 459643cda8b6..e19565227674 100644 --- a/sdk/storage/azure-storage-common/README.md +++ b/sdk/storage/azure-storage-common/README.md @@ -53,7 +53,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-common - 12.30.0-beta.1 + 12.31.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 1a203aed6e38..aea8e85359d6 100644 --- a/sdk/storage/azure-storage-common/pom.xml +++ b/sdk/storage/azure-storage-common/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 Microsoft Azure common module for Storage This module contains common code based for all Microsoft Azure Storage client libraries. diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index b6683ac85666..1fcc9bd22b86 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,10 +1,9 @@ # Release History -## 12.24.0-beta.2 (Unreleased) +## 12.25.0-beta.1 (2025-07-09) ### Features Added - -### Other Changes +- Added support for service version 2025-11-05. ## 12.23.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index c687ec9b1650..04c3611de236 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -57,7 +57,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-file-datalake - 12.24.0-beta.1 + 12.25.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index 8f9e905d261d..c4bd023f7c55 100644 --- a/sdk/storage/azure-storage-file-datalake/pom.xml +++ b/sdk/storage/azure-storage-file-datalake/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-file-datalake - 12.24.0-beta.2 + 12.25.0-beta.1 Microsoft Azure client library for File Storage Data Lake This module contains client library for Microsoft Azure File Storage Data Lake. @@ -81,7 +81,7 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 + 12.31.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 10db5b3a4881..97358bc5d54a 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -1,13 +1,12 @@ # Release History -## 12.27.0-beta.2 (Unreleased) +## 12.28.0-beta.1 (2025-07-09) ### Features Added - Added support for bearer token challenges. - Added `ShareErrorCode.ShareSnapshotNotFound`. - Added more useful error message when the SDK encounters an x-ms-version mis-match issue. - -### Other Changes +- Added support for service version 2025-11-05. ## 12.26.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index e159635e447e..8d73109a14e0 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -60,7 +60,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-file-share - 12.27.0-beta.1 + 12.28.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 9ad4725de11f..3cecd8cfea6f 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-file-share - 12.27.0-beta.2 + 12.28.0-beta.1 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. @@ -81,13 +81,13 @@ com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 tests test-jar test @@ -118,7 +118,7 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 test diff --git a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md index 8b851b3a2078..c3ab4287de78 100644 --- a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md +++ b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.16.0-beta.2 (Unreleased) +## 12.17.0-beta.1 (2025-07-09) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Added support for service version 2025-11-05. ## 12.15.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml index b8a0da275031..6ad0b5b37ede 100644 --- a/sdk/storage/azure-storage-internal-avro/pom.xml +++ b/sdk/storage/azure-storage-internal-avro/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-internal-avro - 12.16.0-beta.2 + 12.17.0-beta.1 Microsoft Azure internal Avro module for Storage This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries. @@ -63,7 +63,7 @@ com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 @@ -75,7 +75,7 @@ com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml index f635784c247a..91e02e939da3 100644 --- a/sdk/storage/azure-storage-perf/pom.xml +++ b/sdk/storage/azure-storage-perf/pom.xml @@ -25,25 +25,25 @@ com.azure azure-storage-blob - 12.31.0-beta.2 + 12.32.0-beta.1 com.azure azure-storage-blob-cryptography - 12.30.0-beta.2 + 12.31.0-beta.1 com.azure azure-storage-file-datalake - 12.24.0-beta.2 + 12.25.0-beta.1 com.azure azure-storage-file-share - 12.27.0-beta.2 + 12.28.0-beta.1 diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index aeef13c38507..4f55efd8879d 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,12 +1,11 @@ # Release History -## 12.26.0-beta.2 (Unreleased) +## 12.27.0-beta.1 (2025-07-09) ### Features Added - Added more useful error message when the SDK encounters an x-ms-version mis-match issue. - Added `QueueProperties.ApproximateMessagesCountLong` to replace `QueueProperties.ApproximateMessagesCount`. This property will correctly handle approximate message counts greater than max int. - -### Other Changes +- Added support for service version 2025-11-05. ## 12.25.1 (2025-06-19) diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index 54c4d0d9fed3..2885e4f822c9 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -54,7 +54,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-queue - 12.26.0-beta.1 + 12.27.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index c739840e408c..ef93289a2082 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-queue - 12.26.0-beta.2 + 12.27.0-beta.1 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. @@ -76,13 +76,13 @@ com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 com.azure azure-storage-common - 12.30.0-beta.2 + 12.31.0-beta.1 tests test-jar test