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
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-2021-11
24
25
- tag : package-preview-2021-06
25
26
- tag : package-2020-03-30
26
27
- tag : package-2020-03
27
28
- tag : package-2019-09
28
29
- tag : package-2018-08-preview
29
30
` ` `
30
31
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
+
31
41
# ## Tag: package-preview-2021-06 and go
32
42
33
43
These 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:
19
19
- rename-model :
20
20
from : ' RedisResource'
21
21
to : ' ResourceInfo'
22
+ modelerfour :
23
+ lenient-model-deduplication : true
22
24
` ` `
23
25
24
26
### Go multi-api
25
27
26
28
` ` ` yaml $(go) && $(multiapi)
27
29
batch :
30
+ - tag : package-2021-06
28
31
- tag : package-2020-12
29
32
- tag : package-2020-06
30
33
- tag : package-2019-07-preview
@@ -35,6 +38,15 @@ batch:
35
38
- tag : package-2015-08
36
39
` ` `
37
40
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
+
38
50
# ## Tag: package-2020-12 and go
39
51
40
52
These 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