File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
storagecache/resource-manager Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2020-11
1617 - tag : package-2020-08
1718 - tag : package-2020-07
1819 - tag : package-2020-06
@@ -50,6 +51,15 @@ batch:
5051 - tag : package-2015-05-preview
5152` ` `
5253
54+ ### Tag: package-2020-11 and go
55+
56+ These settings apply only when ` --tag=package-2020-11 --go` is specified on the command line.
57+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
58+
59+ ` ` ` yaml $(tag) == 'package-2020-11' && $(go)
60+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-11-01/$(namespace)
61+ ` ` `
62+
5363# ## Tag: package-2020-08 and go
5464
5565These settings apply only when `--tag=package-2020-08 --go` is specified on the command line.
Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2021-03
1617 - tag : package-2020-10-01
1718 - tag : package-2020-03-01
1819 - tag : package-2019-11-01
1920 - tag : package-2019-08
2021` ` `
22+
23+ ### Tag: package-2021-03 and go
24+
25+ These settings apply only when ` --tag=package-2021-03 --go` is specified on the command line.
26+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
27+
28+ ` ` ` yaml $(tag) == 'package-2021-03' && $(go)
29+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
30+ ` ` `
31+
2132# ## Tag: package-2020-10-01 and go
2233
2334These settings apply only when `--tag=package-2020-10-01 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments