Skip to content

Commit 09b2582

Browse files
mariam606MIDDLEEAST\v-mariamel
andauthored
LUIS Authoring V3.0 GA (#15364)
* v3.0 swagger * Unchange the preview folder * Changes in the readme * readme.go changes * Readme.md changes * Changes in th readme * Changing all v2 to v3 * Editing LUIS.authoring * Editing readme * Adding "fuzzyMatchingEnabled" property to some objects * solving syntax errors * Deleting SDK files * Solving errors * Editing package.json * Changes according to the comments * Changing the default value of some properties * Adding prettier check * Change * Revert "Change" This reverts commit ca991fb. * Add missing parts * Changes for the SDK Co-authored-by: MIDDLEEAST\v-mariamel <v-mariamel@microsoft.com>
1 parent 8753415 commit 09b2582

File tree

175 files changed

+19672
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+19672
-13
lines changed

specification/cognitiveservices/data-plane/LUIS/Authoring/readme.go.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,30 @@ go:
1010
```
1111
1212
### Go multi-api
13-
1413
``` yaml $(go) && $(multiapi)
1514
batch:
1615
- tag: authoring_2_0
1716
- tag: authoring_3_0_preview
17+
- tag: authoring_3_0
1818
```
1919
2020
### Tag: authoring_2_0 and go
21-
2221
These settings apply only when `--tag=authoring_2_0 --go` is specified on the command line.
2322
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24-
2523
``` yaml $(tag) == 'authoring_2_0' && $(go)
2624
output-folder: $(go-sdk-folder)/services/cognitiveservices/v2.0/luis/$(namespace)
2725
```
2826

2927
### Tag: authoring_3_0_preview and go
30-
3128
These settings apply only when `--tag=authoring_3_0_preview --go` is specified on the command line.
3229
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33-
3430
``` yaml $(tag) == 'authoring_3_0_preview' && $(go)
3531
output-folder: $(go-sdk-folder)/services/preview/cognitiveservices/v3.0/luis/$(namespace)
32+
```
33+
34+
### Tag: authoring_3_0 and go
35+
These settings apply only when `--tag=authoring_3_0 --go` is specified on the command line.
36+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
37+
``` yaml $(tag) == 'authoring_3_0' && $(go)
38+
output-folder: $(go-sdk-folder)/services/stable/cognitiveservices/v3.0/luis/$(namespace)
3639
```

specification/cognitiveservices/data-plane/LUIS/Authoring/readme.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
Configuration for generating LUIS Authoring SDK.
66

77
``` yaml
8-
tag: authoring_3_0_preview
8+
tag: authoring_3_0
99
add-credentials: true
1010
openapi-type: data-plane
1111
```
1212
13-
The current release for the Authoring Endpoint is `authoring_3_0_preview`.
13+
The current release for the Authoring Endpoint is `authoring_3_0`.
1414

1515
# Releases
1616

@@ -47,10 +47,9 @@ directive:
4747
- suppress: DefinitionsPropertiesNamesCamelCase
4848
reason: Changing casing will break existing clients/consumers
4949
```
50-
5150
---
5251

53-
## Authoring 3.0
52+
## Authoring 3.0-preview
5453
These settings apply only when `--tag=authoring_3_0_preview` is specified on the command line.
5554

5655
``` yaml $(tag) == 'authoring_3_0_preview'
@@ -75,6 +74,25 @@ directive:
7574

7675
AutoRest-Linter Suppressions
7776

77+
``` yaml
78+
# Ignore autorest-linter issues that cannot be resolve without updates to the API implementation
79+
directive:
80+
- suppress: DeleteMustNotHaveRequestBody
81+
reason: Body is used to specify entity to delete
82+
- suppress: DefinitionsPropertiesNamesCamelCase
83+
reason: Changing casing will break existing clients/consumers
84+
```
85+
---
86+
87+
## Authoring 3.0
88+
These settings apply only when `--tag=authoring_3_0` is specified on the command line.
89+
90+
``` yaml $(tag) == 'authoring_3_0'
91+
input-file: stable/v3.0/LUIS-Authoring.json
92+
```
93+
94+
AutoRest-Linter Suppressions
95+
7896
``` yaml
7997
# Ignore autorest-linter issues that cannot be resolve without updates to the API implementation
8098
directive:
@@ -88,15 +106,13 @@ directive:
88106

89107
# Code Generation
90108

91-
92109
## Swagger to SDK
93110

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

97114
``` yaml $(swagger-to-sdk)
98115
swagger-to-sdk:
99-
- repo: azure-sdk-for-go
100116
- repo: azure-sdk-for-python
101117
- repo: azure-sdk-for-js
102118
- repo: azure-sdk-for-node
@@ -157,5 +173,4 @@ uncomment the `exclude-file` section below and add the file paths.
157173
``` yaml $(tag) == 'all-api-versions'
158174
#exclude-file:
159175
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
160-
```
161-
176+
```

0 commit comments

Comments
 (0)