File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specification/attestation/resource-manager Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ These settings apply only when `--tag=package-2018-09-01 --go` is specified on t
2323Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
2424
2525` ` ` yaml $(tag) == 'package-2018-09-01' && $(go)
26- output-folder: $(go-sdk-folder)/services/stable/ $(namespace)/mgmt/2018-09-01/$(namespace)
26+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-09-01/$(namespace)
2727` ` `
2828
2929These settings apply only when `--tag=package-2020-10-01 --go` is specified on the command line.
3030Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
3131
3232` ` ` yaml $(tag) == 'package-2020-10-01' && $(go)
33- output-folder: $(go-sdk-folder)/services/stable/ $(namespace)/mgmt/2020-10-01/$(namespace)
33+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-01/$(namespace)
3434` ` `
You can’t perform that action at this time.
0 commit comments