Skip to content

Commit

Permalink
Track2 modify sql readme.go.md (#15314)
Browse files Browse the repository at this point in the history
* servicebus readme.go.md

* track2 modify sql readme.go.md
  • Loading branch information
Alancere authored Jul 23, 2021
1 parent 4508074 commit 7b8b9eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion specification/sql/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

``` yaml $(go)
``` yaml $(go) && $(track2)
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/sql/armsql
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
```
``` yaml $(go) && !$(track2)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: sql
Expand Down

0 comments on commit 7b8b9eb

Please sign in to comment.