Skip to content

Commit

Permalink
add sql tag to readme.go.md (#14841)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjianfei2017 authored Jun 17, 2021
1 parent 7548024 commit a07f49e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/sql/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ From api-version 2017-10 and onwards, only pure package versions should be used.
``` yaml $(go) && $(multiapi)
batch:
- tag: package-composite-v5
- tag: package-composite-v4
- tag: package-composite-v3
- tag: package-pure-2018-06-preview
Expand All @@ -24,6 +25,15 @@ batch:
- tag: package-pure-2014-04
```
#### Tag: package-composite-v5 and go
These settings apply only when `--tag=package-composite-v5 --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>`.

``` yaml $(tag) == 'package-composite-v5' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v5.0/$(namespace)
```

#### Tag: package-composite-v4 and go

These settings apply only when `--tag=package-composite-v4 --go` is specified on the command line.
Expand Down

0 comments on commit a07f49e

Please sign in to comment.