Skip to content

Commit

Permalink
[Text Analytics] Merge feature branch for v3.2-preview.1 (#16716)
Browse files Browse the repository at this point in the history
* [Text Analytics] Add support for extract summary actions (#16304)

* [Text Analytics] Add support for extract summary actions

* add a test case

* update readme

* edit

* edit

* edit

* regenerate using latest swagger

* edit

* edit

* address feedback

* edit

* edit

* [Text Analytics] Re-recording against 3.2-preview.1 prod (#16715)

* update lock

* make orderBy optional

* add missing recordings and make orderBy optional
  • Loading branch information
deyaaeldeen authored Aug 4, 2021
1 parent 773fc26 commit 0d44620
Show file tree
Hide file tree
Showing 461 changed files with 13,870 additions and 22,209 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion sdk/textanalytics/ai-text-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Release History

## 5.1.1 (Unreleased)
## 5.2.0-beta.1 (Unreleased)

### Features Added

- We are now targeting the service's v3.2-preview.1 API as the default instead of v3.1.
- `beginAnalyzeActions` now supports extract summary actions.

### Breaking Changes

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/textanalytics/ai-text-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Azure TextAnalytics](https://azure.microsoft.com/services/cognitive-services/text-analytics/) is a cloud-based service that provides advanced natural language processing over raw text, and includes six main functions:

**Note:** This SDK targets Azure Text Analytics service API version 3.1.0.
**Note:** This SDK targets Azure Text Analytics service API version 3.2.0-preview.1.

- Language Detection
- Sentiment Analysis
Expand Down
2 changes: 1 addition & 1 deletion sdk/textanalytics/ai-text-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "client",
"author": "Microsoft Corporation",
"description": "An isomorphic client library for the Azure Text Analytics service.",
"version": "5.1.1",
"version": "5.2.0-beta.1",
"keywords": [
"node",
"azure",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0d44620

Please sign in to comment.