From 7b69c611727bd9f6e33377dd51ecf00407ccc4ec Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Mon, 13 Jan 2025 17:11:44 -0800 Subject: [PATCH] Add typespec-rust emitter options for test-proxy --- tools/test-proxy/typespec/tspconfig.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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"