File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/streamanalytics/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 @@ -23,6 +23,7 @@ azure-arm: true
2323batch :
2424 - tag : package-pure-2016-03
2525 - tag : package-2020-03-preview
26+ - tag : package-pure-2020-03
2627` ` `
2728
2829### Tag: package-pure-2016-03 and go
@@ -42,3 +43,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
4243` ` ` yaml $(tag) == 'package-2020-03-preview' && $(go)
4344output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-03-01-preview/$(namespace)
4445` ` `
46+
47+ # ## Tag: package-pure-2020-03 and go
48+
49+ These settings apply only when `--tag=package-pure-2020-03 --go` is specified on the command line.
50+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
51+
52+ ` ` ` yaml $(tag) == 'package-pure-2020-03' && $(go)
53+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-03-01/$(namespace)
54+ ` ` `
You can’t perform that action at this time.
0 commit comments