Skip to content

Commit a144e3b

Browse files
authored
Include the preview version of resource changes and resources history… (Azure#14084)
* Include the preview version of resource changes and resources history APIs * Address the review feedback on releasing the new package version.
1 parent f77c471 commit a144e3b

File tree

1 file changed

+12
-1
lines changed
  • specification/resourcegraph/resource-manager

1 file changed

+12
-1
lines changed

specification/resourcegraph/resource-manager/readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These are the global settings for the ResourceGraph API.
2727
``` yaml
2828
title: ResourceGraphClient
2929
openapi-type: arm
30-
tag: package-2021-03
30+
tag: package-preview-2021-03
3131
```
3232
3333
### Validations
@@ -40,6 +40,17 @@ semantic-validator: true
4040
model-validator: true
4141
message-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

4556
These settings apply only when `--tag=package-2021-03` is specified on the command line.

0 commit comments

Comments
 (0)