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 1616 - tag : package-2019-06-01-preview
1717 - tag : package-2020-12-01
1818 - tag : package-2021-03
19+ - tag : package-preview-2021-06
1920` ` `
2021
2122### 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
4344
4445` ` ` yaml $(tag) == 'package-2021-03' && $(go)
4546output-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)
4656` ` `
You can’t perform that action at this time.
0 commit comments