Skip to content

Commit 677897e

Browse files
bojunehsuharryli0108
authored andcommitted
Form Recognizer v3.1 GA (2023-07-31) (Azure#24634)
* Copy 2023-02-28-preview to 2023-07-31 * v3.1 GA changes * Update documentation for REST docs
1 parent 900a97d commit 677897e

22 files changed

+11215
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,24 @@
44
55
Configuration for generating Form Recognizer SDK.
66

7-
The current release is `2022-08-31`.
7+
The current release is `2023-07-31`.
88

99
``` yaml
1010

11-
tag: 2022-08-31
11+
tag: 2023-07-31
1212
add-credentials: true
1313
openapi-type: data-plane
1414
```
1515
1616
# Releases
1717
18+
### Release 2023-07-31
19+
These settings apply only when `--tag=2023-07-31` is specified on the command line.
20+
``` yaml $(tag) == '2023-07-31'
21+
input-file:
22+
- stable/2023-07-31/FormRecognizer.json
23+
```
24+
1825
### Release 2023-02-28-preview
1926
These settings apply only when `--tag=2023-02-28-preview` is specified on the command line.
2027
``` yaml $(tag) == '2023-02-28-preview'

0 commit comments

Comments
 (0)