File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
labservices/resource-manager Expand file tree Collapse file tree 3 files changed +30
-0
lines changed 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-2021-07-02
2425 - tag : package-2021-03
2526 - tag : package-preview-2021-03
2627 - tag : package-2020-03
@@ -34,6 +35,15 @@ batch:
3435 - tag : package-2016-02
3536` ` `
3637
38+ ### Tag: package-2021-07-02 and go
39+
40+ These settings apply only when ` --tag=package-2021-07-02 --go` is specified on the command line.
41+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
42+
43+ ` ` ` yaml $(tag) == 'package-2021-07-02' && $(go)
44+ output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-07-02/$(namespace)
45+ ` ` `
46+
3747# ## Tag: package-2021-03 and go
3848
3949These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -25,9 +25,19 @@ directive:
2525
2626` ` ` yaml $(go) && $(multiapi)
2727batch :
28+ - tag : package-preview-2021-11
2829 - tag : package-2018-10
2930` ` `
3031
32+ ### Tag: package-preview-2021-11 and go
33+
34+ These settings apply only when ` --tag=package-preview-2021-11 --go` is specified on the command line.
35+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
36+
37+ ` ` ` yaml $(tag) == 'package-preview-2021-11' && $(go)
38+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-15-preview/$(namespace)
39+ ` ` `
40+
3141# ## Tag: package-2018-10 and go
3242
3343These settings apply only when `--tag=package-2018-10 --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-2021-03
2425 - tag : package-2021-02
2526 - tag : package-2021-01-15
2627 - tag : package-2020-12
@@ -32,6 +33,15 @@ batch:
3233 - tag : package-2015-08-preview
3334` ` `
3435
36+ ### Tag: package-2021-03 and go
37+
38+ These settings apply only when ` --tag=package-2021-03 --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-03' && $(go)
42+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
43+ ` ` `
44+
3545# ## Tag: package-2021-02 and go
3646
3747These settings apply only when `--tag=package-2021-02 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments