Skip to content

Commit

Permalink
Prepare identity October 2021 GA Release (#24794)
Browse files Browse the repository at this point in the history
  • Loading branch information
g2vinay committed Oct 14, 2021
1 parent 8c8e728 commit 69b2b73
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.4.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ com.azure:azure-data-tables;12.1.3;12.2.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-digitaltwins-core;1.1.3;1.2.0-beta.1
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity;1.3.7;1.4.0-beta.2
com.azure:azure-identity;1.3.7;1.4.0
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
Expand Down
2 changes: 1 addition & 1 deletion sdk/e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.4.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity-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-identity</artifactId>
<version>1.4.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.4.0-beta.2 (Unreleased)
## 1.4.0 (2021-10-14)

### Features Added
- Added `tenantId` setter on `AzurePowerShellCredential` and `AzureCliCredential`
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.4.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-identity;current} -->

<name>Microsoft Azure client library for Identity</name>
<description>This module contains client library for Microsoft Azure Identity.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.4.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion sdk/synapse/azure-analytics-synapse-spark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.5 (2020-10-13)
## 1.0.0-beta.5 (2020-10-14)

### New Features
- Added `ClientOptions` to `SparkClientBuilder`
Expand Down

0 comments on commit 69b2b73

Please sign in to comment.