Skip to content

Commit

Permalink
add synapse batch tag package-composite-v1 (#15974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Sep 9, 2021
1 parent 1e42e81 commit 296412a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/synapse/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,22 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-composite-v1
- tag: package-2019-06-01-preview
- tag: package-2020-12-01
- tag: package-2021-03
- tag: package-preview-2021-06
```
### Tag: package-composite-v1 and go
These settings apply only when `--tag=package-composite-v1 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-composite-v1' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v1.0/$(namespace)
```

### Tag: package-2019-06-01-preview and go

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

0 comments on commit 296412a

Please sign in to comment.