These settings apply only when --go
is specified on the command line.
go:
license-header: MICROSOFT_APACHE_NO_VERSION
clear-output-folder: true
namespace: digitaltwins
batch:
- tag: package-2020-12
- tag: package-2020-10
- tag: package-2020-03-01-preview
These settings apply only when --tag=package-2020-12 --go
is specified on the command line.
Please also specify --go-sdks-folder=digitaltwins
.
namespace: digitaltwins
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-01/$(namespace)
These settings apply only when --tag=package-2020-10 --go
is specified on the command line.
Please also specify --go-sdks-folder=digitaltwins
.
namespace: digitaltwins
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-31/$(namespace)
These settings apply only when --tag=package-2020-03-01-preview --go
is specified on the command line.
Please also specify --go-sdks-folder=digitaltwins
.
namespace: digitaltwins
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-03-01-preview/$(namespace)