Skip to content

Commit 44aff56

Browse files
authored
add network 2019-02-01 to Go SDK (#5735)
1 parent 5a51aca commit 44aff56

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-2019-02
1617
- tag: package-2018-12
1718
- tag: package-2018-11
1819
- tag: package-2018-10
@@ -36,6 +37,15 @@ batch:
3637
- tag: package-2015-05-preview
3738
```
3839
40+
### Tag: package-2019-02 and go
41+
42+
These settings apply only when `--tag=package-2019-02 --go` is specified on the command line.
43+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
44+
45+
``` yaml $(tag) == 'package-2019-02' && $(go)
46+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-02-01/$(namespace)
47+
```
48+
3949
### Tag: package-2018-12 and go
4050

4151
These settings apply only when `--tag=package-2018-12 --go` is specified on the command line.

0 commit comments

Comments
 (0)