Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 3.06 KB

readme.azureresourceschema.md

File metadata and controls

96 lines (67 loc) · 3.06 KB

AzureResourceSchema

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

AzureResourceSchema multi-api

batch:
  - tag: schema-keyvault-2020-04-01-preview
  - tag: schema-keyvault-2019-09-01
  - tag: schema-keyvault-2018-02-14-preview
  - tag: schema-keyvault-2018-02-14
  - tag: schema-keyvault-2016-10-01
  - tag: schema-keyvault-2015-06-01

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

Tag: schema-keyvault-2020-04-01-preview and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.KeyVault/preview/2020-04-01-preview/managedHsm.json
  - Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json
  - Microsoft.KeyVault/preview/2020-04-01-preview/providers.json
  - Microsoft.KeyVault/preview/2020-04-01-preview/secrets.json

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

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

# all the input files in this apiVersion
input-file:
  - Microsoft.KeyVault/stable/2019-09-01/keyvault.json
  - Microsoft.KeyVault/stable/2019-09-01/providers.json
  - Microsoft.KeyVault/stable/2019-09-01/keys.json
  - Microsoft.KeyVault/stable/2019-09-01/secrets.json

Tag: schema-keyvault-2018-02-14-preview and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.KeyVault/preview/2018-02-14-preview/keyvault.json
  - Microsoft.KeyVault/preview/2018-02-14-preview/providers.json
  - Microsoft.KeyVault/preview/2018-02-14-preview/secrets.json

Tag: schema-keyvault-2018-02-14 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.KeyVault/stable/2018-02-14/keyvault.json
  - Microsoft.KeyVault/stable/2018-02-14/providers.json
  - Microsoft.KeyVault/stable/2018-02-14/secrets.json

Tag: schema-keyvault-2016-10-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.KeyVault/stable/2016-10-01/keyvault.json
  - Microsoft.KeyVault/stable/2016-10-01/providers.json
  - Microsoft.KeyVault/stable/2016-10-01/secrets.json

Tag: schema-keyvault-2015-06-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.KeyVault/stable/2015-06-01/keyvault.json