Skip to content

Commit f3be409

Browse files
add api-version of network for go SDK (#11890)
1 parent 716b540 commit f3be409

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-07
1617
- tag: package-2020-06
1718
- tag: package-2020-05
1819
- tag: package-2020-04
@@ -48,6 +49,15 @@ batch:
4849
- tag: package-2015-05-preview
4950
```
5051
52+
### Tag: package-2020-07 and go
53+
54+
These settings apply only when `--tag=package-2020-07 --go` is specified on the command line.
55+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
56+
57+
``` yaml $(tag) == 'package-2020-07' && $(go)
58+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-07-01/$(namespace)
59+
```
60+
5161
### Tag: package-2020-06 and go
5262

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

0 commit comments

Comments
 (0)