From e90a9b7f7c83d58c03f2bafcd9f142dcbeeffda9 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 19:42:54 +0000 Subject: [PATCH 1/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/resourcemanager/azure-resourcemanager-appplatform/pom.xml | 2 +- .../azure-resourcemanager-containerinstance/pom.xml | 2 +- sdk/spring/azure-spring-boot-starter-storage/pom.xml | 2 +- sdk/spring/azure-spring-boot/pom.xml | 2 +- sdk/storage/azure-storage-file-share/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-file-share/pom.xml | 2 +- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index b96cfcbb36952..35d08379cfca5 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -249,7 +249,7 @@ com.azure azure-storage-file-share - 12.7.0 + 12.8.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index fb2e4e1df6d2b..010638695490f 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -92,7 +92,7 @@ com.azure:azure-storage-blob-changefeed;12.0.0-beta.3;12.0.0-beta.4 com.azure:azure-storage-blob-cryptography;12.8.0;12.9.0 com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3 com.azure:azure-storage-common;12.8.0;12.9.0 -com.azure:azure-storage-file-share;12.6.0;12.7.0 +com.azure:azure-storage-file-share;12.7.0;12.8.0-beta.1 com.azure:azure-storage-file-datalake;12.2.0;12.3.0 com.azure:azure-storage-internal-avro;12.0.0;12.0.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/resourcemanager/azure-resourcemanager-appplatform/pom.xml b/sdk/resourcemanager/azure-resourcemanager-appplatform/pom.xml index 9c4d255198564..3d11cec9eb3dc 100644 --- a/sdk/resourcemanager/azure-resourcemanager-appplatform/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager-appplatform/pom.xml @@ -57,7 +57,7 @@ com.azure azure-storage-file-share - 12.6.0 + 12.7.0 com.azure diff --git a/sdk/resourcemanager/azure-resourcemanager-containerinstance/pom.xml b/sdk/resourcemanager/azure-resourcemanager-containerinstance/pom.xml index 07e0be00ac862..b62d356b5a8b0 100644 --- a/sdk/resourcemanager/azure-resourcemanager-containerinstance/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager-containerinstance/pom.xml @@ -73,7 +73,7 @@ com.azure azure-storage-file-share - 12.6.0 + 12.7.0 com.azure diff --git a/sdk/spring/azure-spring-boot-starter-storage/pom.xml b/sdk/spring/azure-spring-boot-starter-storage/pom.xml index d2f4fdad41a40..4db0ed54ba127 100644 --- a/sdk/spring/azure-spring-boot-starter-storage/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-storage/pom.xml @@ -42,7 +42,7 @@ com.azure azure-storage-file-share - 12.6.0 + 12.7.0 diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml index 34187448a2464..38494f9a11f45 100644 --- a/sdk/spring/azure-spring-boot/pom.xml +++ b/sdk/spring/azure-spring-boot/pom.xml @@ -174,7 +174,7 @@ com.azure azure-storage-file-share - 12.6.0 + 12.7.0 true diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 829dd644a0845..5dae7999d96cb 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.8.0-beta.1 (Unreleased) + + ## 12.7.0 (2020-11-11) - Added support to specify whether or not a pipeline policy should be added per call or per retry. - Added support for setting access tier on a share through ShareClient.create, ShareClient.setAccessTier. diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 97a085cca5703..6c3e61e709fcb 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.7.0 + 12.8.0-beta.1 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. From f77cc1b4aff9d8cda88c51048b81a513219a12f4 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 19:46:32 +0000 Subject: [PATCH 2/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 +- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 35d08379cfca5..db09df940d773 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -219,7 +219,7 @@ com.azure azure-storage-common - 12.9.0 + 12.10.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 010638695490f..c93570c82b84d 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -91,7 +91,7 @@ com.azure:azure-storage-blob-batch;12.6.0;12.7.0 com.azure:azure-storage-blob-changefeed;12.0.0-beta.3;12.0.0-beta.4 com.azure:azure-storage-blob-cryptography;12.8.0;12.9.0 com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3 -com.azure:azure-storage-common;12.8.0;12.9.0 +com.azure:azure-storage-common;12.9.0;12.10.0-beta.1 com.azure:azure-storage-file-share;12.7.0;12.8.0-beta.1 com.azure:azure-storage-file-datalake;12.2.0;12.3.0 com.azure:azure-storage-internal-avro;12.0.0;12.0.1 diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index cad8cdfbcb658..cfad1613d38fe 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.9.0 + 12.10.0-beta.1 com.azure diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index afe0a44f1ce61..910ed0e37cf65 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.10.0-beta.1 (Unreleased) + + ## 12.9.0 (2020-11-11) - GA release diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index e2aab6baac5c6..7541025b11d9a 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.9.0 + 12.10.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-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 6c3e61e709fcb..f2653cae2d06d 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.9.0 + 12.10.0-beta.1 + 12.10.0-beta.1 io.projectreactor diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index e3fa7adbc37b0..d96c18cd60ade 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.9.0 + 12.10.0-beta.1 com.azure From 45a1bb737c88f743bc7bb1d0a13bb912e0234436 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 19:59:42 +0000 Subject: [PATCH 3/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 db09df940d773..aa760ab4bd10a 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -234,7 +234,7 @@ com.azure azure-storage-blob-changefeed - 12.0.0-beta.4 + 12.0.0-beta.5 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index c93570c82b84d..f3b818a0aefad 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -88,7 +88,7 @@ com.azure:azure-spring-data-cosmos;3.1.0;3.2.0-beta.1 com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1 com.azure:azure-storage-blob;12.8.0;12.9.0 com.azure:azure-storage-blob-batch;12.6.0;12.7.0 -com.azure:azure-storage-blob-changefeed;12.0.0-beta.3;12.0.0-beta.4 +com.azure:azure-storage-blob-changefeed;12.0.0-beta.4;12.0.0-beta.5 com.azure:azure-storage-blob-cryptography;12.8.0;12.9.0 com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3 com.azure:azure-storage-common;12.9.0;12.10.0-beta.1 diff --git a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md index 02908cfdcbe9f..d71108581ac74 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.5 (Unreleased) + + ## 12.0.0-beta.4 (2020-11-11) ### Dependency updates diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index bebe2f965c0a2..0d4eda25faa92 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.4 + 12.0.0-beta.5 Microsoft Azure client library for Blob Storage changefeed This module contains client library for Microsoft Azure Blob Storage changefeed. From 3b3b4ef928152b09f1298c2565650c918ef2dd85 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 20:15:32 +0000 Subject: [PATCH 4/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 +- sdk/resourcemanager/azure-resourcemanager-compute/pom.xml | 2 +- sdk/resourcemanager/azure-resourcemanager-samples/pom.xml | 2 +- sdk/spring/azure-spring-boot-starter-storage/pom.xml | 2 +- sdk/spring/azure-spring-boot/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 +- 15 files changed, 17 insertions(+), 14 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index aa760ab4bd10a..fafe1f6d9952e 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -224,7 +224,7 @@ com.azure azure-storage-blob - 12.9.0 + 12.10.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index f3b818a0aefad..fca73a3ce6c85 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -86,7 +86,7 @@ com.azure:azure-security-keyvault-secrets;4.2.2;4.3.0-beta.3 com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16 com.azure:azure-spring-data-cosmos;3.1.0;3.2.0-beta.1 com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1 -com.azure:azure-storage-blob;12.8.0;12.9.0 +com.azure:azure-storage-blob;12.9.0;12.10.0-beta.1 com.azure:azure-storage-blob-batch;12.6.0;12.7.0 com.azure:azure-storage-blob-changefeed;12.0.0-beta.4;12.0.0-beta.5 com.azure:azure-storage-blob-cryptography;12.8.0;12.9.0 diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml index bffff6fed37f3..34372a596450f 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.8.0 + 12.9.0 diff --git a/sdk/resourcemanager/azure-resourcemanager-compute/pom.xml b/sdk/resourcemanager/azure-resourcemanager-compute/pom.xml index f2040e2db0339..8056169921259 100644 --- a/sdk/resourcemanager/azure-resourcemanager-compute/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager-compute/pom.xml @@ -107,7 +107,7 @@ com.azure azure-storage-blob - 12.8.0 + 12.9.0 test diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml index 3e6ad91d051b9..7b9ce316b0523 100644 --- a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml @@ -98,7 +98,7 @@ com.azure azure-storage-blob - 12.8.0 + 12.9.0 com.azure diff --git a/sdk/spring/azure-spring-boot-starter-storage/pom.xml b/sdk/spring/azure-spring-boot-starter-storage/pom.xml index 4db0ed54ba127..bf8a45676d073 100644 --- a/sdk/spring/azure-spring-boot-starter-storage/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-storage/pom.xml @@ -36,7 +36,7 @@ com.azure azure-storage-blob - 12.8.0 + 12.9.0 diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml index 38494f9a11f45..ae5d378ace438 100644 --- a/sdk/spring/azure-spring-boot/pom.xml +++ b/sdk/spring/azure-spring-boot/pom.xml @@ -167,7 +167,7 @@ com.azure azure-storage-blob - 12.8.0 + 12.9.0 true diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 5970bde6fd5e1..0a2430bf7440b 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.9.0 + 12.10.0-beta.1 + 12.10.0-beta.1 + 12.10.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 d09a33c732dd5..6d3c5f51ebf1c 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.9.0 + 12.10.0-beta.1 diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index a0f016d77fe21..5c89342ca08f8 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.10.0-beta.1 (Unreleased) + + ## 12.9.0 (2020-11-11) - Fixed a bug where interspersed element types returned by page listing would deserialize incorrectly. - Fixed a bug where BlobInputStream would not eTag lock on the blob, resulting in undesirable behavior if the blob was modified in the middle of reading. diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index cfad1613d38fe..f2ed88855bce0 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.9.0 + 12.10.0-beta.1 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 efeae7f2ea8cf..5d5cfd77c097c 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.9.0 + 12.10.0-beta.1 + 12.10.0-beta.1 com.azure From 95fb870f4fa4ec40dd3c398591b642fa1bddb95e Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 20:29:52 +0000 Subject: [PATCH 5/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/spring/azure-spring-cloud-storage/pom.xml | 2 +- sdk/spring/azure-spring-integration-storage-queue/pom.xml | 2 +- sdk/storage/azure-storage-queue/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-queue/pom.xml | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index fafe1f6d9952e..fcd0ad5be4c63 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -264,7 +264,7 @@ com.azure azure-storage-queue - 12.7.0 + 12.8.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index fca73a3ce6c85..d344662f2a19e 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -96,7 +96,7 @@ com.azure:azure-storage-file-share;12.7.0;12.8.0-beta.1 com.azure:azure-storage-file-datalake;12.2.0;12.3.0 com.azure:azure-storage-internal-avro;12.0.0;12.0.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-queue;12.6.0;12.7.0 +com.azure:azure-storage-queue;12.7.0;12.8.0-beta.1 com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1 com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.0.0-beta.1;3.0.0-beta.1 com.azure.spring:azure-spring-boot-starter-active-directory;3.0.0-beta.1;3.0.0-beta.1 diff --git a/sdk/spring/azure-spring-cloud-storage/pom.xml b/sdk/spring/azure-spring-cloud-storage/pom.xml index 019f631618e04..8c129b8e35391 100644 --- a/sdk/spring/azure-spring-cloud-storage/pom.xml +++ b/sdk/spring/azure-spring-cloud-storage/pom.xml @@ -38,7 +38,7 @@ com.azure azure-storage-queue - 12.6.0 + 12.7.0 true diff --git a/sdk/spring/azure-spring-integration-storage-queue/pom.xml b/sdk/spring/azure-spring-integration-storage-queue/pom.xml index fae2b6f10d6f1..f70793578c02b 100644 --- a/sdk/spring/azure-spring-integration-storage-queue/pom.xml +++ b/sdk/spring/azure-spring-integration-storage-queue/pom.xml @@ -38,7 +38,7 @@ com.azure azure-storage-queue - 12.6.0 + 12.7.0 + 12.8.0-beta.1 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. From 4afd7867416973a9c7d258cd3846e258ffd9be31 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 20:34:10 +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 fcd0ad5be4c63..44cdc1ff314c2 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -254,7 +254,7 @@ com.azure azure-storage-file-datalake - 12.3.0 + 12.4.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d344662f2a19e..66475f8c21610 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -93,7 +93,7 @@ com.azure:azure-storage-blob-cryptography;12.8.0;12.9.0 com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3 com.azure:azure-storage-common;12.9.0;12.10.0-beta.1 com.azure:azure-storage-file-share;12.7.0;12.8.0-beta.1 -com.azure:azure-storage-file-datalake;12.2.0;12.3.0 +com.azure:azure-storage-file-datalake;12.3.0;12.4.0-beta.1 com.azure:azure-storage-internal-avro;12.0.0;12.0.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-queue;12.7.0;12.8.0-beta.1 diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index 498478671114e..c1e22fc67acda 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.4.0-beta.1 (Unreleased) + + ## 12.3.0 (2020-11-11) - Added support to specify whether or not a pipeline policy should be added per call or per retry. - Modified DataLakeAclChangeFailedException to extend AzureException diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index 5d5cfd77c097c..0706ec617a227 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.3.0 + 12.4.0-beta.1 Microsoft Azure client library for File Storage Data Lake This module contains client library for Microsoft Azure File Storage Data Lake. From ce92f1caa7b7e17f3a6cc54e856922a991b70388 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 20:35:37 +0000 Subject: [PATCH 7/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 44cdc1ff314c2..ee64610393bc2 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -239,7 +239,7 @@ com.azure azure-storage-blob-cryptography - 12.9.0 + 12.10.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 66475f8c21610..c315d6a3d2fc6 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -89,7 +89,7 @@ com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1 com.azure:azure-storage-blob;12.9.0;12.10.0-beta.1 com.azure:azure-storage-blob-batch;12.6.0;12.7.0 com.azure:azure-storage-blob-changefeed;12.0.0-beta.4;12.0.0-beta.5 -com.azure:azure-storage-blob-cryptography;12.8.0;12.9.0 +com.azure:azure-storage-blob-cryptography;12.9.0;12.10.0-beta.1 com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3 com.azure:azure-storage-common;12.9.0;12.10.0-beta.1 com.azure:azure-storage-file-share;12.7.0;12.8.0-beta.1 diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md index 572fbbb9394da..73440adcdcb34 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.10.0-beta.1 (Unreleased) + + ## 12.9.0 (2020-11-11) - Added support to specify whether or not a pipeline policy should be added per call or per retry. diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index 432fe4bf01272..9f29870c41a8f 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.9.0 + 12.10.0-beta.1 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. From 30134e9cae883d34c45a2fa4700f3684a2c0efce Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 Nov 2020 20:48:03 +0000 Subject: [PATCH 8/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 ee64610393bc2..656cb05691ac7 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -229,7 +229,7 @@ com.azure azure-storage-blob-batch - 12.7.0 + 12.8.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index c315d6a3d2fc6..dd7ba5583e3de 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -87,7 +87,7 @@ com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16 com.azure:azure-spring-data-cosmos;3.1.0;3.2.0-beta.1 com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1 com.azure:azure-storage-blob;12.9.0;12.10.0-beta.1 -com.azure:azure-storage-blob-batch;12.6.0;12.7.0 +com.azure:azure-storage-blob-batch;12.7.0;12.8.0-beta.1 com.azure:azure-storage-blob-changefeed;12.0.0-beta.4;12.0.0-beta.5 com.azure:azure-storage-blob-cryptography;12.9.0;12.10.0-beta.1 com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3 diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index f6c27d6bf2762..c7747284136e2 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.8.0-beta.1 (Unreleased) + + ## 12.7.0 (2020-11-11) - GA release diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 0a2430bf7440b..395ba967fe0f9 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.7.0 + 12.8.0-beta.1 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. From 57209d447abb73779b281491001f89b753b10c05 Mon Sep 17 00:00:00 2001 From: gapra Date: Wed, 11 Nov 2020 13:24:13 -0800 Subject: [PATCH 9/9] Added internal avro changes --- 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 | 5 ++++- sdk/storage/azure-storage-internal-avro/pom.xml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 656cb05691ac7..48ec66e1288aa 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -259,7 +259,7 @@ com.azure azure-storage-internal-avro - 12.0.1 + 12.1.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index dd7ba5583e3de..27a13026a3755 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -94,7 +94,7 @@ com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3 com.azure:azure-storage-common;12.9.0;12.10.0-beta.1 com.azure:azure-storage-file-share;12.7.0;12.8.0-beta.1 com.azure:azure-storage-file-datalake;12.3.0;12.4.0-beta.1 -com.azure:azure-storage-internal-avro;12.0.0;12.0.1 +com.azure:azure-storage-internal-avro;12.0.1;12.1.0-beta.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-storage-queue;12.7.0;12.8.0-beta.1 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 f2ed88855bce0..04627ce7698a2 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.1 + 12.1.0-beta.1 + 12.1.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.