Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.63 KB

readme.azureresourceschema.md

File metadata and controls

60 lines (39 loc) · 1.63 KB

AzureResourceSchema

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

AzureResourceSchema multi-api

batch:
  - tag: schema-databox-2020-11-01
  - tag: schema-databox-2020-04-01
  - tag: schema-databox-2019-09-01
  - tag: schema-databox-2018-01-01

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

Tag: schema-databox-2020-11-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBox/stable/2020-11-01/databox.json

Tag: schema-databox-2020-04-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBox/stable/2020-04-01/databox.json

Tag: schema-databox-2019-09-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBox/stable/2019-09-01/databox.json

Tag: schema-databox-2018-01-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBox/stable/2018-01-01/databox.json