diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index d5d83fe3967a..65267347a381 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -134,22 +134,22 @@ com.azure azure-storage-common - 12.6.1 + 12.7.0-beta.1 com.azure azure-storage-blob - 12.6.1 + 12.7.0-beta.1 com.azure azure-storage-blob-batch - 12.5.1 + 12.6.0-beta.1 com.azure azure-storage-blob-cryptography - 12.6.1 + 12.7.0-beta.1 @@ -160,17 +160,17 @@ com.azure azure-storage-file-share - 12.4.1 + 12.5.0-beta.1 com.azure azure-storage-file-datalake - 12.1.1 + 12.2.0-beta.1 com.azure azure-storage-queue - 12.5.1 + 12.6.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 4c852817afd5..ca5cde2c6cbc 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -31,15 +31,15 @@ com.azure:azure-security-keyvault-certificates;4.1.0-beta.2;4.1.0-beta.3 com.azure:azure-security-keyvault-keys;4.2.0-beta.3;4.2.0-beta.4 com.azure:azure-security-keyvault-secrets;4.2.0-beta.2;4.2.0-beta.3 com.azure:azure-sdk-template;1.0.4-beta.12;1.0.4-beta.13 -com.azure:azure-storage-blob;12.6.0;12.6.1 -com.azure:azure-storage-blob-batch;12.5.0;12.5.1 -com.azure:azure-storage-blob-cryptography;12.6.0;12.6.1 +com.azure:azure-storage-blob;12.6.1;12.7.0-beta.1 +com.azure:azure-storage-blob-batch;12.5.1;12.6.0-beta.1 +com.azure:azure-storage-blob-cryptography;12.6.1;12.7.0-beta.1 com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 -com.azure:azure-storage-common;12.6.0;12.6.1 -com.azure:azure-storage-file-share;12.4.0;12.4.1 -com.azure:azure-storage-file-datalake;12.1.0;12.1.1 +com.azure:azure-storage-common;12.6.1;12.7.0-beta.1 +com.azure:azure-storage-file-share;12.4.1;12.5.0-beta.1 +com.azure:azure-storage-file-datalake;12.1.1;12.2.0-beta.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-queue;12.5.0;12.5.1 +com.azure:azure-storage-queue;12.5.1;12.6.0-beta.1 com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-test-watcher;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml index bc9a6037cadd..51ecdaa85565 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml @@ -45,7 +45,7 @@ com.azure azure-storage-blob - 12.6.0 + 12.6.1 diff --git a/sdk/search/azure-search-documents/pom.xml b/sdk/search/azure-search-documents/pom.xml index 5b019af6fb6f..76280d8f3fb7 100644 --- a/sdk/search/azure-search-documents/pom.xml +++ b/sdk/search/azure-search-documents/pom.xml @@ -107,7 +107,7 @@ com.azure azure-storage-blob - 12.6.0 + 12.6.1 test diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index f1034389e694..4329717ca484 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.6.0-beta.1 (Unreleased) + + ## 12.5.1 (2020-05-06) - Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 3c3125147a2d..e80178d7c1ae 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.5.1 + 12.6.0-beta.1 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. @@ -65,7 +65,7 @@ com.azure azure-storage-blob - 12.6.1 + 12.7.0-beta.1 + 12.7.0-beta.1 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. @@ -51,7 +51,7 @@ com.azure azure-storage-blob - 12.6.1 + 12.7.0-beta.1 com.azure diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 6acf574c3e6f..c4a6163495a5 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -54,7 +54,7 @@ com.azure azure-storage-blob - 12.6.1 + 12.7.0-beta.1 diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 629406a3ed9b..1557cf3f4e1d 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.7.0-beta.1 (Unreleased) + + ## 12.6.1 (2020-05-06) - Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 28d07c8607b7..c33b755bf64a 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.6.1 + 12.7.0-beta.1 Microsoft Azure client library for Blob Storage This module contains client library for Microsoft Azure Blob Storage. @@ -60,7 +60,7 @@ com.azure azure-storage-common - 12.6.1 + 12.7.0-beta.1 + 12.7.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 475d47067916..e2187f891c9b 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.2.0-beta.1 (Unreleased) + + ## 12.1.1 (2020-05-06) - Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index 416c1bd482bd..53df8a8520b0 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.1.1 + 12.2.0-beta.1 Microsoft Azure client library for File Storage Data Lake This module contains client library for Microsoft Azure File Storage Data Lake. @@ -55,7 +55,7 @@ com.azure azure-storage-blob - 12.6.1 + 12.7.0-beta.1 com.azure diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 8a05ae3a80ec..533e8202bd9a 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History +## 12.5.0-beta.1 (Unreleased) + ## 12.4.1 (2020-05-06) - Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 5d491b91a3b6..6d0f0b4e80a4 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.4.1 + 12.5.0-beta.1 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. @@ -40,7 +40,7 @@ com.azure azure-storage-common - 12.6.1 + 12.7.0-beta.1 + 12.7.0-beta.1 com.azure diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index cbda4a9138ea..fd34f0d19c1a 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.6.0-beta.1 (Unreleased) + + ## 12.5.1 (2020-05-06) - Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index e247dbfe3c1e..ae396fd64781 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.5.1 + 12.6.0-beta.1 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. @@ -41,7 +41,7 @@ com.azure azure-storage-common - 12.6.1 + 12.7.0-beta.1 com.azure