Skip to content

Commit c25e3a8

Browse files
synapse: adding the configuration for the Go Data Plane SDK (#15263)
1 parent 7a42f16 commit c25e3a8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

specification/synapse/data-plane/readme.go.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ namespace: artifacts
4040
output-folder: $(go-sdk-folder)/services/preview/synapse/2019-06-01-preview/$(namespace)
4141
```
4242

43+
### Tag: package-artifacts-2021-06-01-preview and go
44+
45+
These settings apply only when `--tag=package-artifacts-2021-06-01-preview --go` is specified on the command line.
46+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
47+
48+
``` yaml $(tag) == 'package-artifacts-2021-06-01-preview' && $(go)
49+
namespace: artifacts
50+
output-folder: $(go-sdk-folder)/services/preview/synapse/2021-06-01-preview/$(namespace)
51+
```
52+
4353
### Tag: package-access-control-2020-02-01-preview and go
4454

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

0 commit comments

Comments
 (0)