Skip to content

Commit

Permalink
Cherry pick GA May APIs (#19188) (#19191)
Browse files Browse the repository at this point in the history
* Cognitive Services Language GA API 2022-05-01 Swagger (#18402)

* adding Swagger for GA API

* remove extractive summerization changes

* run  .\Copy-AzSpecifications.ps1  -SourceBranch dev-cognitiveservices-Language-2022-03-01-preview

* removing extractive summerization from results

* removing analyze conversation APIs auto generated from March APIs

* single classification with array of class as multi classification

* update readme

* update the read me

* update read.me

* code review

* Use azure-sdk-for-net-track2 for validation (#18756)

* Add Language authoring 2022-05-01 APIs (#18694)

* Add Language authoring 2022-05-01 APIs

* Some build fixes

* Add polymerphism for CLU exported project

* Rename the api-version property in the import body

* Retrigger CI

* Update the hostTemplate and the operation Ids

* Use the common error objects

* Remove redundant definitions

* Update the stringIndexType

* Revert "Update the stringIndexType"

This reverts commit 455762d.

* Fix import/export object in CT

* Rename actual to predicted

* Add the APIs examples

* Fix the examples validations

* Fix prettier

* Fix autorest issues

* Fix nextLink examples regression

* Retrigger CI

* Renaming the swagger files

* Apply PR feedback - part 1

* Add the documentation for the schemas

* Fix spelling errors

* Update the descriptions for the analyzetext-authoring

* Rename project-file-version to projectFileVersion

* Add CLU 2022-05-01 GA version (#18759)

* Add CLU 2022-05-01 GA version

* Remove role

* Update modality to inputModality

* Do not update property name to inputModality, only the enum name.

* Resolve comments

* Rename CustomConversation

Co-authored-by: Chong Tang <[email protected]>

* Update Language authoring and runtime APIs to follow the same convention (2022-05-01) (#18836)

* Update authoring and runtime APIs to follow the same convention

* Update the examples

* Remove other references to "named" in "named entity recognition"

* Remove more 'named' from the swagger

* Adding the missing 'required' attribute present in preview APIs and not in the GA version (#18946)

* Adding the missing 'required' attribute present in preview APIs and not in the GA version

* Updates

* Add api-version parameter to cancel job endpoint (#18985)

* Use PascalCase for enum values (#18840)

* rename LUIS to Luis

* use camel case for enum values

* Revert "use camel case for enum values"

This reverts commit 8db93fb.

Co-authored-by: Chong Tang <[email protected]>

* Copy QuestionAnswering definitions to common.json and refer them in analyzeconversations.json (#19030)

Co-authored-by: Chong Tang <[email protected]>

Co-authored-by: Heath Stewart <[email protected]>
Co-authored-by: Mohamed Abbas <[email protected]>
Co-authored-by: Chong Tang <[email protected]>
Co-authored-by: Chong Tang <[email protected]>
Co-authored-by: Bidisha Chakraborty <[email protected]>

Co-authored-by: Nourhan <[email protected]>
Co-authored-by: Mohamed Abbas <[email protected]>
Co-authored-by: Chong Tang <[email protected]>
Co-authored-by: Chong Tang <[email protected]>
Co-authored-by: Bidisha Chakraborty <[email protected]>
  • Loading branch information
6 people authored May 24, 2022
1 parent e7f37e4 commit 9be5d47
Show file tree
Hide file tree
Showing 73 changed files with 15,422 additions and 2 deletions.
20 changes: 18 additions & 2 deletions specification/cognitiveservices/data-plane/Language/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This is the AutoRest configuration file the Cognitive Services Language SDK.
## Releases

The current preview release of Conversational Language Understanding and Text Analytics is 2022-05-15-preview.

The current stable release of Question Answering is 2021-10-01.

The current stable release of Conversational Language Understanding and Language is 2022-05-01.

```yaml
tag: release_2022_05_15_preview
add-credentials: true
Expand All @@ -22,6 +22,7 @@ directive:
where: $.definitions.CurrencyResolution.properties.ISO4217
reason: ISO should be upper case.
```
### Release 2022-05-15-preview
These settings apply only when `--tag=release_2022_05_15_preview` is specified on the command line.
Expand All @@ -39,6 +40,21 @@ modelerfour:
```

### Release 2022-05-01

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

``` yaml $(tag) == 'release_2022_05_01'
input-file:
- stable/2022-05-01/textanalytics.json
- stable/2022-05-01/analyzetext-authoring.json
- stable/2022-05-01/analyzeconversations-authoring.json
- stable/2022-05-01/analyzeconversations.json
title:
Microsoft Cognitive Language Service
modelerfour:
lenient-model-deduplication: true
```
### Release 2022-03-01-preview

These settings apply only when `--tag=release_2022_03_01_preview` is specified on the command line.
Expand Down
Loading

0 comments on commit 9be5d47

Please sign in to comment.