Skip to content

Commit

Permalink
Update multiapi for go sdk of securityinsights (Azure#9169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and 00Kai0 committed Oct 12, 2020
1 parent ca8bbf1 commit 2e19fe0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion specification/securityinsights/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ go:
```yaml $(go) && $(multiapi)
batch:
- tag: package-composite-v1
- tag: package-2019-01-preview-only
```
### Tag: package-composite-v1 and go
Expand All @@ -22,5 +23,14 @@ These settings apply only when `--tag=package-composite-v1 --go` is specified on
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/2017-08-01-preview/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v1.0/$(namespace)
```

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

These settings apply only when `--tag=package-2019-01-preview-only --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-2019-01-preview-only' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-01-01-preview/$(namespace)
```

0 comments on commit 2e19fe0

Please sign in to comment.