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 3030 - tag : package-2020-02-02
3131 - tag : package-2021-11-01
3232 - tag : package-2022-01-11
33+ - tag : package-2022-02-01
3334` ` `
3435
3536### 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
6667
6768` ` ` yaml $(tag) == 'package-2022-01-11' && $(go)
6869output-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)
6979` ` `
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ azure-arm: true
2222
2323` ` ` yaml $(go) && $(multiapi)
2424batch :
25+ - tag : package-2022-01
2526 - tag : package-2021-06
2627 - tag : package-2021-01
2728 - tag : package-2020-09
@@ -36,6 +37,15 @@ batch:
3637 - tag : package-2015-12
3738` ` `
3839
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+
3949# ## Tag: package-2021-06 and go
4050
4151These 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:
2525
2626` ` ` yaml $(go) && $(multiapi)
2727batch :
28+ - tag : package-2021-06
2829 - tag : package-2020-09
2930 - tag : package-2020-04
3031 - tag : package-2019-06
@@ -36,6 +37,15 @@ batch:
3637 - tag : package-2015-06
3738` ` `
3839
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+
3949# ## Tag: package-2020-09 and go
4050
4151These 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
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-preview-2021-09
2425 - tag : package-2018-11-30
2526 - tag : package-2015-08-31-preview
2627` ` `
2728
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+
2838# ## Tag: package-2018-11-30 and go
2939
3040These 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
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-preview-2022-01
2425 - tag : package-2020-01
2526 - tag : package-2019-01-preview
2627 - tag : package-preview-2021-09
2728` ` `
2829
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+
2939# ## Tag: package-preview-2021-09
3040
3141These 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
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2022-01
2425 - tag : package-2021-09
2526 - tag : package-2021-05
2627 - tag : package-2021-03
@@ -30,6 +31,15 @@ batch:
3031 - tag : package-2019-08
3132` ` `
3233
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+
3343# ## Tag: package-2021-09 and go
3444
3545These 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