Skip to content

Commit 257e5e4

Browse files
authored
[TA] Merge April Patch changes to main (Azure#28106)
1 parent 2553f41 commit 257e5e4

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
4242
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
4343
com.azure:azure-ai-metricsadvisor;1.1.2;1.2.0-beta.1
4444
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
45-
com.azure:azure-ai-textanalytics;5.1.6;5.2.0-beta.3
45+
com.azure:azure-ai-textanalytics;5.1.8;5.2.0-beta.3
4646
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
4747
com.azure:azure-analytics-purview-catalog;1.0.0-beta.3;1.0.0-beta.4
4848
com.azure:azure-analytics-purview-scanning;1.0.0-beta.2;1.0.0-beta.3

sdk/aot/azure-aot-graalvm-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.azure</groupId>
108108
<artifactId>azure-ai-textanalytics</artifactId>
109-
<version>5.1.6</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
109+
<version>5.1.8</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
110110
</dependency>
111111

112112

sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
1111

1212
### Other Changes
1313

14+
## 5.1.8 (2022-04-07)
15+
### Other Changes
16+
17+
#### Dependency Updates
18+
- Updated `azure-core` to `1.27.0`.
19+
- Updated `azure-core-http-netty` to `1.11.9`.
20+
21+
## 5.1.7 (2022-03-09)
22+
### Other Changes
23+
24+
#### Dependency Updates
25+
- Updated `azure-core` to `1.26.0`.
26+
- Updated `azure-core-http-netty` to `1.11.8`.
27+
1428
## 5.1.6 (2022-02-09)
1529
### Other Changes
1630

sdk/textanalytics/azure-ai-textanalytics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
6060
<dependency>
6161
<groupId>com.azure</groupId>
6262
<artifactId>azure-ai-textanalytics</artifactId>
63-
<version>5.1.5</version>
63+
<version>5.1.8</version>
6464
</dependency>
6565
```
6666
[//]: # ({x-version-update-end})
@@ -160,7 +160,7 @@ Authentication with AAD requires some initial setup:
160160
<dependency>
161161
<groupId>com.azure</groupId>
162162
<artifactId>azure-identity</artifactId>
163-
<version>1.4.3</version>
163+
<version>1.5.0</version>
164164
</dependency>
165165
```
166166
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)