Skip to content

Commit af463c3

Browse files
authored
ServiceBus add batch tag (#16229)
1 parent fdf061b commit af463c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,21 @@ go:
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2021-06-preview
2425
- tag: package-2018-01-preview
2526
- tag: package-2017-04
2627
- tag: package-2015-08
2728
```
2829
30+
### Tag: package-2021-06-preview and go
31+
32+
These settings apply only when `--tag=package-2021-06-preview --go` is specified on the command line.
33+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
34+
35+
``` yaml $(tag) == 'package-2021-06-preview' && $(go)
36+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-01-preview/$(namespace)
37+
```
38+
2939
### Tag: package-2018-01-preview and go
3040

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

0 commit comments

Comments
 (0)