Skip to content

Commit

Permalink
Include CloudServices resource in API Version '2020-10-01-preview' in…
Browse files Browse the repository at this point in the history
… ARM Schema (Azure#11874)

Co-authored-by: Sanchit Kumar <[email protected]>
  • Loading branch information
sanchitkum and Sanchit Kumar authored Dec 2, 2020
1 parent 091b44a commit c6ae7e9
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ batch:
- tag: schema-containerservice-2016-09-30
- tag: schema-containerservice-2016-03-30
- tag: schema-containerservice-2015-11-01-preview
- tag: schema-compute-2020-10-01-preview
- tag: schema-compute-2020-09-30
- tag: schema-compute-2020-06-30
- tag: schema-compute-2020-06-01
Expand Down Expand Up @@ -78,6 +79,17 @@ input-file:

```

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

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

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

```

### Tag: schema-compute-2020-09-30 and azureresourceschema

``` yaml $(tag) == 'schema-compute-2020-09-30' && $(azureresourceschema)
Expand Down

0 comments on commit c6ae7e9

Please sign in to comment.