File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
specification/appplatform/resource-manager Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ These settings apply only when `--tag=package-2020-07 --go` is specified on the
2323Please 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)
3535output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-05-01-preview/$(namespace)
3636` ` `
37-
You can’t perform that action at this time.
0 commit comments