Skip to content

Latest commit

 

History

History
124 lines (94 loc) · 4.62 KB

File metadata and controls

124 lines (94 loc) · 4.62 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
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/mysql/armmysql
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/mysql/armmysqlflexibleservers
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true

Go multi-api

batch:
  - tag: package-flexibleserver-2021-12-01-preview
  - tag: package-flexibleserver-2021-05-01
  - tag: package-flexibleserver-2021-05-01-preview
  - tag: package-2020-07-01-preview
  - tag: package-2020-01-01
  - tag: package-2017-12-01-preview
  - tag: package-2017-12-01
  - tag: package-flexibleserver-2022-09-30-preview

Tag: package-flexibleserver-2022-09-30-preview and go

These settings apply only when --tag=package-flexibleserver-2022-09-30-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: mysql
namespace: mysqlflexibleservers
output-folder: $(go-sdk-folder)/services/preview/$(rpname)/mgmt/2022-09-30-preview/$(namespace)

Tag: package-flexibleserver-2021-12-01-preview and go

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

rpname: mysql
namespace: mysqlflexibleservers
output-folder: $(go-sdk-folder)/services/preview/$(rpname)/mgmt/2021-12-01-preview/$(namespace)

Tag: package-flexibleserver-2021-05-01 and go

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

rpname: mysql
namespace: mysqlflexibleservers
output-folder: $(go-sdk-folder)/services/$(rpname)/mgmt/2021-05-01/$(namespace)

Tag: package-flexibleserver-2021-05-01-preview and go

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

rpname: mysql
namespace: mysqlflexibleservers
output-folder: $(go-sdk-folder)/services/preview/$(rpname)/mgmt/2021-05-01-preview/$(namespace)

Tag: package-2020-07-01-preview and go

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

rpname: mysql
namespace: mysqlflexibleservers
output-folder: $(go-sdk-folder)/services/preview/$(rpname)/mgmt/2020-07-01-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: mysql
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: mysql
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: mysql
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-12-01/$(namespace)