Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.76 KB

readme.azureresourceschema.md

File metadata and controls

60 lines (39 loc) · 1.76 KB

AzureResourceSchema

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

AzureResourceSchema multi-api

batch:
  - tag: schema-storagecache-2020-10-01
  - tag: schema-storagecache-2020-03-01
  - tag: schema-storagecache-2019-11-01
  - tag: schema-storagecache-2019-08-01-preview

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

Tag: schema-storagecache-2020-10-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.StorageCache/stable/2020-10-01/storagecache.json

Tag: schema-storagecache-2020-03-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.StorageCache/stable/2020-03-01/storagecache.json

Tag: schema-storagecache-2019-11-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.StorageCache/stable/2019-11-01/storagecache.json

Tag: schema-storagecache-2019-08-01-preview and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.StorageCache/preview/2019-08-01-preview/storagecache.json