Skip to content

Commit 296412a

Browse files
authored
add synapse batch tag package-composite-v1 (#15974)
1 parent 1e42e81 commit 296412a

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
@@ -13,12 +13,22 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-composite-v1
1617
- tag: package-2019-06-01-preview
1718
- tag: package-2020-12-01
1819
- tag: package-2021-03
1920
- tag: package-preview-2021-06
2021
```
2122
23+
### Tag: package-composite-v1 and go
24+
25+
These settings apply only when `--tag=package-composite-v1 --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-composite-v1' && $(go)
29+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v1.0/$(namespace)
30+
```
31+
2232
### Tag: package-2019-06-01-preview and go
2333

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

0 commit comments

Comments
 (0)