File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
containerservice/resource-manager
cosmos-db/resource-manager Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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)
173173namespace: 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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ These settings apply only when `--tag=package-2020-03 --go` is specified on the
4545Please 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
5454Please 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
You can’t perform that action at this time.
0 commit comments