diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 42843f121aed9..b96cfcbb36952 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -219,17 +219,17 @@ com.azure azure-storage-common - 12.9.0-beta.3 + 12.9.0 com.azure azure-storage-blob - 12.9.0-beta.3 + 12.9.0 com.azure azure-storage-blob-batch - 12.7.0-beta.2 + 12.7.0 com.azure @@ -239,7 +239,7 @@ com.azure azure-storage-blob-cryptography - 12.9.0-beta.2 + 12.9.0 com.azure @@ -249,22 +249,22 @@ com.azure azure-storage-file-share - 12.7.0-beta.2 + 12.7.0 com.azure azure-storage-file-datalake - 12.3.0-beta.2 + 12.3.0 com.azure azure-storage-internal-avro - 12.0.1-beta.3 + 12.0.1 com.azure azure-storage-queue - 12.7.0-beta.2 + 12.7.0 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 0504b20c386e2..fb2e4e1df6d2b 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -86,17 +86,17 @@ 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-beta.3 -com.azure:azure-storage-blob-batch;12.6.0;12.7.0-beta.2 +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-cryptography;12.8.0;12.9.0-beta.2 +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-beta.3 -com.azure:azure-storage-file-share;12.6.0;12.7.0-beta.2 -com.azure:azure-storage-file-datalake;12.2.0;12.3.0-beta.2 -com.azure:azure-storage-internal-avro;12.0.0;12.0.1-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-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-beta.2 +com.azure:azure-storage-queue;12.6.0;12.7.0 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/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index ba9f12ecba4cc..f6c27d6bf2762 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.7.0-beta.2 (Unreleased) - +## 12.7.0 (2020-11-11) +- GA release ## 12.7.0-beta.1 (2020-10-01) - Added logging of batch operation exceptions when they are added into the aggregate batch response. diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index f9a8c13304af5..2690c1ec410b8 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.7.0-beta.1 + 12.7.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 33dd7847b2661..5970bde6fd5e1 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-beta.2 + 12.7.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.9.0-beta.3 + 12.9.0 + 12.9.0 + 12.9.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.9.0-beta.3 + 12.9.0 com.azure diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index c831fdf01fd27..d09a33c732dd5 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-beta.3 + 12.9.0 diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index f5fd8fa01944e..a0f016d77fe21 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.9.0-beta.3 (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. - Added support for move and execute permissions on blob SAS and container SAS, and list permissions on blob SAS. diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 92f3958111cac..c9e52e9f957ba 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.9.0-beta.2 + 12.9.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 756583a324759..cad8cdfbcb658 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-beta.3 + 12.9.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.9.0-beta.3 + 12.9.0 com.azure azure-storage-internal-avro - 12.0.1-beta.3 + 12.0.1 + 12.9.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 9f7efb8c3d560..498478671114e 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.3.0-beta.2 (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 - Fixed a bug where the endpoint would be improperly converted if the account name contained the word dfs. diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index 96c493b0db9ee..5659d8f31d30d 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.3.0-beta.1 + 12.3.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 374fe7d752152..efeae7f2ea8cf 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-beta.2 + 12.3.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.9.0-beta.3 + 12.9.0 + 12.7.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.9.0-beta.3 + 12.9.0 + 12.0.1 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.9.0-beta.3 + 12.9.0 io.projectreactor diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml index 3594968d9e186..8d70f2412c533 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.9.0-beta.3 + 12.9.0 com.azure diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index bf94d2a64374c..daaa75075dbbc 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.7.0-beta.2 (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. - Fixed a bug that would cause a NPE when visibilityTimeout was set to null in QueueClient.updateMessage diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index f01972045ea74..a63b2a7a11888 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.7.0-beta.1 + 12.7.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index dc12abb457333..e3fa7adbc37b0 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.7.0-beta.2 + 12.7.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.9.0-beta.3 + 12.9.0 com.azure