Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.74 KB

readme.azureresourceschema.md

File metadata and controls

60 lines (39 loc) · 1.74 KB

AzureResourceSchema

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

AzureResourceSchema multi-api

batch:
  - tag: schema-databoxedge-2020-05-01-preview
  - tag: schema-databoxedge-2019-08-01
  - tag: schema-databoxedge-2019-07-01
  - tag: schema-databoxedge-2019-03-01

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

Tag: schema-databoxedge-2020-05-01-preview and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBoxEdge/preview/2020-05-01-preview/databoxedge.json

Tag: schema-databoxedge-2019-08-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBoxEdge/stable/2019-08-01/databoxedge.json

Tag: schema-databoxedge-2019-07-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBoxEdge/stable/2019-07-01/databoxedge.json

Tag: schema-databoxedge-2019-03-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.DataBoxEdge/stable/2019-03-01/databoxedge.json