Skip to content

Commit 81ab10c

Browse files
authored
Add batch tag for streamanalytics readme.go.md (#17191)
* Add batch tag for streamanalytics readme.go.md * fix
1 parent 0fe46ea commit 81ab10c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/streamanalytics/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ azure-arm: true
2323
batch:
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)
4344
output-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+
```

0 commit comments

Comments
 (0)