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 @@ -48,6 +48,7 @@ directive:
4848
4949` ` ` yaml $(go) && $(multiapi)
5050batch :
51+ - tag : package-2021-07-01
5152 - tag : package-2021-04-01
5253 - tag : package-2021-03-01
5354 - tag : package-2020-12-01
@@ -73,6 +74,16 @@ batch:
7374 - tag : package-container-service-2015-11-preview
7475` ` `
7576
77+ ### Tag: package-2021-07-01 and go
78+
79+ These settings apply only when ` --tag=package-2021-07-01 --go` is specified on the command line.
80+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
81+
82+ ` ` ` yaml $(tag)=='package-2021-07-01' && $(go)
83+ namespace: compute
84+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
85+ ` ` `
86+
7687# ## Tag: package-2021-04-01 and go
7788
7889These settings apply only when `--tag=package-2021-04-01 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments