Skip to content

Commit f94c9b7

Browse files
authored
add missing packages to readme.go.md (#13008)
1 parent 4184b56 commit f94c9b7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ batch:
2020
- tag: package-2019-03
2121
- tag: package-2019-06
2222
- tag: package-2019-11
23+
- tag: package-2020-10
2324
```
2425
2526
### Tag: package-2017-09 and go
@@ -84,3 +85,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
8485
``` yaml $(tag) == 'package-2019-11' && $(go)
8586
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2019-11-01-preview/$(namespace)
8687
```
88+
89+
### Tag: package-2020-10 and go
90+
91+
These settings apply only when `--tag=package-2020-10 --go` is specified on the command line.
92+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
93+
94+
``` yaml $(tag) == 'package-2020-10' && $(go)
95+
output-folder: $(go-sdk-folder)/services/monitor/mgmt/2020-10-01/$(namespace)
96+
```

specification/web/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-2020-09
1617
- tag: package-2020-06
1718
- tag: package-2019-08
1819
- tag: package-2018-02
1920
- tag: package-2016-09
2021
- tag: package-2015-08-preview
2122
```
2223
24+
### Tag: package-2020-09 and go
25+
26+
These settings apply only when `--tag=package-2020-09 --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-2020-09' && $(go)
30+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-09-01/$(namespace)
31+
```
32+
2333
### Tag: package-2020-06 and go
2434

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

0 commit comments

Comments
 (0)