Skip to content

Commit 76befb3

Browse files
committed
Updates readme
1 parent 8619f46 commit 76befb3

File tree

1 file changed

+11
-3
lines changed
  • specification/resourcehealth/resource-manager

1 file changed

+11
-3
lines changed

specification/resourcehealth/resource-manager/readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,23 @@ These are the global settings for the ResourceHealth API.
2626

2727
``` yaml
2828
openapi-type: arm
29-
tag: package-2020-05-01
29+
tag: package-preview-2022-10
3030
```
3131
3232
33+
### Tag: package-preview-2022-10
34+
35+
These settings apply only when `--tag=package-preview-2022-10` is specified on the command line.
36+
37+
```yaml $(tag) == 'package-preview-2022-10'
38+
input-file:
39+
- Microsoft.ResourceHealth/preview/2022-10-01-preview/ResourceHealth.json
40+
```
3341
### Tag: package-preview-2022-05-01
3442

3543
These settings apply only when `--tag=package-2022-05-01-preview` is specified on the command line.
3644

37-
```yaml $(tag) == 'package-preview-2022-05-01'
45+
``` yaml $(tag) == 'package-preview-2022-05-01'
3846
input-file:
3947
- Microsoft.ResourceHealth/preview/2022-05-01-preview/ResourceHealth.json
4048
```
@@ -228,4 +236,4 @@ java:
228236
output-folder: $(azure-libraries-for-java-folder)/sdk/resourcehealth/mgmt-v2020_05_01
229237
regenerate-manager: true
230238
generate-interface: true
231-
```
239+
```

0 commit comments

Comments
 (0)