File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
specification/resourcehealth/resource-manager Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,23 @@ These are the global settings for the ResourceHealth API.
2626
2727``` yaml
2828openapi-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
3543These 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'
3846input-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
229237regenerate-manager: true
230238generate-interface: true
231- ` ` `
239+ ` ` `
You can’t perform that action at this time.
0 commit comments