Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 3.49 KB

File metadata and controls

96 lines (71 loc) · 3.49 KB

Go

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

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

Go multi-api

batch:
  - tag: package-flexibleserver-2021-06
  - tag: package-flexibleserver-2021-06-preview
  - tag: package-2020-11-05-preview
  - tag: package-2020-02-14-preview
  - tag: package-2020-01-01
  - tag: package-2017-12-01-preview
  - tag: package-2017-12-01

Tag: package-flexibleserver-2021-06 and go

These settings apply only when --tag=package-flexibleserver-2021-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>.

rpname: postgresql
namespace: postgresqlflexibleservers
output-folder: $(go-sdk-folder)/services/$(rpname)/mgmt/2021-06-01/$(namespace)

Tag: package-flexibleserver-2021-06-preview and go

These settings apply only when --tag=package-flexibleserver-2021-06-preview --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>.

rpname: postgresql
namespace: postgresqlflexibleservers
output-folder: $(go-sdk-folder)/services/preview/$(rpname)/mgmt/2021-06-01-preview/$(namespace)

Tag: package-2020-11-05 and go

These settings apply only when --tag=package-2020-11-05-preview --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>.

rpname: postgresql
namespace: postgresqlflexibleservers
output-folder: $(go-sdk-folder)/services/preview/$(rpname)/mgmt/2020-11-05-preview/$(namespace)

Tag: package-2020-02-14 and go

These settings apply only when --tag=package-2020-02-14-preview --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>.

rpname: postgresql
namespace: postgresqlflexibleservers
output-folder: $(go-sdk-folder)/services/preview/$(rpname)/mgmt/2020-02-14-preview/$(namespace)

Tag: package-2020-01-01 and go

These settings apply only when --tag=package-2020-01-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>.

namespace: postgresql
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-01-01/$(namespace)

Tag: package-2017-12-01-preview and go

These settings apply only when --tag=package-2017-12-01-preview --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>.

namespace: postgresql
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2017-12-01-preview/$(namespace)

Tag: package-2017-12-01 and go

These settings apply only when --tag=package-2017-12-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>.

namespace: postgresql
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-12-01/$(namespace)