Skip to content

Commit e3a88f1

Browse files
chenjianfei2017Andrew Sager
authored andcommitted
add sql tag to readme.go.md (Azure#14841)
1 parent 9e0a7ba commit e3a88f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/sql/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ From api-version 2017-10 and onwards, only pure package versions should be used.
1515
1616
``` yaml $(go) && $(multiapi)
1717
batch:
18+
- tag: package-composite-v5
1819
- tag: package-composite-v4
1920
- tag: package-composite-v3
2021
- tag: package-pure-2018-06-preview
@@ -24,6 +25,15 @@ batch:
2425
- tag: package-pure-2014-04
2526
```
2627
28+
#### Tag: package-composite-v5 and go
29+
30+
These settings apply only when `--tag=package-composite-v5 --go` is specified on the command line.
31+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
32+
33+
``` yaml $(tag) == 'package-composite-v5' && $(go)
34+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v5.0/$(namespace)
35+
```
36+
2737
#### Tag: package-composite-v4 and go
2838

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

0 commit comments

Comments
 (0)