Skip to content

Commit 454b79d

Browse files
add gosdk version in readme.go.md (#14635)
1 parent 1591626 commit 454b79d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/cosmos-db/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-05
1617
- tag: package-2021-04
1718
- tag: package-2021-04-preview
1819
- tag: package-2021-03
@@ -28,6 +29,15 @@ batch:
2829
- tag: package-2015-04
2930
```
3031
32+
### Tag: package-2021-05 and go
33+
34+
These settings apply only when `--tag=package-2021-05 --go` is specified on the command line.
35+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
36+
37+
``` yaml $(tag) == 'package-2021-05' && $(go)
38+
output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2021-05-15/$(namespace)
39+
```
40+
3141
### Tag: package-2021-04 and go
3242

3343
These settings apply only when `--tag=package-2021-04 --go` is specified on the command line.

0 commit comments

Comments
 (0)