File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/cosmos-db/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
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
3343These settings apply only when `--tag=package-2021-04 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments