From 49e1af985de255ac0c4a96b6a64126b98939b16a Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:17:22 +0000 Subject: [PATCH 1/9] Increment package version after release of com.azure azure-storage-common --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob/pom.xml | 2 +- sdk/storage/azure-storage-common/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-common/pom.xml | 2 +- sdk/storage/azure-storage-file-share/pom.xml | 2 +- sdk/storage/azure-storage-internal-avro/pom.xml | 2 +- sdk/storage/azure-storage-queue/pom.xml | 2 +- sdk/tables/azure-data-tables/pom.xml | 2 +- 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index b809161b44bf..e8a6415c6958 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -174,7 +174,7 @@ com.azure azure-storage-common - 12.8.0-beta.1 + 12.8.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 0786533fc8e3..d7582c2d5a89 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -41,7 +41,7 @@ com.azure:azure-storage-blob-batch;12.5.2;12.6.0-beta.1 com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-blob-cryptography;12.7.0;12.8.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.7.0;12.8.0-beta.1 +com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-file-share;12.5.0;12.6.0-beta.1 com.azure:azure-storage-file-datalake;12.1.2;12.2.0-beta.1 com.azure:azure-storage-internal-avro;12.0.0-beta.1;12.0.0-beta.1 diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 9c5827fe38b6..eb139b936d5a 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -60,7 +60,7 @@ com.azure azure-storage-common - 12.8.0-beta.1 + 12.8.0-beta.2 com.azure diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index f969e02d842d..c46970cb89f5 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.8.0-beta.2 (Unreleased) + + ## 12.8.0-beta.1 (2020-07-07) - Added support for the 2019-12-12 service version. - Buffered UploadUtils now supports uploading data of long sized length. diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 51a09380c754..c107302a3c64 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.8.0-beta.1 + 12.8.0-beta.2 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-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 65406ba22e7f..cb647f42558c 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -36,7 +36,7 @@ com.azure azure-storage-common - 12.8.0-beta.1 + 12.8.0-beta.2 + 12.8.0-beta.2 io.projectreactor diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index cd814256e79f..4740c2f6a0d0 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -41,7 +41,7 @@ com.azure azure-storage-common - 12.8.0-beta.1 + 12.8.0-beta.2 com.azure diff --git a/sdk/tables/azure-data-tables/pom.xml b/sdk/tables/azure-data-tables/pom.xml index 4b6bc21b2d87..f8569c52af8f 100644 --- a/sdk/tables/azure-data-tables/pom.xml +++ b/sdk/tables/azure-data-tables/pom.xml @@ -45,7 +45,7 @@ Licensed under the MIT License. com.azure azure-storage-common - 12.7.0 + 12.8.0-beta.1 org.junit.jupiter From f2768789a2caa23aa008e2c6d089d6d760a6c210 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:21:35 +0000 Subject: [PATCH 2/9] Increment package version after release of com.azure azure-storage-blob-cryptography --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-blob-cryptography/pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index e8a6415c6958..57ea52483dea 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -194,7 +194,7 @@ com.azure azure-storage-blob-cryptography - 12.8.0-beta.1 + 12.8.0-beta.2 diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d7582c2d5a89..fc8d5230ccc0 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -39,7 +39,7 @@ com.azure:azure-sdk-template;1.0.4-beta.19;1.0.4-beta.20 com.azure:azure-storage-blob;12.7.0;12.8.0-beta.1 com.azure:azure-storage-blob-batch;12.5.2;12.6.0-beta.1 com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.1 -com.azure:azure-storage-blob-cryptography;12.7.0;12.8.0-beta.1 +com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-file-share;12.5.0;12.6.0-beta.1 diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md index d6c9130b2241..79529aabe129 100644 --- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.8.0-beta.2 (Unreleased) + + ## 12.8.0-beta.1 (2020-07-07) - Added support for setting blob tags on upload. diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index d8bc4ca17c52..ba7138fc7e00 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.8.0-beta.1 + 12.8.0-beta.2 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. From 9824a96c3a7a80bb7d829e2e1107bd56aae921fc Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:22:08 +0000 Subject: [PATCH 3/9] Increment package version after release of com.azure azure-storage-file-share --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-file-share/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-file-share/pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 57ea52483dea..e2ff746fa16f 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -205,7 +205,7 @@ com.azure azure-storage-file-share - 12.6.0-beta.1 + 12.6.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index fc8d5230ccc0..196f86babf9e 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -42,7 +42,7 @@ com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2 -com.azure:azure-storage-file-share;12.5.0;12.6.0-beta.1 +com.azure:azure-storage-file-share;12.6.0-beta.1;12.6.0-beta.2 com.azure:azure-storage-file-datalake;12.1.2;12.2.0-beta.1 com.azure:azure-storage-internal-avro;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 348c5394ad49..635e71d9cbc5 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.6.0-beta.2 (Unreleased) + + ## 12.6.0-beta.1 (2019-07-07) - Added support for the 2019-12-12 service version. - Added support for restoring file share. diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index cb647f42558c..c67aa9e98604 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.6.0-beta.1 + 12.6.0-beta.2 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. From 8bd2e17e291190ca6df33cfaf246fca4c6a1d2d5 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:22:38 +0000 Subject: [PATCH 4/9] Increment package version after release of com.azure azure-storage-queue --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-queue/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-queue/pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index e2ff746fa16f..7097c88b37b8 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -220,7 +220,7 @@ com.azure azure-storage-queue - 12.6.0-beta.1 + 12.6.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 196f86babf9e..1aac36b65d9f 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -46,7 +46,7 @@ com.azure:azure-storage-file-share;12.6.0-beta.1;12.6.0-beta.2 com.azure:azure-storage-file-datalake;12.1.2;12.2.0-beta.1 com.azure:azure-storage-internal-avro;12.0.0-beta.1;12.0.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.2;12.6.0-beta.1 +com.azure:azure-storage-queue;12.6.0-beta.1;12.6.0-beta.2 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 com.microsoft.azure:azure-spring-boot;2.3.2;2.3.3-beta.1 diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index 4aab944f6f30..21c3c2865e93 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.2 (Unreleased) + + ## 12.6.0-beta.1 (2019-07-07) - Added support for the 2019-12-12 service version. diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index 4740c2f6a0d0..df3c30028d1d 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.6.0-beta.1 + 12.6.0-beta.2 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. From 102d65ff3c40c9a6487e97507d4e01a5cb6e6fe4 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:23:02 +0000 Subject: [PATCH 5/9] Increment package version after release of com.azure azure-storage-blob-changefeed --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-blob-changefeed/pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 7097c88b37b8..9efc6b24995e 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -189,7 +189,7 @@ com.azure azure-storage-blob-changefeed - 12.0.0-beta.1 + 12.0.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 1aac36b65d9f..e9feb13c56f6 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -38,7 +38,7 @@ com.azure:azure-security-keyvault-secrets;4.1.4;4.2.0-beta.4 com.azure:azure-sdk-template;1.0.4-beta.19;1.0.4-beta.20 com.azure:azure-storage-blob;12.7.0;12.8.0-beta.1 com.azure:azure-storage-blob-batch;12.5.2;12.6.0-beta.1 -com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.1 +com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.2 com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2 diff --git a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md index f7ec20868880..7fbb4c5ad130 100644 --- a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.2 (Unreleased) + + ## 12.0.0-beta.1 (2020-07-07) - Initial release. - Added support to get changefeed events for an account. diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index bfc94e8ecc89..3bfc792180d2 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pom.xml +++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-changefeed - 12.0.0-beta.1 + 12.0.0-beta.2 Microsoft Azure client library for Blob Storage changefeed This module contains client library for Microsoft Azure Blob Storage changefeed. From 171bef0c798d1c6820efa5c956671e33c75b501a Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:24:23 +0000 Subject: [PATCH 6/9] Increment package version after release of com.azure azure-storage-file-datalake --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-file-datalake/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-file-datalake/pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 9efc6b24995e..f470b5c55418 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -210,7 +210,7 @@ com.azure azure-storage-file-datalake - 12.2.0-beta.1 + 12.2.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index e9feb13c56f6..092658be475f 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -43,7 +43,7 @@ com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-file-share;12.6.0-beta.1;12.6.0-beta.2 -com.azure:azure-storage-file-datalake;12.1.2;12.2.0-beta.1 +com.azure:azure-storage-file-datalake;12.2.0-beta.1;12.2.0-beta.2 com.azure:azure-storage-internal-avro;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-queue;12.6.0-beta.1;12.6.0-beta.2 diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index 04b7bbcd7543..136b79699aca 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.2 (Unreleased) + + ## 12.2.0-beta.1 (2019-07-07) - Added support for the 2019-12-12 service version. - Added support to query a file. diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index a2eec8ff6284..c552591105f7 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.2.0-beta.1 + 12.2.0-beta.2 Microsoft Azure client library for File Storage Data Lake This module contains client library for Microsoft Azure File Storage Data Lake. From f112775b748fabc8644d6ad8c4193d55d2774276 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:35:38 +0000 Subject: [PATCH 7/9] Increment package version after release of com.azure azure-storage-blob-batch --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob-batch/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-blob-batch/pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index f470b5c55418..239b67726fe0 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -184,7 +184,7 @@ com.azure azure-storage-blob-batch - 12.6.0-beta.1 + 12.6.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 092658be475f..d27a26739a3f 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -37,7 +37,7 @@ com.azure:azure-security-keyvault-keys;4.1.4;4.2.0-beta.5 com.azure:azure-security-keyvault-secrets;4.1.4;4.2.0-beta.4 com.azure:azure-sdk-template;1.0.4-beta.19;1.0.4-beta.20 com.azure:azure-storage-blob;12.7.0;12.8.0-beta.1 -com.azure:azure-storage-blob-batch;12.5.2;12.6.0-beta.1 +com.azure:azure-storage-blob-batch;12.6.0-beta.1;12.6.0-beta.2 com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.2 com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index 2aa7e631edc0..e8ff9375b1d5 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.2 (Unreleased) + + ## 12.6.0-beta.1 (2020-07-07) - Updated azure-storage-common and azure-storage-blob dependencies to add support for the 2019-12-12 service version. diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index d7e99ec5192c..43184c1afda5 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.6.0-beta.1 + 12.6.0-beta.2 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. From 8cad4cecd9cfb34208c9db60cecedc060ccd773f Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 7 Jul 2020 22:36:10 +0000 Subject: [PATCH 8/9] Increment package version after release of com.azure azure-storage-blob --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-messaging-eventhubs-checkpointstore-blob/pom.xml | 2 +- .../azure-spring-boot-sample-storage-blob/pom.xml | 2 +- sdk/storage/azure-storage-blob-batch/pom.xml | 2 +- sdk/storage/azure-storage-blob-changefeed/pom.xml | 2 +- sdk/storage/azure-storage-blob-cryptography/pom.xml | 2 +- sdk/storage/azure-storage-blob-nio/pom.xml | 2 +- sdk/storage/azure-storage-blob/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-blob/pom.xml | 2 +- sdk/storage/azure-storage-file-datalake/pom.xml | 2 +- sdk/storage/azure-storage-perf/pom.xml | 2 +- 12 files changed, 14 insertions(+), 11 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 239b67726fe0..342cb695c305 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -179,7 +179,7 @@ com.azure azure-storage-blob - 12.8.0-beta.1 + 12.8.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d27a26739a3f..7b7a9dd99308 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -36,7 +36,7 @@ com.azure:azure-security-keyvault-certificates;4.0.4;4.1.0-beta.4 com.azure:azure-security-keyvault-keys;4.1.4;4.2.0-beta.5 com.azure:azure-security-keyvault-secrets;4.1.4;4.2.0-beta.4 com.azure:azure-sdk-template;1.0.4-beta.19;1.0.4-beta.20 -com.azure:azure-storage-blob;12.7.0;12.8.0-beta.1 +com.azure:azure-storage-blob;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-blob-batch;12.6.0-beta.1;12.6.0-beta.2 com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.2 com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2 diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml index 6ee4b3c6c99a..4c11b5e81cf0 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.7.0 + 12.8.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml index f8f4145b82f8..edc525785e1b 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-storage-blob/pom.xml @@ -30,7 +30,7 @@ com.azure azure-storage-blob - 12.7.0 + 12.8.0-beta.1 diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 43184c1afda5..ef2fa6ab8a8c 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -65,7 +65,7 @@ com.azure azure-storage-blob - 12.8.0-beta.1 + 12.8.0-beta.2 + 12.8.0-beta.2 + 12.8.0-beta.2 com.azure diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 2d8868268245..9b04ff9c4c40 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.8.0-beta.1 + 12.8.0-beta.2 diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 96a2a9fa0226..3b4cc6ce59c2 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.8.0-beta.2 (Unreleased) + + ## 12.8.0-beta.1 (2020-07-07) - Added support for the 2019-12-12 service version. - Added support for blob tags. Added get/setTags method to Blob(Async)ClientBase. Added filterTags api to BlobServiceClient. Added ability to specify tags on all methods that create a blob. Tag count returned on getProperties/getBlob. Option to include returning tags on listing. diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index eb139b936d5a..22391da67b19 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.8.0-beta.1 + 12.8.0-beta.2 Microsoft Azure client library for Blob Storage This module contains client library for Microsoft Azure Blob Storage. diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index c552591105f7..6ccc6e418a33 100644 --- a/sdk/storage/azure-storage-file-datalake/pom.xml +++ b/sdk/storage/azure-storage-file-datalake/pom.xml @@ -55,7 +55,7 @@ com.azure azure-storage-blob - 12.8.0-beta.1 + 12.8.0-beta.2 + 12.8.0-beta.2 com.azure From 871211dfb95c35139ffbf7fef01a31747150ffe5 Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Tue, 7 Jul 2020 18:37:23 -0700 Subject: [PATCH 9/9] Updated internal avro --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob/pom.xml | 2 +- sdk/storage/azure-storage-internal-avro/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-internal-avro/pom.xml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 342cb695c305..087e1e930345 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -215,7 +215,7 @@ com.azure azure-storage-internal-avro - 12.0.0-beta.1 + 12.0.0-beta.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 7b7a9dd99308..feebbfa41893 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -44,7 +44,7 @@ com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-file-share;12.6.0-beta.1;12.6.0-beta.2 com.azure:azure-storage-file-datalake;12.2.0-beta.1;12.2.0-beta.2 -com.azure:azure-storage-internal-avro;12.0.0-beta.1;12.0.0-beta.1 +com.azure:azure-storage-internal-avro;12.0.0-beta.1;12.0.0-beta.2 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-queue;12.6.0-beta.1;12.6.0-beta.2 com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 22391da67b19..b8a61c39f2e3 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -65,7 +65,7 @@ com.azure azure-storage-internal-avro - 12.0.0-beta.1 + 12.0.0-beta.2 + 12.0.0-beta.2 Microsoft Azure internal Avro module for Storage This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries.