Skip to content

Commit

Permalink
Missing patches apr 2023 (#34632)
Browse files Browse the repository at this point in the history
* Reset changes to the patch version.

* Updating the SDK dependencies for azure-identity-extensions

* Reset changes to the patch version.

* Updating the SDK dependencies for azure-developer-loadtesting
  • Loading branch information
vcolin7 authored Apr 25, 2023
1 parent 1757521 commit bb2b5b8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 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 @@ -218,7 +218,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity-extensions</artifactId>
<version>1.2.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity-extensions;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-identity-extensions;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-xml;1.0.0-beta.1;1.0.0-beta.2
com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-email;1.0.0;1.1.0-beta.1
com.azure:azure-developer-loadtesting;1.0.0;1.1.0-beta.1
com.azure:azure-identity-extensions;1.1.2;1.2.0-beta.2
com.azure:azure-developer-loadtesting;1.0.0;1.0.1
com.azure:azure-identity-extensions;1.1.2;1.1.3
com.azure:azure-analytics-purview-sharing;1.0.0-beta.1;1.0.0-beta.2
com.azure.spring:spring-cloud-azure-appconfiguration-config-web;4.7.0;4.8.0-beta.1
com.azure.spring:spring-cloud-azure-appconfiguration-config;4.7.0;4.8.0-beta.1
Expand Down
10 changes: 4 additions & 6 deletions sdk/identity/azure-identity-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.2.0-beta.2 (Unreleased)
## 1.1.3 (2023-04-24)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-identity` from `1.8.1` to version `1.8.2`.

## 1.1.2 (2023-03-18)

Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-identity-extensions</artifactId>
<version>1.2.0-beta.2</version> <!-- {x-version-update;com.azure:azure-identity-extensions;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-identity-extensions;current} -->
<packaging>jar</packaging>

<name>Azure Identity Extensions</name>
Expand Down
11 changes: 5 additions & 6 deletions sdk/loadtesting/azure-developer-loadtesting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.0.1 (2023-04-24)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.37.0` to version `1.38.0`.
- Upgraded `azure-core-http-netty` from `1.13.1` to version `1.13.2`.

## 1.0.0 (2023-03-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/loadtesting/azure-developer-loadtesting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-developer-loadtesting</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-developer-loadtesting;current} -->
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-developer-loadtesting;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Load Testing</name>
Expand Down

0 comments on commit bb2b5b8

Please sign in to comment.