File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/synapse/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 16
16
- tag : package-2019-06-01-preview
17
17
- tag : package-2020-12-01
18
18
- tag : package-2021-03
19
+ - tag : package-preview-2021-06
19
20
` ` `
20
21
21
22
### Tag: package-2019-06-01-preview and go
@@ -43,4 +44,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
43
44
44
45
` ` ` yaml $(tag) == 'package-2021-03' && $(go)
45
46
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
47
+ ` ` `
48
+
49
+ # ## Tag: package-preview-2021-06 and go
50
+
51
+ These settings apply only when `--tag=package-preview-2021-06 --go` is specified on the command line.
52
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
53
+
54
+ ` ` ` yaml $(tag) == 'package-preview-2021-06' && $(go)
55
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-01-preview/$(namespace)
46
56
` ` `
You can’t perform that action at this time.
0 commit comments