File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/machinelearningservices/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 14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
16
- tag : package-2021-07-01
17
+ - tag : package-2021-04-01
17
18
- tag : package-2021-03-01-preview
18
19
- tag : package-2020-04-01
19
20
- tag : package-2020-03-01
25
26
- tag : package-2020-02-18-preview
26
27
- tag : package-2018-03-preview
27
28
` ` `
29
+
28
30
## Tag: package-2021-07-01 and go
29
31
30
32
These settings apply only when ` --tag=package-2021-07-01 --go` is specified on the command line.
@@ -34,6 +36,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
34
36
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
35
37
` ` `
36
38
39
+ # # Tag: package-2021-04-01 and go
40
+
41
+ These settings apply only when `--tag=package-2021-04-01 --go` is specified on the command line.
42
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
43
+
44
+ ` ` ` yaml $(tag)=='package-2021-04-01' && $(go)
45
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-01/$(namespace)
46
+ ` ` `
47
+
37
48
# # Tag: package-2021-03-01-preview and go
38
49
39
50
These settings apply only when `--tag=package-2021-03-01-preview --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments