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