Skip to content

Commit adda038

Browse files
updating Form Recognizer V2.0 to stable (#10367)
* updating FR V2.0 to stable * remove old tags
1 parent d1d7dc3 commit adda038

18 files changed

+2049
-6
lines changed

specification/cognitiveservices/data-plane/FormRecognizer/readme.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,25 @@ add-credentials: true
1313
openapi-type: data-plane
1414
```
1515
16-
``` yaml
17-
18-
tag: release_1_0
19-
add-credentials: true
20-
openapi-type: data-plane
21-
```
2216
# Releases
2317
2418
### Release 2.0
2519
These settings apply only when `--tag=release_2_0` is specified on the command line.
2620

2721
``` yaml $(tag) == 'release_2_0'
22+
input-file:
23+
- stable/v2.0/FormRecognizer.json
24+
```
25+
26+
### Release 2.0-preview
27+
These settings apply only when `--tag=release_2_0_preview` is specified on the command line.
28+
29+
``` yaml $(tag) == 'release_2_0_preview'
2830
input-file:
2931
- preview/v2.0/FormRecognizer.json
3032
```
3133

34+
3235
### Release 1.0
3336
These settings apply only when `--tag=release_1_0` is specified on the command line.
3437

@@ -101,6 +104,7 @@ require: $(this-folder)/../../../../profiles/readme.md
101104
102105
# all the input files across all versions
103106
input-file:
107+
- $(this-folder)/stable/v2.0/FormRecognizer.json
104108
- $(this-folder)/preview/v2.0/FormRecognizer.json
105109
- $(this-folder)/preview/v1.0/FormRecognizer.json
106110
- $(this-folder)/preview/v1.0/FormRecognizerReceipt.json

0 commit comments

Comments
 (0)