Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include the preview version of resource changes and resources history… #14084

Merged
merged 2 commits into from
Apr 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion specification/resourcegraph/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ These are the global settings for the ResourceGraph API.
``` yaml
title: ResourceGraphClient
openapi-type: arm
tag: package-2021-03
tag: package-preview-2021-03
```

### Validations
Expand All @@ -40,6 +40,17 @@ semantic-validator: true
model-validator: true
message-format: json
```
### Tag: package-preview-2021-03

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

``` yaml $(tag) == 'package-preview-2021-03'
input-file:
- Microsoft.ResourceGraph/preview/2020-09-01-preview/resourcechanges.json
- Microsoft.ResourceGraph/stable/2021-03-01/resourcegraph.json
- Microsoft.ResourceGraph/preview/2020-04-01-preview/resourceshistory.json
```

### Tag: package-2021-03

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