Skip to content

Commit

Permalink
track2 add PostgreSQL in readme.go.md (#15552)
Browse files Browse the repository at this point in the history
* track2 add PostgreSQL in readme.go.md

* fix

* fix
  • Loading branch information
Alancere authored Aug 6, 2021
1 parent 9161ee6 commit 5b09fc0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion specification/postgresql/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,28 @@

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

``` yaml $(go)
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
```
``` yaml $(go) && $(track2) && $(package-singleservers)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/postgresql/armpostgresql
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
``` yaml $(go) && $(track2) && $(package-flexibleservers)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/postgresql/armpostgresqlflexibleservers
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
Expand Down

0 comments on commit 5b09fc0

Please sign in to comment.