Skip to content

Commit b433edf

Browse files
Refine some output-folder, add missing preview segment (#11140)
1 parent 59a667a commit b433edf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
171171

172172
``` yaml $(tag)=='package-2019-02' && $(go)
173173
namespace: containerservice
174-
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-02-01/$(namespace)
174+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-02-01-preview/$(namespace)
175175
```
176176

177177
### Tag: package-2018-09-30-preview and go

specification/cosmos-db/resource-manager/readme.go.md

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

4747
``` yaml $(tag) == 'package-2020-03' && $(go)
48-
output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2020-03-01/$(namespace)
48+
output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2020-03-01-preview/$(namespace)
4949
```
5050

5151
### Tag: package-2019-12 and go
@@ -54,7 +54,7 @@ These settings apply only when `--tag=package-2019-12 --go` is specified on the
5454
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
5555

5656
``` yaml $(tag) == 'package-2019-12' && $(go)
57-
output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2019-12-12/$(namespace)
57+
output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2019-12-12-preview/$(namespace)
5858
```
5959

6060
### Tag: package-2019-08 and go

0 commit comments

Comments
 (0)