File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
containerinstance/resource-manager Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2021-07
1617 - tag : package-2021-03
1718 - tag : package-2020-11
1819 - tag : package-2019-12
@@ -26,6 +27,15 @@ batch:
2627 - tag : package-2017-08-preview
2728` ` `
2829
30+ ### Tag: package-2021-07 and go
31+
32+ These settings apply only when ` --tag=package-2021-07 --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-2021-07' && $(go)
36+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
37+ ` ` `
38+
2939# ## Tag: package-2021-03 and go
3040
3141These 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 @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-03
2425 - tag : package-preview-2021-03
2526 - tag : package-2020-03
2627 - tag : package-preview-2019-07
@@ -33,6 +34,15 @@ batch:
3334 - tag : package-2016-02
3435` ` `
3536
37+ ### Tag: package-2021-03 and go
38+
39+ These settings apply only when ` --tag=package-2021-03 --go` is specified on the command line.
40+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
41+
42+ ` ` ` yaml $(tag) == 'package-2021-03' && $(go)
43+ output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-03-31/$(namespace)
44+ ` ` `
45+
3646# ## Tag: package-preview-2021-03 and go
3747
3848These settings apply only when `--tag=package-preview-2021-03 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments