Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.42 KB

File metadata and controls

47 lines (33 loc) · 1.42 KB

Go

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

go:
  license-header: MICROSOFT_APACHE_NO_VERSION
  clear-output-folder: true
  namespace: iothub

Go multi-api

batch:
  - tag: package-2017-11
  - tag: package-2017-08
  - tag: package-2018-01

Tag: package-2018-01 and go

These settings apply only when --tag=package-2018-01 --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/provisioningservices/mgmt/2018-01-22/$(namespace)

Tag: package-2017-11 and go

These settings apply only when --tag=package-2017-11 --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/provisioningservices/mgmt/2017-11-15/$(namespace)

Tag: package-2017-08 and go

These settings apply only when --tag=package-2017-08 --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/preview/provisioningservices/mgmt/2017-08-21-preview/$(namespace)