File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
containerinstance/resource-manager Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ directive:
4545
4646` ` ` yaml $(go) && $(multiapi)
4747batch :
48+ - tag : package-2021-04-01
4849 - tag : package-2021-03-01
4950 - tag : package-2020-12-01
5051 - tag : package-2020-10-01-preview
@@ -69,6 +70,16 @@ batch:
6970 - tag : package-container-service-2015-11-preview
7071` ` `
7172
73+ ### Tag: package-2021-04-01 and go
74+
75+ These settings apply only when ` --tag=package-2021-04-01 --go` is specified on the command line.
76+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
77+
78+ ` ` ` yaml $(tag)=='package-2021-04-01' && $(go)
79+ namespace: compute
80+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-01/$(namespace)
81+ ` ` `
82+
7283# ## Tag: package-2021-03-01 and go
7384
7485These 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-03
1617 - tag : package-2020-11
1718 - tag : package-2019-12
1819 - tag : package-2018-10
@@ -25,6 +26,15 @@ batch:
2526 - tag : package-2017-08-preview
2627` ` `
2728
29+ ### Tag: package-2021-03 and go
30+
31+ These settings apply only when ` --tag=package-2021-03 --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-2021-03' && $(go)
35+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
36+ ` ` `
37+
2838# ## Tag: package-2020-11 and go
2939
3040These settings apply only when `--tag=package-2020-11 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments