File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
changeanalysis/resource-manager
extendedlocation/resource-manager Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-2021-04-01
1617 - tag : package-2020-04-01-preview
1718` ` `
1819
20+
21+ ### Tag: package-2021-04-01 and go
22+
23+ These settings apply only when ` --tag=package-2021-04-01 --go` is specified on the command line.
24+ Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
25+
26+ ` ` ` yaml $(tag) == 'package-2021-04-01' && $(go)
27+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-01/$(namespace)
28+ ` ` `
29+
1930# ## Tag: package-2020-04-01-preview and go
2031
2132These settings apply only when `--tag=package-2020-04-01-preview --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ directive:
3131
3232` ` ` yaml $(go) && $(multiapi)
3333batch :
34+ - tag : package-2021-03-01
3435 - tag : package-2020-12-01
3536 - tag : package-2020-10-01-preview
3637 - tag : profile-hybrid-2020-09-01
@@ -54,6 +55,16 @@ batch:
5455 - tag : package-container-service-2015-11-preview
5556` ` `
5657
58+ ### Tag: package-2021-03-01 and go
59+
60+ These settings apply only when ` --tag=package-2021-03-01 --go` is specified on the command line.
61+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
62+
63+ ` ` ` yaml $(tag)=='package-2021-03-01' && $(go)
64+ namespace: compute
65+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
66+ ` ` `
67+
5768# ## Tag: package-2020-12-01 and go
5869
5970These settings apply only when `--tag=package-2020-12-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change 1212
1313` ` ` yaml $(go) && $(multiapi)
1414batch :
15+ - tag : package-2021-03-15-preview
1516 - tag : package-2020-07-15-privatepreview
1617` ` `
1718
You can’t perform that action at this time.
0 commit comments