Skip to content

Commit

Permalink
Add batch tag for release track1 (#17111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Dec 16, 2021
1 parent af723f6 commit 52552b1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/automanage/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-04-30-preview
- tag: package-2020-06-30-preview
```
### Tag: package-2021-04-30-preview and go
These settings apply only when `--tag=package-2021-04-30-preview --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-04-30-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-04-30-preview/$(namespace)
```

### Tag: package-2020-06-30-preview and go

These settings apply only when `--tag=package-2020-06-30-preview --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/network/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ azure-arm: true
batch:
- tag: package-2021-05
- tag: package-2021-03
- tag: package-2021-03-preview
- tag: package-2021-02
- tag: package-2020-11
- tag: package-2020-08
Expand Down Expand Up @@ -80,6 +81,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
```

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

These settings apply only when `--tag=package-2021-03-preview --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-03-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-03-01-preview/$(namespace)
```

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

These settings apply only when `--tag=package-2021-02 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/recoveryservices/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-08
- tag: package-2016-06
```
### Tag: package-2021-08 and go
These settings apply only when `--tag=package-2021-08 --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-08' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
```

### Tag: package-2016-06 and go

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

0 comments on commit 52552b1

Please sign in to comment.