Skip to content

Commit d4bad53

Browse files
Add new api-version 2020-08-01 of network to go sdk (#12429)
1 parent b778af4 commit d4bad53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2020-08
1617
- tag: package-2020-07
1718
- tag: package-2020-06
1819
- tag: package-2020-05
@@ -49,6 +50,15 @@ batch:
4950
- tag: package-2015-05-preview
5051
```
5152
53+
### Tag: package-2020-08 and go
54+
55+
These settings apply only when `--tag=package-2020-08 --go` is specified on the command line.
56+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
57+
58+
``` yaml $(tag) == 'package-2020-08' && $(go)
59+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-08-01/$(namespace)
60+
```
61+
5262
### Tag: package-2020-07 and go
5363

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

0 commit comments

Comments
 (0)