Skip to content

Commit

Permalink
[TA] Merge monthly patch to main for October (Azure#24832)
Browse files Browse the repository at this point in the history
* README use the latest stable release version
  • Loading branch information
mssfang authored Oct 15, 2021
1 parent a8272fe commit 600953f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-metricsadvisor;1.0.3;1.1.0-beta.1
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-textanalytics;5.1.2;5.2.0-beta.2
com.azure:azure-ai-textanalytics;5.1.3;5.2.0-beta.2
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-analytics-purview-catalog;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-analytics-purview-scanning;1.0.0-beta.1;1.0.0-beta.1
Expand Down
7 changes: 7 additions & 0 deletions sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
- Renamed methods `setSentencesOrderBy()` to `setOrderBy()` and `getSentencesOrderBy()` to `getOrderBy()`, in the
option bag, `ExtractSummaryAction`.

## 5.1.3 (2021-10-05)
### Other Changes

#### Dependency Updates
- Updated `azure-core` from `1.20.0` to `1.21.0`.
- Updated `azure-core-http-netty` from `1.11.0` to `1.11.1`.

## 5.1.2 (2021-09-09)
### Other Changes

Expand Down
6 changes: 3 additions & 3 deletions sdk/textanalytics/azure-ai-textanalytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ and then include the direct dependency in the dependencies section without the v
If you want to take dependency on a particular version of the library that is not present in the BOM,
add the direct dependency to your project as follows.

[//]: # ({x-version-update-start;com.azure:azure-ai-textanalytics;current})
[//]: # ({x-version-update-start;com.azure:azure-ai-textanalytics;dependency})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.2.0-beta.2</version>
<version>5.1.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -162,7 +162,7 @@ Authentication with AAD requires some initial setup:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 600953f

Please sign in to comment.