Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextAnalytics 3.1 GA #14624

Merged
merged 27 commits into from
Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
13c7065
initial commit - WIP
suhas92 May 24, 2021
a98014c
WIP - updated healthcare entity
suhas92 May 24, 2021
606580c
WIP - fix indent
suhas92 May 24, 2021
5ec4c61
WIP - update readme
suhas92 May 24, 2021
fdf53d6
wip - update 3.1
suhas92 May 24, 2021
406eb5f
wip - update 3.1
suhas92 May 24, 2021
5cccf37
update piicategories as string
suhas92 May 25, 2021
56f6c4c
update partiallyCompleted
suhas92 May 25, 2021
281e03b
update analyzerequest
suhas92 May 25, 2021
e9a664f
update healthcare entity category
suhas92 May 25, 2021
5fe7d64
update partiallySucceeded
suhas92 May 25, 2021
165bbe4
remove partiallySucceeded
suhas92 May 25, 2021
dfd6643
remove partiallyCompleted
suhas92 May 26, 2021
f8cde50
Update specification/cognitiveservices/data-plane/TextAnalytics/readm…
suhas92 May 26, 2021
96cc090
address comments
suhas92 May 26, 2021
487e6b8
Merge branch 'sumeh/textanalytics-3.1' of https://github.com/suhas92/…
suhas92 May 26, 2021
2d89b72
Update TextAnalytics.json
suhas92 May 27, 2021
dd64904
add taskName to all input tasks
suhas92 May 27, 2021
6a57b5e
Update SuccessfulAnalyzeStatusRequest.json
suhas92 May 27, 2021
83ce1df
update piicategories in query to be an array
suhas92 May 27, 2021
be5bc7f
run prettier
suhas92 Jun 1, 2021
a5514a3
resolve build errors
suhas92 Jun 7, 2021
758feea
fix lint errors
suhas92 Jun 7, 2021
07525d4
resolve build errors
suhas92 Jun 7, 2021
514887f
resolve build errors
suhas92 Jun 8, 2021
338706d
remove errors from response examples
suhas92 Jun 8, 2021
a8ee67c
resolve comments
suhas92 Jun 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ These settings apply only when `--tag=release_3_1_preview.5` is specified on the
input-file: preview/v3.1-preview.5/TextAnalytics.json
```

### Release 3.1

These settings apply only when `--tag=release_3_1` is specified on the command line.

``` yaml $(tag) == 'release_3_1'
input-file: stable/v3.1/TextAnalytics.json
```

## Swagger to SDK

This section describes what SDK should be generated by the automatic system.
Expand Down
Loading