Skip to content

Commit d1d7dc3

Browse files
Add 2020-06-01 for web (#10354)
1 parent 4f3d54b commit d1d7dc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

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

2434
These settings apply only when `--tag=package-2019-08 --go` is specified on the command line.

0 commit comments

Comments
 (0)