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