Skip to content

Commit 0ef11e2

Browse files
authored
track1 add batch tag synapse (#15799)
1 parent ca53ed5 commit 0ef11e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ batch:
1616
- tag: package-2019-06-01-preview
1717
- tag: package-2020-12-01
1818
- tag: package-2021-03
19+
- tag: package-preview-2021-06
1920
```
2021
2122
### Tag: package-2019-06-01-preview and go
@@ -43,4 +44,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
4344

4445
``` yaml $(tag) == 'package-2021-03' && $(go)
4546
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
47+
```
48+
49+
### Tag: package-preview-2021-06 and go
50+
51+
These settings apply only when `--tag=package-preview-2021-06 --go` is specified on the command line.
52+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
53+
54+
``` yaml $(tag) == 'package-preview-2021-06' && $(go)
55+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-01-preview/$(namespace)
4656
```

0 commit comments

Comments
 (0)