File tree Expand file tree Collapse file tree 5 files changed +50
-0
lines changed
botservice/resource-manager
containerinstance/resource-manager
iotcentral/resource-manager
videoanalyzer/resource-manager Expand file tree Collapse file tree 5 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-preview-2021-05
1617 - tag : package-2021-03-01
1718 - tag : package-2017-12-01
1819 - tag : package-2018-07-12
1920` ` `
2021
22+ ### Tag: package-preview-2021-05 and go
23+
24+ These settings apply only when ` --tag=package-preview-2021-05 --go` is specified on the command line.
25+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26+
27+ ` ` ` yaml $(tag) == 'package-preview-2021-05' && $(go)
28+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-05-01-preview/$(namespace)
29+ ` ` `
30+
2131# ## Tag: package-2021-03-01 and go
2232
2333These settings apply only when `--tag=package-2021-03-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2021-09
1617 - tag : package-2021-07
1718 - tag : package-2021-03
1819 - tag : package-2020-11
@@ -27,6 +28,15 @@ batch:
2728 - tag : package-2017-08-preview
2829` ` `
2930
31+ ### Tag: package-2021-09 and go
32+
33+ These settings apply only when ` --tag=package-2021-09 --go` is specified on the command line.
34+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
35+
36+ ` ` ` yaml $(tag) == 'package-2021-09' && $(go)
37+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-09-01/$(namespace)
38+ ` ` `
39+
3040# ## Tag: package-2021-07 and go
3141
3242These 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 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2021-06
1617 - tag : package-2018-09-01
1718` ` `
1819
20+ ### Tag: package-2021-06 and go
21+
22+ These settings apply only when ` --tag=package-2021-06 --go` is specified on the command line.
23+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24+
25+ ` ` ` yaml $(tag)=='package-2021-06' && $(go)
26+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-06-01/$(namespace)
27+ ` ` `
28+
1929# ## Tag: package-2018-09-01 and go
2030
2131These settings apply only when `--tag=package-2018-09-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-composite-v2
1617 - tag : package-composite-v1
1718 - tag : package-2019-06-01-preview
1819 - tag : package-2020-12-01
1920 - tag : package-2021-03
2021 - tag : package-preview-2021-06
2122` ` `
2223
24+ ### Tag: package-composite-v2 and go
25+
26+ These settings apply only when ` --tag=package-composite-v2 --go` is specified on the command line.
27+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
28+
29+ ` ` ` yaml $(tag) == 'package-composite-v2' && $(go)
30+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v2.0/$(namespace)
31+ ` ` `
32+
2333# ## Tag: package-composite-v1 and go
2434
2535These settings apply only when `--tag=package-composite-v1 --go` is specified on the command line.
Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-preview-2021-11
1617 - tag : package-2021-05-01-preview
1718` ` `
1819
20+ ### Tag: package-preview-2021-11 and go
21+
22+ These settings apply only when ` --tag=package-preview-2021-11 --go` is specified on the command line.
23+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24+
25+ ` ` ` yaml $(tag) == 'package-preview-2021-11' && $(go)
26+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
27+ ` ` `
28+
1929# ## Tag: package-2021-05-01-preview and go
2030
2131These settings apply only when `--tag=package-2021-05-01-preview --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments