You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/webpubsub/data-plane/readme.md
+23-14Lines changed: 23 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,26 +24,35 @@ To see additional help and options, run:
24
24
25
25
These are the global settings for the Web PubSub Service API.
26
26
27
-
```yaml
27
+
```yaml
28
28
openapi-type: data-plane
29
-
tag: package-2022-11-01
29
+
tag: package-2023-07
30
30
```
31
31
32
32
### Suppression
33
33
34
-
```yaml
34
+
```yaml
35
35
directive:
36
36
- suppress: LROStatusCodesReturnTypeSchema
37
37
reason: For this data plane API, it is not a long run operation and the status code indicates the results.
38
38
- suppress: XmsExamplesRequired
39
39
reason: There are a lot of APIs that does not have the example. While it is being worked upon disabling this to ensure that we catch and fix other violations
40
40
```
41
41
42
+
43
+
### Tag: package-2023-07
44
+
45
+
These settings apply only when `--tag=package-2023-07` is specified on the command line.
46
+
47
+
```yaml $(tag) == 'package-2023-07'
48
+
input-file:
49
+
- WebPubSub/stable/2023-07-01/webpubsub.json
50
+
```
42
51
### Tag: package-2022-11-01
43
52
44
53
These settings apply only when `--tag=package-2022-11-01` is specified on the command line.
0 commit comments