Skip to content

Commit 30ec96c

Browse files
committed
Add a new api-version for storage sync
1 parent b98c1c6 commit 30ec96c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/storagesync/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-2019-06-01
1617
- tag: package-2019-02-01
1718
- tag: package-2018-10-01
1819
- tag: package-2018-07-01
1920
- tag: package-2018-04-02
2021
```
2122
23+
### Tag: package-2019-06-01 and go
24+
25+
These settings apply only when `--tag=package-2019-06-01 --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-2019-06-01' && $(go)
29+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-06-01/$(namespace)
30+
```
31+
2232
### Tag: package-2019-02-01 and go
2333

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

0 commit comments

Comments
 (0)