File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ directive:
3131
3232` ` ` yaml $(go) && $(multiapi)
3333batch :
34+ - tag : package-2020-06-30
3435 - tag : package-2020-06-01
3536 - tag : package-2019-12-01
3637 - tag : package-2019-07
@@ -50,6 +51,16 @@ batch:
5051 - tag : package-container-service-2015-11-preview
5152` ` `
5253
54+ ### Tag: package-2020-06-30 and go
55+
56+ These settings apply only when ` --tag=package-2020-06-30 --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-06-30' && $(go)
60+ namespace: compute
61+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-06-30/$(namespace)
62+ ` ` `
63+
5364# ## Tag: package-2020-06-01 and go
5465
5566These settings apply only when `--tag=package-2020-06-01 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments