Skip to content

Commit

Permalink
Reset changes to the patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimrabab committed Sep 9, 2022
1 parent ecd1ee4 commit d654a5e
Show file tree
Hide file tree
Showing 189 changed files with 1,110 additions and 4,369 deletions.
21 changes: 0 additions & 21 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
@@ -1,26 +1,5 @@
# Release History

## 12.13.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.13.0-beta.1 (2022-09-06)

### Features Added
- Added support for 2021-10-04 service version.
- Added support for flush parameter to `DataLakeFileClient.appendWithResponse()`
- Added support for encryption scopes.
- Added support for encryption scope SAS.
- Added new method `DataLakeFileSystemClient.exists()` to determine whether file system exists.
- Added `DataLakeServiceClientBuilder.connectionString()` to allow connection string to be set on the client builder.
- Added `DataLakeFileClient.uploadFromFileWithResponse()` which returns a response of `PathItem` upon completion.

## 12.12.0 (2022-08-12)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Expand Up @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.13.0-beta.1</version>
<version>12.12.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
18 changes: 9 additions & 9 deletions sdk/storage/azure-storage-file-datalake/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.13.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.12.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 @@ -75,17 +75,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.32.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.31.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.12.5</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.12.4</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.19.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.19.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -101,27 +101,27 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.18.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.18.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.12.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<version>1.11.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.5.5</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<version>1.5.4</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.22</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<version>3.4.21</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.11.2</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<version>1.11.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d654a5e

Please sign in to comment.