Skip to content

Commit

Permalink
track1 add batch tag to cost-management and storagecache in readme.go…
Browse files Browse the repository at this point in the history
….md (#15430)
  • Loading branch information
Alancere committed Jul 29, 2021
1 parent a33fb44 commit 4220a6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ batch:
- tag: package-2019-01
- tag: package-preview-2019-03
- tag: package-2019-10
- tag: package-2019-11
- tag: package-2020-06
- tag: package-2021-01
```
Expand Down
10 changes: 10 additions & 0 deletions specification/storagecache/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-05
- tag: package-2021-03
- tag: package-2020-10-01
- tag: package-2020-03-01
- tag: package-2019-11-01
- tag: package-2019-08
```
### Tag: package-2021-05 and go
These settings apply only when `--tag=package-2021-05 --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-05' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-05-01/$(namespace)
```

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

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

0 comments on commit 4220a6a

Please sign in to comment.