Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Synapse]-Update autorest configuration for vnet and monitoring go sdk #10058

Merged
merged 3 commits into from
Jul 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions specification/synapse/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ batch:
- tag: package-spark-2019-11-01-preview
- tag: package-artifacts-2019-06-01-preview
- tag: package-access-control-2020-02-01-preview
- tag: package-monitoring-2019-11-01-preview
- tag: package-vnet-2019-06-01-preview
```

### Tag: package-spark-2019-11-01-preview and go
Expand Down Expand Up @@ -48,4 +50,26 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
go:
namespace: accesscontrol
output-folder: $(go-sdk-folder)/services/preview/synapse/2020-02-01-preview/$(namespace)
```

### Tag: package-monitoring-2019-11-01-preview

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

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

These settings apply only when `--tag=package-vnet-2019-06-01-preview --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-vnet-2019-06-01-preview' && $(go)
go:
namespace: managedVirtualNetwork
output-folder: $(go-sdk-folder)/services/preview/synapse/2019-06-01-preview/$(namespace)
```
1 change: 1 addition & 0 deletions specification/synapse/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ require: $(this-folder)/../../../profiles/readme.md
# all the input files across all versions
input-file:
- $(this-folder)/Microsoft.Synapse/preview/2019-06-01-preview/artifacts.json
- $(this-folder)/Microsoft.Synapse/preview/2019-06-01-preview/managedPrivateEndpoints.json
- $(this-folder)/Microsoft.Synapse/preview/2019-11-01-preview/sparkJob.json
- $(this-folder)/Microsoft.Synapse/preview/2019-11-01-preview/monitoring.json
- $(this-folder)/Microsoft.Synapse/preview/2020-02-01-preview/roles.json
Expand Down