diff --git a/tools/test-proxy/typespec/tspconfig.yaml b/tools/test-proxy/typespec/tspconfig.yaml index a3fe48f13e9..d3ca69373b1 100644 --- a/tools/test-proxy/typespec/tspconfig.yaml +++ b/tools/test-proxy/typespec/tspconfig.yaml @@ -1,2 +1,9 @@ emit: - "@typespec/openapi3" + +options: + "@azure-tools/typespec-rust": + crate-name: "azure_core_test" + crate-version: "0.1.0" + emitter-output-dir: "{project-root}/generated" + service-dir: "sdk/core"