Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ These settings apply only when `--azureresourceschema` is specified on the comma
batch:
- tag: schema-cache-2021-03-01
- tag: schema-cache-2021-02-01-preview
- tag: schema-cache-2020-10-01-preview

```

Expand Down Expand Up @@ -36,13 +35,3 @@ input-file:

```

### Tag: schema-cache-2020-10-01-preview and azureresourceschema

``` yaml $(tag) == 'schema-cache-2020-10-01-preview' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.Cache/preview/2020-10-01-preview/redisenterprise.json

```