diff --git a/specification/translation/Azure.AI.TextTranslation/tspconfig.yaml b/specification/translation/Azure.AI.TextTranslation/tspconfig.yaml index d203f332194b..b02fa0e8a44c 100644 --- a/specification/translation/Azure.AI.TextTranslation/tspconfig.yaml +++ b/specification/translation/Azure.AI.TextTranslation/tspconfig.yaml @@ -13,10 +13,10 @@ emit: - "@azure-tools/typespec-autorest" options: "@azure-tools/typespec-autorest": - azure-resource-provider-folder: "../data-plane/Azure.AI.TextTranslation" + azure-resource-provider-folder: "./data-plane" emitter-output-dir: "{project-root}/.." examples-directory: "./examples" - output-file: openapi.json + output-file: "{azure-resource-provider-folder}/Azure.AI.TextTranslation/stable/v3.0/openapi.json" "@azure-tools/typespec-csharp": clear-output-folder: true emitter-output-dir: "{csharp-sdk-folder}/sdk/{service-directory-name}/{namespace}/src"