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
40
40
output-folder: $(go-sdk-folder)/services/preview/synapse/2019-06-01-preview/$(namespace)
41
41
` ` `
42
42
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
+
43
53
# ## Tag: package-access-control-2020-02-01-preview and go
44
54
45
55
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
78
88
` ` ` yaml $(tag) == 'package-vnet-2019-06-01-preview' && $(go)
79
89
namespace: managedvirtualnetwork
80
90
output-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