File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/cdn/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-2020-09
1617 - tag : package-2020-04
1718 - tag : package-2019-06
1819 - tag : package-2019-04
@@ -23,6 +24,15 @@ batch:
2324 - tag : package-2015-06
2425` ` `
2526
27+ ### Tag: package-2020-09 and go
28+
29+ These settings apply only when ` --tag=package-2020-09 --go` is specified on the command line.
30+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
31+
32+ ` ` ` yaml $(tag) == 'package-2020-09' && $(go)
33+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-09-01/$(namespace)
34+ ` ` `
35+
2636# ## Tag: package-2020-04 and go
2737
2838These settings apply only when `--tag=package-2020-04 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments