File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
specification/synapse/data-plane Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,16 @@ namespace: artifacts
4040output-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
4555These 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)
7989namespace: managedvirtualnetwork
8090output-folder: $(go-sdk-folder)/services/preview/synapse/2019-06-01-preview/$(namespace)
81- ` ` `
91+ ` ` `
You can’t perform that action at this time.
0 commit comments