File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
specification/resourcegraph/resource-manager Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ These are the global settings for the ResourceGraph API.
2727``` yaml
2828title : ResourceGraphClient
2929openapi-type : arm
30- tag : package-2021-03
30+ tag : package-preview- 2021-03
3131` ` `
3232
3333### Validations
@@ -40,6 +40,17 @@ semantic-validator: true
4040model-validator: true
4141message-format: json
4242` ` `
43+ # ## Tag: package-preview-2021-03
44+
45+ These settings apply only when `--tag=package-preview-2021-03` is specified on the command line.
46+
47+ ` ` ` yaml $(tag) == 'package-preview-2021-03'
48+ input-file:
49+ - Microsoft.ResourceGraph/preview/2020-09-01-preview/resourcechanges.json
50+ - Microsoft.ResourceGraph/stable/2021-03-01/resourcegraph.json
51+ - Microsoft.ResourceGraph/preview/2020-04-01-preview/resourceshistory.json
52+ ` ` `
53+
4354# ## Tag: package-2021-03
4455
4556These settings apply only when `--tag=package-2021-03` is specified on the command line.
You can’t perform that action at this time.
0 commit comments