Skip to content

Files

Latest commit

e773233 · Sep 1, 2020

History

History
60 lines (39 loc) · 1.81 KB

readme.azureresourceschema.md

File metadata and controls

60 lines (39 loc) · 1.81 KB

AzureResourceSchema

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

AzureResourceSchema multi-api

batch:
  - tag: schema-signalrservice-2020-07-01-preview
  - tag: schema-signalrservice-2020-05-01
  - tag: schema-signalrservice-2018-10-01
  - tag: schema-signalrservice-2018-03-01-preview

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

Tag: schema-signalrservice-2020-07-01-preview and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json

Tag: schema-signalrservice-2020-05-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.SignalRService/stable/2020-05-01/signalr.json

Tag: schema-signalrservice-2018-10-01 and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.SignalRService/stable/2018-10-01/signalr.json

Tag: schema-signalrservice-2018-03-01-preview and azureresourceschema

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

# all the input files in this apiVersion
input-file:
  - Microsoft.SignalRService/preview/2018-03-01-preview/signalr.json