Skip to content

Commit

Permalink
Update AzureResourceSchema file to include new api version (#11362)
Browse files Browse the repository at this point in the history
* update AzureResourceSchema in readme file

* removed unwanted change to the file
  • Loading branch information
anrudraw authored Oct 25, 2020
1 parent 80f368e commit 527bdc3
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma

``` yaml $(azureresourceschema) && $(multiapi)
batch:
- tag: schema-healthcareapis-2020-03-30
- tag: schema-healthcareapis-2020-03-15
- tag: schema-healthcareapis-2019-09-16
- tag: schema-healthcareapis-2018-08-20-preview
Expand All @@ -14,6 +15,17 @@ batch:

Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

### Tag: schema-healthcareapis-2020-03-30 and azureresourceschema

``` yaml $(tag) == 'schema-healthcareapis-2020-03-30' && $(azureresourceschema)
output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
- Microsoft.HealthcareApis/stable/2020-03-30/healthcare-apis.json

```

### Tag: schema-healthcareapis-2020-03-15 and azureresourceschema

``` yaml $(tag) == 'schema-healthcareapis-2020-03-15' && $(azureresourceschema)
Expand Down

0 comments on commit 527bdc3

Please sign in to comment.