Skip to content

Commit

Permalink
[Go]Add batch tag 22/03/07 (#18113)
Browse files Browse the repository at this point in the history
* [Go]Add batch tag 22/03/07

* add modelerfour.lenient-model-deduplication
  • Loading branch information
Alancere authored Mar 7, 2022
1 parent 20d333f commit 58cb0aa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/healthcareapis/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,23 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-11
- tag: package-preview-2021-06
- tag: package-2020-03-30
- tag: package-2020-03
- tag: package-2019-09
- tag: package-2018-08-preview
```
### Tag: package-2021-11 and go
These settings apply only when `--tag=package-2021-11 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-11' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-11-01/$(namespace)
```

### Tag: package-preview-2021-06 and go

These settings apply only when `--tag=package-preview-2021-06 --go` is specified on the command line.
Expand Down
12 changes: 12 additions & 0 deletions specification/redis/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ directive:
- rename-model:
from: 'RedisResource'
to: 'ResourceInfo'
modelerfour:
lenient-model-deduplication: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-06
- tag: package-2020-12
- tag: package-2020-06
- tag: package-2019-07-preview
Expand All @@ -35,6 +38,15 @@ batch:
- tag: package-2015-08
```
### Tag: package-2021-06 and go
These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-06' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-06-01/$(namespace)
```

### Tag: package-2020-12 and go

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

0 comments on commit 58cb0aa

Please sign in to comment.