Skip to content

Commit 58cb0aa

Browse files
authored
[Go]Add batch tag 22/03/07 (#18113)
* [Go]Add batch tag 22/03/07 * add modelerfour.lenient-model-deduplication
1 parent 20d333f commit 58cb0aa

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

specification/healthcareapis/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,23 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
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

3343
These settings apply only when `--tag=package-preview-2021-06 --go` is specified on the command line.

specification/redis/resource-manager/readme.go.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
2729
batch:
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

4052
These settings apply only when `--tag=package-2020-12 --go` is specified on the command line.

0 commit comments

Comments
 (0)