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:
48
48
49
49
` ` ` yaml $(go) && $(multiapi)
50
50
batch :
51
+ - tag : package-2021-11-01
51
52
- tag : package-2021-08-01
52
53
- tag : package-2021-07-01
53
54
- tag : package-2021-04-01
@@ -75,6 +76,16 @@ batch:
75
76
- tag : package-container-service-2015-11-preview
76
77
` ` `
77
78
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
+
78
89
# ## Tag: package-2021-08-01 and go
79
90
80
91
These 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