Skip to content

Commit

Permalink
prepare azure-identity-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
billwert committed Sep 13, 2024
1 parent 50cdc7b commit 9627aeb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ com.azure:azure-health-insights-clinicalmatching;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-health-insights-cancerprofiling;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-health-insights-radiologyinsights;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-identity;1.13.2;1.13.3
com.azure:azure-identity-extensions;1.1.19;1.2.0-beta.2
com.azure:azure-identity-extensions;1.1.19;1.1.20
com.azure:azure-identity-broker;1.1.4;1.1.5
com.azure:azure-identity-broker-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The package is not part of the `azure-sdk-bom` now, so it can only be included v
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity-extensions</artifactId>
<version>1.1.17</version>
<version>1.1.20</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The package is not part of the `azure-sdk-bom` now, so it can only be included v
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity-extensions</artifactId>
<version>1.1.17</version>
<version>1.1.20</version>
</dependency>
```

Expand Down
10 changes: 1 addition & 9 deletions sdk/identity/azure-identity-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.2.0-beta.2 (Unreleased)
## 1.1.20 (2024-09-13)

### Other Changes

Expand Down Expand Up @@ -153,14 +153,6 @@

- Improve the performance of DefaultTokenCredentialProvider's `get()` method.

## 1.2.0-beta.1 (2023-02-06)

### Other Changes

#### Dependency Updates

- Upgraded `mysql-connector-j` from version `8.0.31` to `8.0.32`.

## 1.1.0 (2023-01-11)

This is the 1.1.0 GA version of Azure identity extensions library for Java.
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.20</version> <!-- {x-version-update;com.azure:azure-identity-extensions;current} -->
<packaging>jar</packaging>

<name>Azure Identity Extensions</name>
Expand Down
2 changes: 1 addition & 1 deletion sdk/vision/azure-ai-vision-imageanalysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-ai-vision-imageanalysis</artifactId>
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-ai-vision-imageanalysis;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-ai-vision-imageanalysis;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for ImageAnalysis</name>
Expand Down

0 comments on commit 9627aeb

Please sign in to comment.