Skip to content

Commit

Permalink
[Go]Add batch tag 04/07/22 (#18589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Apr 7, 2022
1 parent eecf176 commit d045209
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/authorization/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ batch:
- tag: package-2018-09-01-preview
- tag: package-2020-04-01-preview
- tag: package-2020-10-01-preview
- tag: package-2020-10-01
```
### Tag: package-2015-07-01 and go
Expand Down Expand Up @@ -92,3 +93,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2020-10-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-01-preview/$(namespace)
```

### Tag: package-2020-10-01 and go

These settings apply only when `--tag=package-2020-10-01 --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-2020-10-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-01/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/redisenterprise/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-01
- tag: package-2021-08
- tag: package-2021-03
- tag: package-2020-10-01-preview
```
### Tag: package-2022-01 and go
These settings apply only when `--tag=package-2022-01 --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-2022-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-01-01/$(namespace)
```

### Tag: package-2021-08 and go

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

0 comments on commit d045209

Please sign in to comment.