Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.36 KB

readme.azureresourceschema.md

File metadata and controls

48 lines (31 loc) · 1.36 KB

AzureResourceSchema

These settings apply only when --azureresourceschema is specified on the command line.

AzureResourceSchema multi-api

batch:
  - tag: schema-maps-2020-02-01-preview
  - tag: schema-maps-2018-05-01
  - tag: schema-maps-2017-01-01-preview

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

Tag: schema-maps-2020-02-01-preview and azureresourceschema

output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
  - Microsoft.Maps/preview/2020-02-01-preview/maps-management.json

Tag: schema-maps-2018-05-01 and azureresourceschema

output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
  - Microsoft.Maps/stable/2018-05-01/maps-management.json

Tag: schema-maps-2017-01-01-preview and azureresourceschema

output-folder: $(azureresourceschema-folder)/schemas

# all the input files in this apiVersion
input-file:
  - Microsoft.Maps/stable/2017-01-01-preview/maps-management.json