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-07-01
51
52
- tag : package-2021-04-01
52
53
- tag : package-2021-03-01
53
54
- tag : package-2020-12-01
@@ -73,6 +74,16 @@ batch:
73
74
- tag : package-container-service-2015-11-preview
74
75
` ` `
75
76
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
+
76
87
# ## Tag: package-2021-04-01 and go
77
88
78
89
These 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