From 7d5341ccfcae519164b94834b542d584f9232c8c Mon Sep 17 00:00:00 2001 From: Rick Ley Date: Thu, 7 Jul 2022 14:06:06 -0700 Subject: [PATCH] Apiview feedback and release prep (#29844) * Apiview feedback and release prep * PR feedback * Ci fix --- eng/jacoco-test-coverage/pom.xml | 16 ++--- eng/versioning/version_client.txt | 16 ++--- .../azure-storage-blob-batch/CHANGELOG.md | 9 +-- .../azure-storage-blob-batch/README.md | 2 +- sdk/storage/azure-storage-blob-batch/pom.xml | 6 +- .../CHANGELOG.md | 1 + .../azure-storage-blob-changefeed/pom.xml | 4 +- .../CHANGELOG.md | 10 +-- .../azure-storage-blob-cryptography/README.md | 2 +- .../azure-storage-blob-cryptography/pom.xml | 6 +- .../cryptography/EncryptedBlobClient.java | 7 ++- .../src/main/java/module-info.java | 1 - sdk/storage/azure-storage-blob-nio/pom.xml | 4 +- sdk/storage/azure-storage-blob/CHANGELOG.md | 63 ++++++++++--------- sdk/storage/azure-storage-blob/README.md | 2 +- sdk/storage/azure-storage-blob/pom.xml | 8 +-- .../blob/specialized/BlobClientBase.java | 2 +- sdk/storage/azure-storage-common/CHANGELOG.md | 9 +-- sdk/storage/azure-storage-common/README.md | 2 +- sdk/storage/azure-storage-common/pom.xml | 2 +- .../azure-storage-file-datalake/CHANGELOG.md | 9 +-- .../azure-storage-file-datalake/README.md | 2 +- .../azure-storage-file-datalake/pom.xml | 6 +- .../azure-storage-file-share/CHANGELOG.md | 9 +-- .../azure-storage-file-share/README.md | 2 +- sdk/storage/azure-storage-file-share/pom.xml | 8 +-- .../azure-storage-internal-avro/CHANGELOG.md | 9 +-- .../azure-storage-internal-avro/pom.xml | 6 +- sdk/storage/azure-storage-perf/pom.xml | 8 +-- sdk/storage/azure-storage-queue/CHANGELOG.md | 9 +-- sdk/storage/azure-storage-queue/README.md | 2 +- sdk/storage/azure-storage-queue/pom.xml | 6 +- .../microsoft-azure-storage-blob/pom.xml | 2 +- 33 files changed, 109 insertions(+), 141 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 3832c25ee5e48..aebbc1a9a98d3 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -293,17 +293,17 @@ com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 com.azure azure-storage-blob-batch - 12.14.0-beta.2 + 12.14.0 com.azure @@ -313,7 +313,7 @@ com.azure azure-storage-blob-cryptography - 12.17.0-beta.2 + 12.17.0 com.azure @@ -323,22 +323,22 @@ com.azure azure-storage-file-share - 12.14.0-beta.2 + 12.14.0 com.azure azure-storage-file-datalake - 12.11.0-beta.2 + 12.11.0 com.azure azure-storage-internal-avro - 12.4.0-beta.2 + 12.4.0 com.azure azure-storage-queue - 12.14.0-beta.2 + 12.14.0 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index e13cacd68a1ab..92b26b090cf74 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -136,17 +136,17 @@ com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-spring-data-cosmos;3.23.0;3.24.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.17.1;12.18.0-beta.2 -com.azure:azure-storage-blob-batch;12.13.1;12.14.0-beta.2 +com.azure:azure-storage-blob;12.17.1;12.18.0 +com.azure:azure-storage-blob-batch;12.13.1;12.14.0 com.azure:azure-storage-blob-changefeed;12.0.0-beta.18;12.0.0-beta.19 -com.azure:azure-storage-blob-cryptography;12.16.1;12.17.0-beta.2 +com.azure:azure-storage-blob-cryptography;12.16.1;12.17.0 com.azure:azure-storage-blob-nio;12.0.0-beta.19;12.0.0-beta.20 -com.azure:azure-storage-common;12.16.1;12.17.0-beta.2 -com.azure:azure-storage-file-share;12.13.1;12.14.0-beta.2 -com.azure:azure-storage-file-datalake;12.10.1;12.11.0-beta.2 -com.azure:azure-storage-internal-avro;12.3.1;12.4.0-beta.2 +com.azure:azure-storage-common;12.16.1;12.17.0 +com.azure:azure-storage-file-share;12.13.1;12.14.0 +com.azure:azure-storage-file-datalake;12.10.1;12.11.0 +com.azure:azure-storage-internal-avro;12.3.1;12.4.0 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-queue;12.13.1;12.14.0-beta.2 +com.azure:azure-storage-queue;12.13.1;12.14.0 com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-media-videoanalyzer-edge;1.0.0-beta.6;1.0.0-beta.7 com.azure:azure-verticals-agrifood-farming;1.0.0-beta.2;1.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 afb736de2c623..57e1260bc6d6f 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.14.0-beta.2 (Unreleased) +## 12.14.0 (2022-07-07) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- 2021-08-06 service version. ## 12.14.0-beta.1 (2022-06-15) diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index c8127b7eb090a..810c470f7f6ba 100644 --- a/sdk/storage/azure-storage-blob-batch/README.md +++ b/sdk/storage/azure-storage-blob-batch/README.md @@ -55,7 +55,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-batch - 12.14.0-beta.1 + 12.14.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 417faecc62ea2..b709530a17c45 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.14.0-beta.2 + 12.14.0 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. @@ -79,7 +79,7 @@ com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 + 12.17.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md index 097521c3480ce..31df1b1731a01 100644 --- a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md @@ -3,6 +3,7 @@ ## 12.0.0-beta.19 (Unreleased) ### Features Added +- GA release for STG 83 ### Breaking Changes diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index 2a9d3d5518e3f..2e0239f12ddc8 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pom.xml +++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml @@ -85,7 +85,7 @@ com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 + 12.17.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md index ef6bab86418e6..873fba600f4ea 100644 --- a/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 12.17.0-beta.2 (Unreleased) +## 12.17.0 (2022-07-07) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- GA release for 2021-08-06 service version. +- GA release for encryption protocol version 2. ## 12.17.0-beta.1 (2022-06-15) diff --git a/sdk/storage/azure-storage-blob-cryptography/README.md b/sdk/storage/azure-storage-blob-cryptography/README.md index 05e1c2ebb4716..11cc80869e65a 100644 --- a/sdk/storage/azure-storage-blob-cryptography/README.md +++ b/sdk/storage/azure-storage-blob-cryptography/README.md @@ -57,7 +57,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob-cryptography - 12.17.0-beta.1 + 12.17.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index 305caaa7e2a06..8694d287ac209 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.17.0-beta.2 + 12.17.0 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. @@ -64,12 +64,12 @@ com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-cryptography/src/main/java/com/azure/storage/blob/specialized/cryptography/EncryptedBlobClient.java b/sdk/storage/azure-storage-blob-cryptography/src/main/java/com/azure/storage/blob/specialized/cryptography/EncryptedBlobClient.java index 1abbc8c933a03..060ed43236c7b 100644 --- a/sdk/storage/azure-storage-blob-cryptography/src/main/java/com/azure/storage/blob/specialized/cryptography/EncryptedBlobClient.java +++ b/sdk/storage/azure-storage-blob-cryptography/src/main/java/com/azure/storage/blob/specialized/cryptography/EncryptedBlobClient.java @@ -408,12 +408,12 @@ public Response downloadToFileWithResponse(BlobDownloadToFileOpt } @Override - public final BlobInputStream openInputStream() { + public BlobInputStream openInputStream() { return openInputStream((BlobRange) null, null); } @Override - public final BlobInputStream openInputStream(BlobRange range, BlobRequestConditions requestConditions) { + public BlobInputStream openInputStream(BlobRange range, BlobRequestConditions requestConditions) { return openInputStream(new BlobInputStreamOptions().setRange(range).setRequestConditions(requestConditions)); } @@ -422,7 +422,8 @@ public BlobInputStream openInputStream(BlobInputStreamOptions options) { return openInputStream(options, null); } - protected BlobInputStream openInputStream(BlobInputStreamOptions options, Context context) { + @Override + public BlobInputStream openInputStream(BlobInputStreamOptions options, Context context) { context = context == null ? Context.NONE : context; options.setRequestConditions(options.getRequestConditions() == null ? new BlobRequestConditions() : options.getRequestConditions()); diff --git a/sdk/storage/azure-storage-blob-cryptography/src/main/java/module-info.java b/sdk/storage/azure-storage-blob-cryptography/src/main/java/module-info.java index 09352541d0228..6aaca23be6c27 100644 --- a/sdk/storage/azure-storage-blob-cryptography/src/main/java/module-info.java +++ b/sdk/storage/azure-storage-blob-cryptography/src/main/java/module-info.java @@ -5,7 +5,6 @@ requires transitive com.azure.storage.blob; requires com.fasterxml.jackson.dataformat.xml; - requires com.azure.core; exports com.azure.storage.blob.specialized.cryptography; diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 399e1ae7ea45a..5fecc29d3128d 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -78,13 +78,13 @@ com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 1e0e62572d218..cf0b0c41149ca 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,9 +1,10 @@ # Release History -## 12.18.0-beta.2 (Unreleased) +## 12.18.0 (2022-07-07) ### Features Added - BlobOutputStream.close() will now attempt to close the stream at first attempt. Subsequent calls to close have no effect. +- GA release for 2021-08-06 service version. ## 12.18.0-beta.1 (2022-06-15) @@ -313,6 +314,36 @@ and - Added overloads to BlockBlobClient.getBlobOutputStream to allow users to provide parallel transfer options, http headers, metadata, access tier, and request conditions. +## 11.1.1 (2019.04.30) +- Upgraded to version 2.1.1 of the autorest-clientime which upgrades to a more secure version of jackson and fixes a NPE on unkown host errors. + +## 11.0.0 (2019.03.22) +- Upgraded to version 2.1.0 of the autorest-clientruntime which includes several important fixes to mitigate a commonly-seen "Connection reset by peer" error and other similar bugs. +- Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features. +- Added appendBlockFromURL method. A block may be created with another blob as its source. +- Added uploadPagesFromURL method. Pages may be written to with another blob as their source. +- Fixed a bug that would set an invalid range header when downloading an empty blob. +- Modified the LoggingFactory to redact SAS signatures on outgoing requests. +- HTTPGetterInfo was made an internal type as it is an internal implementation detail. +- Removed DEFAULT and NONE static variables. Empty constructors should be used instead. DEFAULT static values were error prone and unsafe to use because although the field was final, the objects were mutable, so it was possible the value could be changed accidentally and alter the behavior of the program. +- Optimized the TransferManager download to file method to skip the initial HEAD request. +- Added an option to configure that maximum size data that will be uploaded in a single shot via the TransferManager. +- Added request Http Method, URL, and headers to logging messages. +- Changed *ListingDetails to *ListDetails. These name changes are to mitigate conflicts with v8, allowing for side-by-side loading of different versions, which may help with upgrading. +- Removed the extra quotes around etags in some responses so they are consistently now consistently formatted. +- Moved the Generated*** types into the blob package to avoid conflicts with generated types from other services (i.e. queues and files) +- Changed the logger name to be the name of class that uses it, which is a more conventional practice +- Support added for SAS tokens to scope to blob snapshot. +- Added getUserDelegationKey to ServiceURL, the result of which can be used to generate a user-delegation SAS. +- Made the max results field on listing responses Integer instead of int as it is an optional field only returned when specified in the request. + +## 10.5.0 (2019.02.15) +- Added uploadFromNonReplayableFlowable to support uploading arbitrary data sources (like network streams) to a block blob. + +## 10.4.0 (2019.01.11) +- Fixed a bug that caused errors when java.io.tempdir has no trailing separator. +- Upgrade autorest-clientruntime dependency to include some bug fixes. + ## 12.2.0-beta.1 (2019-12-17) - Added SAS generation methods on clients to improve discoverability and convenience of sas. Deprecated setContainerName, setBlobName, setSnapshotId, generateSasQueryParameters methods on BlobServiceSasSignatureValues to direct users to using the methods added on clients. - Fixed a bug where Account SAS would not work when set on clients. @@ -450,36 +481,6 @@ For details on the Azure SDK for Java (July 2019 Preview) release, you can refer - Client and pipeline configuration is now available via keyword arguments at both the client level. - Authentication using `azure-identity` credentials. -## 11.1.1 (2019.04.30) -- Upgraded to version 2.1.1 of the autorest-clientime which upgrades to a more secure version of jackson and fixes a NPE on unkown host errors. - -## 11.0.0 (2019.03.22) -- Upgraded to version 2.1.0 of the autorest-clientruntime which includes several important fixes to mitigate a commonly-seen "Connection reset by peer" error and other similar bugs. -- Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features. -- Added appendBlockFromURL method. A block may be created with another blob as its source. -- Added uploadPagesFromURL method. Pages may be written to with another blob as their source. -- Fixed a bug that would set an invalid range header when downloading an empty blob. -- Modified the LoggingFactory to redact SAS signatures on outgoing requests. -- HTTPGetterInfo was made an internal type as it is an internal implementation detail. -- Removed DEFAULT and NONE static variables. Empty constructors should be used instead. DEFAULT static values were error prone and unsafe to use because although the field was final, the objects were mutable, so it was possible the value could be changed accidentally and alter the behavior of the program. -- Optimized the TransferManager download to file method to skip the initial HEAD request. -- Added an option to configure that maximum size data that will be uploaded in a single shot via the TransferManager. -- Added request Http Method, URL, and headers to logging messages. -- Changed *ListingDetails to *ListDetails. These name changes are to mitigate conflicts with v8, allowing for side-by-side loading of different versions, which may help with upgrading. -- Removed the extra quotes around etags in some responses so they are consistently now consistently formatted. -- Moved the Generated*** types into the blob package to avoid conflicts with generated types from other services (i.e. queues and files) -- Changed the logger name to be the name of class that uses it, which is a more conventional practice -- Support added for SAS tokens to scope to blob snapshot. -- Added getUserDelegationKey to ServiceURL, the result of which can be used to generate a user-delegation SAS. -- Made the max results field on listing responses Integer instead of int as it is an optional field only returned when specified in the request. - -## 10.5.0 (2019.02.15) -- Added uploadFromNonReplayableFlowable to support uploading arbitrary data sources (like network streams) to a block blob. - -## 10.4.0 (2019.01.11) -- Fixed a bug that caused errors when java.io.tempdir has no trailing separator. -- Upgrade autorest-clientruntime dependency to include some bug fixes. - ## 10.3.0 (2018.11.19) - Added support for SLF4J. - Included default logging to log warnings and errors to the temp directory by default. diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 53012400b4013..b5d948f620f7f 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -55,7 +55,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-blob - 12.18.0-beta.1 + 12.18.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 5984f32178e02..c01966831089c 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.18.0-beta.2 + 12.18.0 Microsoft Azure client library for Blob Storage This module contains client library for Microsoft Azure Blob Storage. @@ -86,12 +86,12 @@ com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 com.azure azure-storage-internal-avro - 12.4.0-beta.2 + 12.4.0 + 12.17.0 tests test-jar test diff --git a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobClientBase.java b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobClientBase.java index 9062c371aba70..6c25e853f792f 100644 --- a/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobClientBase.java +++ b/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/BlobClientBase.java @@ -325,7 +325,7 @@ public BlobInputStream openInputStream(BlobInputStreamOptions options) { * @return An InputStream object that represents the stream to use for reading from the blob. * @throws BlobStorageException If a storage service error occurred. */ - protected BlobInputStream openInputStream(BlobInputStreamOptions options, Context context) { + public BlobInputStream openInputStream(BlobInputStreamOptions options, Context context) { Context contextFinal = context == null ? Context.NONE : context; options = options == null ? new BlobInputStreamOptions() : options; ConsistentReadControl consistentReadControl = options.getConsistentReadControl() == null diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index c84f5c1dc4339..9a5e040180f63 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.17.0-beta.2 (Unreleased) +## 12.17.0 (2022-07-07) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- GA release for 2021-08-06 service version. ## 12.17.0-beta.1 (2022-06-15) ### Features Added diff --git a/sdk/storage/azure-storage-common/README.md b/sdk/storage/azure-storage-common/README.md index 6d30b4d2be06c..98ebf346db3d4 100644 --- a/sdk/storage/azure-storage-common/README.md +++ b/sdk/storage/azure-storage-common/README.md @@ -52,7 +52,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-common - 12.17.0-beta.1 + 12.17.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 1d6d25242431e..f2a6cd80ea8bb 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.17.0-beta.2 + 12.17.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 d47fd3a3a9d15..faac6c5c3ccdd 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.11.0-beta.2 (Unreleased) +## 12.11.0 (2022-07-07) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- GA release for 2021-08-06 service version. ## 12.11.0-beta.1 (2022-06-15) diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index 19cb7461a3c4d..cfe55dd655753 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -56,7 +56,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-file-datalake - 12.11.0-beta.1 + 12.11.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 0b7173068e391..2327a11763721 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.11.0-beta.2 + 12.11.0 Microsoft Azure client library for File Storage Data Lake This module contains client library for Microsoft Azure File Storage Data Lake. @@ -87,7 +87,7 @@ com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 + 12.17.0 tests test-jar test diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 1194cb0af0859..9aef44e656191 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.14.0-beta.2 (Unreleased) +## 12.14.0 (2022-07-07) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- GA release for 2021-08-06 service version. ## 12.14.0-beta.1 (2022-06-15) diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index 5963d8529ac9c..18a6088bd9272 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -59,7 +59,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-file-share - 12.14.0-beta.1 + 12.14.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index e4212831d2452..7ddb0d856849e 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.14.0-beta.2 + 12.14.0 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. @@ -68,12 +68,12 @@ com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 tests test-jar test @@ -110,7 +110,7 @@ com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 test diff --git a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md index 05453a9084eae..f1d377940ade9 100644 --- a/sdk/storage/azure-storage-internal-avro/CHANGELOG.md +++ b/sdk/storage/azure-storage-internal-avro/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.4.0-beta.2 (Unreleased) +## 12.4.0 (2022-07-07) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- GA release for 2021-08-06 service version. ## 12.4.0-beta.1 (2022-06-15) diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml index 535df9761c975..3ba32a0d0456c 100644 --- a/sdk/storage/azure-storage-internal-avro/pom.xml +++ b/sdk/storage/azure-storage-internal-avro/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-internal-avro - 12.4.0-beta.2 + 12.4.0 Microsoft Azure internal Avro module for Storage This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries. @@ -57,7 +57,7 @@ com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 io.projectreactor @@ -68,7 +68,7 @@ com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 tests test-jar test diff --git a/sdk/storage/azure-storage-perf/pom.xml b/sdk/storage/azure-storage-perf/pom.xml index 7341d83185fe7..4c1a3018e25e9 100644 --- a/sdk/storage/azure-storage-perf/pom.xml +++ b/sdk/storage/azure-storage-perf/pom.xml @@ -25,25 +25,25 @@ com.azure azure-storage-blob - 12.18.0-beta.2 + 12.18.0 com.azure azure-storage-blob-cryptography - 12.17.0-beta.2 + 12.17.0 com.azure azure-storage-file-datalake - 12.11.0-beta.2 + 12.11.0 com.azure azure-storage-file-share - 12.14.0-beta.2 + 12.14.0 diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index ff07b9360d430..34bfafebf276e 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 12.14.0-beta.2 (Unreleased) +## 12.14.0 (2022-07-07) ### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- GA release for 2021-08-06 service version. ## 12.14.0-beta.1 (2022-06-15) diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index bc37f10579890..5e5844169cbb4 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -53,7 +53,7 @@ add the direct dependency to your project as follows. com.azure azure-storage-queue - 12.14.0-beta.1 + 12.14.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index b0fd5e67f773b..3c43189a63a7a 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.14.0-beta.2 + 12.14.0 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. @@ -65,12 +65,12 @@ com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 tests test-jar test diff --git a/sdk/storage/microsoft-azure-storage-blob/pom.xml b/sdk/storage/microsoft-azure-storage-blob/pom.xml index 41e6ebb292b22..cf01e45d652ab 100644 --- a/sdk/storage/microsoft-azure-storage-blob/pom.xml +++ b/sdk/storage/microsoft-azure-storage-blob/pom.xml @@ -97,7 +97,7 @@ com.azure azure-storage-common - 12.17.0-beta.2 + 12.17.0 tests test-jar test