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

[Language] Restructure Language swagger files #31161

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
# Cognitive Services Language - Conversations Authoring SDK

This is the AutoRest configuration file the Cognitive Services Language Conversations Authoring SDK.

> see https://aka.ms/autorest

## Releases

The current preview release of Language is 2023-11-15-preview.

The current stable release of Language is 2023-04-01.

```yaml
tag: release_2023-11-15-preview
add-credentials: true
clear-output-folder: true
openapi-type: data-plane
directive:
- suppress: LongRunningResponseStatusCode
reason: The validation tools do not properly recognize 202 as a supported response code.
- suppress: R3016
where: $.definitions.CurrencyResolution.properties.ISO4217
reason: ISO should be upper case.
```
### Release 2023-11-15-preview

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

``` yaml $(tag) == 'release_2023-11-15-preview'
input-file:
- preview/2023-11-15-preview/analyzeconversations-authoring.json
title:
Microsoft Cognitive Language Service - Conversations Authoring
modelerfour:
lenient-model-deduplication: true
```

### Release 2023-04-15-preview

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

``` yaml $(tag) == 'release_2023-04-15-preview'
input-file:
- preview/2023-04-15-preview/analyzeconversations-authoring.json
title:
Microsoft Cognitive Language Service - Conversations Authoring
modelerfour:
lenient-model-deduplication: true
```

### Release 2023-04-01

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

``` yaml $(tag) == 'release_2023_04_01'
input-file:
- stable/2023-04-01/analyzeconversations-authoring.json
title:
Microsoft Cognitive Language Service - Conversations Authoring
modelerfour:
lenient-model-deduplication: true

```

### Release 2022-10-01-preview

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

``` yaml $(tag) == 'release_2022_10_01_preview'
input-file:
- preview/2022-10-01-preview/analyzeconversations-authoring.json
title:
Microsoft Cognitive Language Service - Conversations Authoring
modelerfour:
lenient-model-deduplication: true

```

### Release 2022-07-01-preview

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

``` yaml $(tag) == 'release_2022_07_01_preview'
input-file:
- preview/2022-07-01-preview/analyzeconversations-authoring.json
title:
Microsoft Cognitive Language Service - Conversations Authoring
modelerfour:
lenient-model-deduplication: true

```

### Release 2022-05-15-preview

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

``` yaml $(tag) == 'release_2022_05_15_preview'
input-file:
- preview/2022-05-15-preview/analyzeconversations-authoring.json
title:
Microsoft Cognitive Language Service - Conversations Authoring
modelerfour:
lenient-model-deduplication: true

```

### 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/analyzeconversations-authoring.json
title:
Microsoft Cognitive Language Service - Conversations Authoring
modelerfour:
lenient-model-deduplication: true

```

## Swagger to SDK

This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net-track2
```
Loading
Loading