File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
healthcareapis/resource-manager Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,23 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-11
2425 - tag : package-preview-2021-06
2526 - tag : package-2020-03-30
2627 - tag : package-2020-03
2728 - tag : package-2019-09
2829 - tag : package-2018-08-preview
2930` ` `
3031
32+ ### Tag: package-2021-11 and go
33+
34+ These settings apply only when ` --tag=package-2021-11 --go` is specified on the command line.
35+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
36+
37+ ` ` ` yaml $(tag) == 'package-2021-11' && $(go)
38+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-11-01/$(namespace)
39+ ` ` `
40+
3141# ## Tag: package-preview-2021-06 and go
3242
3343These settings apply only when `--tag=package-preview-2021-06 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ directive:
1919- rename-model :
2020 from : ' RedisResource'
2121 to : ' ResourceInfo'
22+ modelerfour :
23+ lenient-model-deduplication : true
2224` ` `
2325
2426### Go multi-api
2527
2628` ` ` yaml $(go) && $(multiapi)
2729batch :
30+ - tag : package-2021-06
2831 - tag : package-2020-12
2932 - tag : package-2020-06
3033 - tag : package-2019-07-preview
@@ -35,6 +38,15 @@ batch:
3538 - tag : package-2015-08
3639` ` `
3740
41+ ### Tag: package-2021-06 and go
42+
43+ These settings apply only when ` --tag=package-2021-06 --go` is specified on the command line.
44+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
45+
46+ ` ` ` yaml $(tag) == 'package-2021-06' && $(go)
47+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-06-01/$(namespace)
48+ ` ` `
49+
3850# ## Tag: package-2020-12 and go
3951
4052These settings apply only when `--tag=package-2020-12 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments