From 1131d37ec70d19b68bb015ff9f483dec6be2c74a Mon Sep 17 00:00:00 2001 From: Rick Ley Date: Thu, 14 Jan 2021 13:41:56 -0800 Subject: [PATCH] Updated readmes, changelogs, and poms for new version (#18617) * Updated readmes, changelogs, and poms for new version * PR feedback * ci * ci * typo --- eng/jacoco-test-coverage/pom.xml | 16 ++++++++-------- eng/versioning/version_client.txt | 16 ++++++++-------- .../azure-storage-blob-batch/CHANGELOG.md | 4 ++-- sdk/storage/azure-storage-blob-batch/README.md | 2 +- sdk/storage/azure-storage-blob-batch/pom.xml | 4 ++-- .../azure-storage-blob-changefeed/CHANGELOG.md | 4 +++- .../azure-storage-blob-changefeed/README.md | 2 +- .../azure-storage-blob-changefeed/pom.xml | 2 +- .../azure-storage-blob-cryptography/CHANGELOG.md | 4 ++-- .../azure-storage-blob-cryptography/README.md | 2 +- .../azure-storage-blob-cryptography/pom.xml | 4 ++-- sdk/storage/azure-storage-blob-nio/pom.xml | 2 +- sdk/storage/azure-storage-blob/CHANGELOG.md | 5 ++--- sdk/storage/azure-storage-blob/README.md | 2 +- sdk/storage/azure-storage-blob/pom.xml | 6 +++--- sdk/storage/azure-storage-common/CHANGELOG.md | 4 ++-- sdk/storage/azure-storage-common/README.md | 2 +- sdk/storage/azure-storage-common/pom.xml | 2 +- .../azure-storage-file-datalake/CHANGELOG.md | 3 ++- .../azure-storage-file-datalake/README.md | 2 +- sdk/storage/azure-storage-file-datalake/pom.xml | 4 ++-- .../azure-storage-file-share/CHANGELOG.md | 4 ++-- sdk/storage/azure-storage-file-share/README.md | 2 +- sdk/storage/azure-storage-file-share/pom.xml | 4 ++-- .../azure-storage-internal-avro/CHANGELOG.md | 4 ++-- sdk/storage/azure-storage-internal-avro/pom.xml | 4 ++-- sdk/storage/azure-storage-perf/pom.xml | 2 +- sdk/storage/azure-storage-queue/CHANGELOG.md | 4 ++-- sdk/storage/azure-storage-queue/README.md | 2 +- sdk/storage/azure-storage-queue/pom.xml | 4 ++-- sdk/storage/pom.xml | 16 ++++++++-------- 31 files changed, 70 insertions(+), 68 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index a5e994905dbae..18d77437d1088 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -234,17 +234,17 @@ com.azure azure-storage-common - 12.10.0-beta.2 + 12.10.0 com.azure azure-storage-blob - 12.10.0-beta.2 + 12.10.0 com.azure azure-storage-blob-batch - 12.8.0-beta.2 + 12.8.0 com.azure @@ -254,7 +254,7 @@ com.azure azure-storage-blob-cryptography - 12.10.0-beta.2 + 12.10.0 com.azure @@ -264,22 +264,22 @@ com.azure azure-storage-file-share - 12.8.0-beta.2 + 12.8.0 com.azure azure-storage-file-datalake - 12.4.0-beta.2 + 12.4.0 com.azure azure-storage-internal-avro - 12.0.2-beta.2 + 12.0.2 com.azure azure-storage-queue - 12.8.0-beta.2 + 12.8.0 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 462774241347b..c03d394147541 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -91,17 +91,17 @@ com.azure:azure-security-keyvault-secrets;4.2.3;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.2.0;3.3.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.2 -com.azure:azure-storage-blob-batch;12.7.0;12.8.0-beta.2 +com.azure:azure-storage-blob;12.9.0;12.10.0 +com.azure:azure-storage-blob-batch;12.7.0;12.8.0 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.2 +com.azure:azure-storage-blob-cryptography;12.9.0;12.10.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.2 -com.azure:azure-storage-file-share;12.7.0;12.8.0-beta.2 -com.azure:azure-storage-file-datalake;12.3.0;12.4.0-beta.2 -com.azure:azure-storage-internal-avro;12.0.1;12.0.2-beta.2 +com.azure:azure-storage-common;12.9.0;12.10.0 +com.azure:azure-storage-file-share;12.7.0;12.8.0 +com.azure:azure-storage-file-datalake;12.3.0;12.4.0 +com.azure:azure-storage-internal-avro;12.0.1;12.0.2 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.2 +com.azure:azure-storage-queue;12.7.0;12.8.0 com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1 com.azure.spring:azure-spring-cloud-appconfiguration-config-web;1.2.8-beta.1;1.2.8-beta.1 com.azure.spring:azure-spring-cloud-appconfiguration-config;1.2.8-beta.1;1.2.8-beta.1 diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index 0f9715e4f7187..f92474c5ff7f5 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.8.0-beta.2 (Unreleased) - +## 12.8.0 (2021-01-14) +- GA release ## 12.8.0-beta.1 (2020-12-07) - Reuse the Http client configured in the provided HttpPipeline during BlobBatch construction. diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index 543ae79b4a7dd..f20028751eb61 100644 --- a/sdk/storage/azure-storage-blob-batch/README.md +++ b/sdk/storage/azure-storage-blob-batch/README.md @@ -22,7 +22,7 @@ definition, such as text or binary data. com.azure azure-storage-blob-batch - 12.8.0-beta.1 + 12.8.0 ``` [//]: # ({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 502c27e2d0d41..580c0f6d93706 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.8.0-beta.2 + 12.8.0 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.10.0-beta.2 + 12.10.0 + 12.10.0 + 12.10.0 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.10.0-beta.2 + 12.10.0 com.azure diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index b5b22cb73a534..c1ae10ee0f472 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.10.0-beta.2 + 12.10.0 diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index b52a1a7db5571..53dafe5782861 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,8 +1,7 @@ # Release History -## 12.10.0-beta.2 (Unreleased) - - +## 12.10.0 (2021-01-14) +- GA release ## 12.10.0-beta.1 (2020-12-07) - Exposed ClientOptions on all client builders, allowing users to set a custom application id and custom headers. diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 48a68ac7966c1..b30b519ed9c0d 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -22,7 +22,7 @@ definition, such as text or binary data. com.azure azure-storage-blob - 12.10.0-beta.1 + 12.10.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index df6899bfed465..aebb5a3c50943 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.10.0-beta.2 + 12.10.0 Microsoft Azure client library for Blob Storage This module contains client library for Microsoft Azure Blob Storage. @@ -60,12 +60,12 @@ com.azure azure-storage-common - 12.10.0-beta.2 + 12.10.0 com.azure azure-storage-internal-avro - 12.0.2-beta.2 + 12.0.2 + 12.10.0 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 796002d7f853d..9a93a1534bedf 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History -## 12.4.0-beta.2 (Unreleased) +## 12.4.0 (2021-01-14) +- GA release - Fixed bug where getFileClient and getSubDirectoryClient on DirectoryClient would throw IllegalArgumentException if either resource had special characters. ## 12.4.0-beta.1 (2020-12-07) diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index ec5c117403f91..cec73531c2089 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -25,7 +25,7 @@ Add a dependency on Azure Storage File Datalake com.azure azure-storage-file-datalake - 12.4.0-beta.1 + 12.4.0 ``` [//]: # ({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 48eb5474724b1..2c87fd4ce2722 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.4.0-beta.2 + 12.4.0 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.10.0-beta.2 + 12.10.0 + 12.8.0 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. @@ -36,7 +36,7 @@ com.azure azure-storage-common - 12.10.0-beta.2 + 12.10.0 + 12.0.2 Microsoft Azure internal Avro module for Storage This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries. @@ -41,7 +41,7 @@ com.azure azure-storage-common - 12.10.0-beta.2 + 12.10.0 io.projectreactor diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml index 71c596709dcd6..6609266b70eee 100644 --- a/sdk/storage/azure-storage-perf/pom.xml +++ b/sdk/storage/azure-storage-perf/pom.xml @@ -27,7 +27,7 @@ com.azure azure-storage-blob - 12.10.0-beta.2 + 12.10.0 com.azure diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index bd7186b96d91d..507a028e4051e 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.8.0-beta.2 (Unreleased) - +## 12.8.0 (2021-01-14) +- GA release ## 12.8.0-beta.1 (2020-12-07) - Exposed ClientOptions on all client builders, allowing users to set a custom application id and custom headers. diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index e230a8578ee35..c22f62a13d49d 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -20,7 +20,7 @@ A single queue message can be up to 64 KB in size, and a queue can contain milli com.azure azure-storage-queue - 12.8.0-beta.1 + 12.8.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index 7fe90eab24eaf..6010a1271a926 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.8.0-beta.2 + 12.8.0 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.10.0-beta.2 + 12.10.0 com.azure diff --git a/sdk/storage/pom.xml b/sdk/storage/pom.xml index 14582e0e965c1..848bccde1d4b3 100644 --- a/sdk/storage/pom.xml +++ b/sdk/storage/pom.xml @@ -27,17 +27,17 @@ com.azure azure-storage-common - 12.10.0-beta.2 + 12.10.0 com.azure azure-storage-blob - 12.10.0-beta.2 + 12.10.0 com.azure azure-storage-blob-batch - 12.8.0-beta.2 + 12.8.0 com.azure @@ -47,7 +47,7 @@ com.azure azure-storage-blob-cryptography - 12.10.0-beta.2 + 12.10.0 com.azure @@ -57,22 +57,22 @@ com.azure azure-storage-file-share - 12.8.0-beta.2 + 12.8.0 com.azure azure-storage-file-datalake - 12.4.0-beta.2 + 12.4.0 com.azure azure-storage-internal-avro - 12.0.2-beta.2 + 12.0.2 com.azure azure-storage-queue - 12.8.0-beta.2 + 12.8.0