Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated versions, readme, changelogs for release #17479

Merged
merged 3 commits into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.7.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
<version>12.7.0</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -239,7 +239,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.9.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -249,22 +249,22 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.7.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
<version>12.7.0</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.3.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.3.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.0.1-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.0.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>12.7.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-queue;current} -->
<version>12.7.0</version> <!-- {x-version-update;com.azure:azure-storage-queue;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
16 changes: 8 additions & 8 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ definition, such as text or binary data.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.7.0-beta.1</version>
<version>12.7.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.7.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
<version>12.7.0</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->

<name>Microsoft Azure client library for Blob Storage batching</name>
<description>This module contains client library for Microsoft Azure Blob Storage batching.</description>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release History

## 12.0.0-beta.4 (Unreleased)

## 12.0.0-beta.4 (2020-11-11)
- Updated blob dependency to 12.9.0
rickle-msft marked this conversation as resolved.
Show resolved Hide resolved

## 12.0.0-beta.3 (2020-10-01)
- Added support to specify context in the sync methods.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ process change events that occur in your Blob Storage account at a low cost.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-changefeed</artifactId>
<version>12.0.0-beta.3</version>
<version>12.0.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.9.0-beta.2 (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.

## 12.9.0-beta.1 (2020-10-01)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package supports client side encryption for blob storage.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.9.0-beta.1</version>
<version>12.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-cryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.9.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->

<name>Microsoft Azure client library for Blob Storage cryptography</name>
<description>This module contains client library for Microsoft Azure Blob Storage cryptography.</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ definition, such as text or binary data.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.2</version>
<version>12.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->

<name>Microsoft Azure client library for Blob Storage</name>
<description>This module contains client library for Microsoft Azure Blob Storage.</description>
Expand Down Expand Up @@ -60,12 +60,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.0.1-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.0.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release History

## 12.9.0-beta.3 (Unreleased)

## 12.9.0 (2020-11-11)
- GA release

## 12.9.0-beta.2 (2020-10-08)
- Updated `azure-core` version to `1.9.0` to pick up fixes related to listBlobs.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Azure Storage Common is a library that has common dependencies for all Azure Sto
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.9.0-beta.2</version>
<version>12.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->

<name>Microsoft Azure common module for Storage</name>
<description>This module contains common code based for all Microsoft Azure Storage client libraries.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add a dependency on Azure Storage File Datalake
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.3.0-beta.1</version>
<version>12.3.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-file-datalake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.3.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.3.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->

<name>Microsoft Azure client library for File Storage Data Lake</name>
<description>This module contains client library for Microsoft Azure File Storage Data Lake.</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
- Added support for setting access tier on a share through ShareClient.create, ShareClient.setAccessTier.
- Added support for getting access tier on a share through ShareClient.getProperties, ShareServiceClient.listShares
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Shares provide a way to organize sets of files and also can be mounted as an SMB
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.7.0-beta.1</version>
<version>12.7.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-file-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.7.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
<version>12.7.0</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->

<name>Microsoft Azure client library for File Share Storage</name>
<description>This module contains client library for Microsoft Azure File Share Storage.</description>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-internal-avro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release History

## 12.0.1-beta.3 (Unreleased)
## 12.0.1 (Unreleased)
- Updated `azure-storage-common` version to `12.9.0`

## 12.0.1-beta.2 (2020-10-08)
- Updated `azure-storage-common` version to `12.9.0-beta.2`
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-internal-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.0.1-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.0.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->

<name>Microsoft Azure internal Avro module for Storage</name>
<description>This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries.</description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.9.0-beta.3</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.9.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A single queue message can be up to 64 KB in size, and a queue can contain milli
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>12.7.0-beta.1</version>
<version>12.7.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Loading