Skip to content

Commit

Permalink
synapse: adding the configuration for the Go Data Plane SDK (#15263)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Aug 2, 2021
1 parent 7a42f16 commit c25e3a8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion specification/synapse/data-plane/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ namespace: artifacts
output-folder: $(go-sdk-folder)/services/preview/synapse/2019-06-01-preview/$(namespace)
```

### Tag: package-artifacts-2021-06-01-preview and go

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

### Tag: package-access-control-2020-02-01-preview and go

These settings apply only when `--tag=package-access-control-2020-02-01-preview --go` is specified on the command line.
Expand Down Expand Up @@ -78,4 +88,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-vnet-2019-06-01-preview' && $(go)
namespace: managedvirtualnetwork
output-folder: $(go-sdk-folder)/services/preview/synapse/2019-06-01-preview/$(namespace)
```
```

0 comments on commit c25e3a8

Please sign in to comment.