Skip to content

Commit 8f812c9

Browse files
mssfangkhmic5
authored andcommitted
[TA] Merge patch release note back to main repo from release SHA (Azure#29416)
1 parent a73ab1c commit 8f812c9

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.4;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.9;5.2.0-beta.4
45+
com.azure:azure-ai-textanalytics;5.1.10;5.2.0-beta.4
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
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-ai-textanalytics</artifactId>
111-
<version>5.1.9</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
111+
<version>5.1.10</version> <!-- {x-version-update;com.azure:azure-ai-textanalytics;dependency} -->
112112
</dependency>
113113

114114

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
### Other Changes
1212

13+
## 5.1.10 (2022-06-09)
14+
### Other Changes
15+
16+
#### Dependency Updates
17+
- Updated `azure-core` to `1.29.1`.
18+
- Updated `azure-core-http-netty` to `1.12.2`.
19+
1320
## 5.2.0-beta.3 (2022-05-18)
1421
Note that this is the first version of the client library that targets the Azure Cognitive Service for Language APIs
1522
which includes the existing text analysis and natural language processing features found in the Text Analytics client

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Authentication with AAD requires some initial setup:
161161
<dependency>
162162
<groupId>com.azure</groupId>
163163
<artifactId>azure-identity</artifactId>
164-
<version>1.5.1</version>
164+
<version>1.5.2</version>
165165
</dependency>
166166
```
167167
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)