Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.04 KB

File metadata and controls

66 lines (47 loc) · 2.04 KB

Go

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

go:
  license-header: MICROSOFT_MIT_NO_VERSION
  namespace: keyvault
  clear-output-folder: true

Go multi-api

batch:
  - tag: package-7.2
  - tag: package-7.1
  - tag: package-7.0
  - tag: package-2016-10
  - tag: package-2015-06

Tag: package-7.2 and go

These settings apply only when --tag=package-7.2 --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)/v7.2/$(namespace)

Tag: package-7.1 and go

These settings apply only when --tag=package-7.1 --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)/v7.1/$(namespace)

Tag: package-7.0 and go

These settings apply only when --tag=package-7.0 --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)/v7.0/$(namespace)

Tag: package-2016-10 and go

These settings apply only when --tag=package-2016-10 --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)/2016-10-01/$(namespace)

Tag: package-2015-06 and go

These settings apply only when --tag=package-2015-06 --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)/2015-06-01/$(namespace)