Skip to content

Commit

Permalink
track1 add batch tag (#15628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Aug 12, 2021
1 parent fb0ba41 commit 4bbe62f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/web/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-02
- tag: package-2021-01-15
- tag: package-2020-12
- tag: package-2020-09
Expand All @@ -31,6 +32,15 @@ batch:
- tag: package-2015-08-preview
```
### Tag: package-2021-02 and go
These settings apply only when `--tag=package-2021-02 --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-02' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-02-01/$(namespace)
```

### Tag: package-2021-01-15 and go

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

0 comments on commit 4bbe62f

Please sign in to comment.