Skip to content

Commit

Permalink
add tag into readme.go.md (#15022)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjianfei2017 authored Jun 29, 2021
1 parent 467afe8 commit a68e908
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/apimanagement/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-01
- tag: package-2020-12
- tag: package-2019-12
- tag: package-preview-2019-12
Expand All @@ -24,6 +25,15 @@ batch:
- tag: package-2016-07
```
### Tag: package-preview-2021-01 and go
These settings apply only when `--tag=package-preview-2021-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-preview-2021-01' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-01-01-preview/$(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 a68e908

Please sign in to comment.