File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
apimanagement/resource-manager
applicationinsights/resource-manager
confluent/resource-manager Expand file tree Collapse file tree 3 files changed +31
-1
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-08
2425 - tag : package-preview-2021-01
2526 - tag : package-2020-12
2627 - tag : package-2019-12
@@ -33,6 +34,15 @@ batch:
3334 - tag : package-2016-07
3435` ` `
3536
37+ ### Tag: package-2021-08 and go
38+
39+ These settings apply only when ` --tag=package-2021-08 --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-08' && $(go)
43+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
44+ ` ` `
45+
3646# ## Tag: package-preview-2021-01 and go
3747
3848These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
Original file line number Diff line number Diff line change 99 clear-output-folder : true
1010` ` `
1111
12- ### Go mult -api
12+ ### Go multi -api
1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
1616 - tag : package-2015-05
1717 - tag : package-2020-02-02
18+ - tag : package-2021-11-01
1819` ` `
1920
2021### Tag: package-2015-05 and go
@@ -34,3 +35,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
3435` ` ` yaml $(tag) == 'package-2020-02-02' && $(go)
3536output-folder: $(go-sdk-folder)/services/appinsights/mgmt/2020-02-02/$(namespace)
3637` ` `
38+
39+ # ## Tag: package-2021-11-01 and go
40+
41+ These settings apply only when `--tag=package-2021-11-01 --go` is specified on he command line.
42+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
43+
44+ ` ` ` yaml $(tag) == 'package-2021-11-01' && $(go)
45+ output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2021-11-01-preview/$(namespace)
46+ ` ` `
Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
16+ - tag : package-preview-2021-09
1617 - tag : package-2020-03-01
1718 - tag : package-2020-03-01-preview
1819 - tag : package-2021-03-01-preview
1920` ` `
2021
22+ ### Tag: package-preview-2021-09 and go
23+
24+ These settings apply only when ` --tag=package-preview-2021-09 --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-09' && $(go)
28+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-01-preview/$(namespace)
29+ ` ` `
30+
2131# ## Tag: package-2020-03-01 and go
2232
2333These settings apply only when `--tag=package-2020-03-01 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments