File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed
automation/resource-manager
datamigration/resource-manager
recoveryservicesbackup/resource-manager Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 27
27
- tag : package-2018-06-preview
28
28
- tag : package-2019-06
29
29
- tag : package-2020-01-13-preview
30
+ - tag : package-2021-06-22
30
31
` ` `
31
32
32
33
### Tag: package-2015-10 and go
@@ -78,4 +79,13 @@ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-06-01/$(namespac
78
79
79
80
` ` ` yaml $(tag) == 'package-2020-01-13-preview' && $(go)
80
81
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-01-13-preview/$(namespace)
82
+ ` ` `
83
+
84
+ # ## Tag: package-2021-06-22 and go
85
+
86
+ These settings apply only when `--tag=package-2021-06-22 --go` is specified on the command line.
87
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
88
+
89
+ ` ` ` yaml $(tag) == 'package-2021-06-22' && $(go)
90
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-22-preview/$(namespace)
81
91
` ` `
Original file line number Diff line number Diff line change 17
17
- tag : package-2018-03-31-preview
18
18
- tag : package-2018-04-19
19
19
- tag : package-2018-07-15-preview
20
+ - tag : package-preview-2021-10
20
21
` ` `
21
22
22
23
@@ -55,3 +56,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
55
56
` ` ` yaml $(tag)=='package-2018-07-15-preview' && $(go)
56
57
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-07-15-preview/$(namespace)
57
58
` ` `
59
+
60
+ # ## Tag: package-preview-2021-10 and go
61
+
62
+ These settings apply only when `--tag=package-preview-2021-10 --go` is specified on the command line.
63
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
64
+
65
+ ` ` ` yaml $(tag)=='package-preview-2021-10' && $(go)
66
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-10-30-preview/$(namespace)
67
+ ` ` `
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2021-12
24
25
- tag : package-2021-07
25
26
- tag : package-2021-01
26
27
- tag : package-2020-12
@@ -32,6 +33,15 @@ batch:
32
33
- tag : package-2016-06
33
34
` ` `
34
35
36
+ ### Tag: package-2021-12 and go
37
+
38
+ These settings apply only when ` --tag=package-2021-12 --go` is specified on the command line.
39
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
40
+
41
+ ` ` ` yaml $(tag)=='package-2021-12' && $(go)
42
+ output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-12-01/$(namespace)
43
+ ` ` `
44
+
35
45
# ## Tag: package-2021-07 and go
36
46
37
47
These settings apply only when `--tag=package-2021-07 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ modelerfour:
23
23
24
24
` ` ` yaml $(go) && $(multiapi)
25
25
batch :
26
+ - tag : package-2021-08
26
27
- tag : package-2021-06
27
28
- tag : package-2021-04
28
29
- tag : package-2021-02
@@ -43,6 +44,15 @@ batch:
43
44
- tag : package-2015-05-preview
44
45
` ` `
45
46
47
+ ### Tag: package-2021-08 and go
48
+
49
+ These settings apply only when ` --tag=package-2021-08 --go` is specified on the command line.
50
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
51
+
52
+ ` ` ` yaml $(tag) == 'package-2021-08' && $(go)
53
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
54
+ ` ` `
55
+
46
56
# ## Tag: package-2021-06 and go
47
57
48
58
These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments