Skip to content

Commit 41967d1

Browse files
Update specification/appplatform/resource-manager/readme.go.md
Remove "perview" term in output path. Co-authored-by: Arcturus <[email protected]>
1 parent 5861676 commit 41967d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These settings apply only when `--tag=package-2020-07 --go` is specified on the
2323
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
2424

2525
``` yaml $(tag) == 'package-2020-07' && $(go)
26-
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-07-01/$(namespace)
26+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-07-01/$(namespace)
2727
```
2828

2929
### Tag: package-2019-05-01-preview and go
@@ -34,4 +34,3 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
3434
``` yaml $(tag) == 'package-2019-05-01-preview' && $(go)
3535
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-05-01-preview/$(namespace)
3636
```
37-

0 commit comments

Comments
 (0)