These settings apply only when --go
is specified on the command line.
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
namespace: operationalinsights
batch:
- tag: v1
These settings apply only when --tag=v1 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
output-folder: $(go-sdk-folder)/services/$(namespace)/v1/$(namespace)
directive:
- from: swagger-document
where: $.definitions.table.properties.rows.items.items
transform: $.type = "object"