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