Skip to content

Commit 4220a6a

Browse files
authored
track1 add batch tag to cost-management and storagecache in readme.go.md (#15430)
1 parent a33fb44 commit 4220a6a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

specification/cost-management/resource-manager/readme.go.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ batch:
1717
- tag: package-2019-01
1818
- tag: package-preview-2019-03
1919
- tag: package-2019-10
20+
- tag: package-2019-11
2021
- tag: package-2020-06
2122
- tag: package-2021-01
2223
```

specification/storagecache/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,23 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-05
1617
- tag: package-2021-03
1718
- tag: package-2020-10-01
1819
- tag: package-2020-03-01
1920
- tag: package-2019-11-01
2021
- tag: package-2019-08
2122
```
2223
24+
### Tag: package-2021-05 and go
25+
26+
These settings apply only when `--tag=package-2021-05 --go` is specified on the command line.
27+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
28+
29+
``` yaml $(tag) == 'package-2021-05' && $(go)
30+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-05-01/$(namespace)
31+
```
32+
2333
### Tag: package-2021-03 and go
2434

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

0 commit comments

Comments
 (0)