File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/network/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-08
1617 - tag : package-2020-07
1718 - tag : package-2020-06
1819 - tag : package-2020-05
@@ -49,6 +50,15 @@ batch:
4950 - tag : package-2015-05-preview
5051` ` `
5152
53+ ### Tag: package-2020-08 and go
54+
55+ These settings apply only when ` --tag=package-2020-08 --go` is specified on the command line.
56+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
57+
58+ ` ` ` yaml $(tag) == 'package-2020-08' && $(go)
59+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-08-01/$(namespace)
60+ ` ` `
61+
5262# ## Tag: package-2020-07 and go
5363
5464These settings apply only when `--tag=package-2020-07 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments