File tree Expand file tree Collapse file tree 6 files changed +60
-0
lines changed
applicationinsights/resource-manager
securityinsights/resource-manager
storagecache/resource-manager Expand file tree Collapse file tree 6 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 30
30
- tag : package-2020-02-02
31
31
- tag : package-2021-11-01
32
32
- tag : package-2022-01-11
33
+ - tag : package-2022-02-01
33
34
` ` `
34
35
35
36
### Tag: package-2015-05 and go
@@ -66,4 +67,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
66
67
67
68
` ` ` yaml $(tag) == 'package-2022-01-11' && $(go)
68
69
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2022-01-11-preview/$(namespace)
70
+ ` ` `
71
+
72
+ # ## Tag: package-2022-02-01 and go
73
+
74
+ These settings apply only when `--tag=package-2022-02-01 --go` is specified on he command line.
75
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
76
+
77
+ ` ` ` yaml $(tag) == 'package-2022-02-01' && $(go)
78
+ output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2022-02-01-preview/$(namespace)
69
79
` ` `
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ azure-arm: true
22
22
23
23
` ` ` yaml $(go) && $(multiapi)
24
24
batch :
25
+ - tag : package-2022-01
25
26
- tag : package-2021-06
26
27
- tag : package-2021-01
27
28
- tag : package-2020-09
@@ -36,6 +37,15 @@ batch:
36
37
- tag : package-2015-12
37
38
` ` `
38
39
40
+ ### Tag: package-2022-01 and go
41
+
42
+ These settings apply only when ` --tag=package-2022-01 --go` is specified on the command line.
43
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
44
+
45
+ ` ` ` yaml $(tag) == 'package-2022-01' && $(go)
46
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-01-01/$(namespace)
47
+ ` ` `
48
+
39
49
# ## Tag: package-2021-06 and go
40
50
41
51
These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ directive:
25
25
26
26
` ` ` yaml $(go) && $(multiapi)
27
27
batch :
28
+ - tag : package-2021-06
28
29
- tag : package-2020-09
29
30
- tag : package-2020-04
30
31
- tag : package-2019-06
@@ -36,6 +37,15 @@ batch:
36
37
- tag : package-2015-06
37
38
` ` `
38
39
40
+ ### Tag: package-2021-06 and go
41
+
42
+ These settings apply only when ` --tag=package-2021-06 --go` is specified on the command line.
43
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
44
+
45
+ ` ` ` yaml $(tag) == 'package-2021-06' && $(go)
46
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-06-01/$(namespace)
47
+ ` ` `
48
+
39
49
# ## Tag: package-2020-09 and go
40
50
41
51
These settings apply only when `--tag=package-2020-09 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -21,10 +21,20 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-preview-2021-09
24
25
- tag : package-2018-11-30
25
26
- tag : package-2015-08-31-preview
26
27
` ` `
27
28
29
+ ### Tag: package-preview-2021-09 and go
30
+
31
+ These settings apply only when ` --tag=package-preview-2021-09 --go` is specified on the command line.
32
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33
+
34
+ ` ` ` yaml $(tag) == 'package-preview-2021-09' && $(go)
35
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-30-preview/$(namespace)
36
+ ` ` `
37
+
28
38
# ## Tag: package-2018-11-30 and go
29
39
30
40
These settings apply only when `--tag=package-2018-11-30 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -21,11 +21,21 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-preview-2022-01
24
25
- tag : package-2020-01
25
26
- tag : package-2019-01-preview
26
27
- tag : package-preview-2021-09
27
28
` ` `
28
29
30
+ ### Tag: package-preview-2022-01
31
+
32
+ These settings apply only when ` --tag=package-preview-2022-01 --go` is specified on the command line.
33
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
34
+
35
+ ` ` ` yaml $(tag) == 'package-preview-2022-01' && $(go)
36
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-01-01-preview/$(namespace)
37
+ ` ` `
38
+
29
39
# ## Tag: package-preview-2021-09
30
40
31
41
These settings apply only when `--tag=package-preview-2021-09 --go` is specified on the command line.
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-2022-01
24
25
- tag : package-2021-09
25
26
- tag : package-2021-05
26
27
- tag : package-2021-03
@@ -30,6 +31,15 @@ batch:
30
31
- tag : package-2019-08
31
32
` ` `
32
33
34
+ ### Tag: package-2022-01 and go
35
+
36
+ These settings apply only when ` --tag=package-2022-01 --go` is specified on the command line.
37
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
38
+
39
+ ` ` ` yaml $(tag) == 'package-2022-01' && $(go)
40
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-01-01/$(namespace)
41
+ ` ` `
42
+
33
43
# ## Tag: package-2021-09 and go
34
44
35
45
These settings apply only when `--tag=package-2021-09 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments