From 0cc18b54553ffd79095ceaab5befcd88457c0292 Mon Sep 17 00:00:00 2001 From: Zhonglei Ma Date: Tue, 2 Dec 2025 10:31:41 +0800 Subject: [PATCH] Add configuration to verify the new code generation --- .../ews/SecretSyncController.Management/tspconfig.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/ews/SecretSyncController.Management/tspconfig.yaml b/specification/ews/SecretSyncController.Management/tspconfig.yaml index 0f393756a179..a60376f3505d 100644 --- a/specification/ews/SecretSyncController.Management/tspconfig.yaml +++ b/specification/ews/SecretSyncController.Management/tspconfig.yaml @@ -45,6 +45,9 @@ options: generate-fakes: true head-as-boolean: true inject-spans: true + "@azure-typespec/http-client-csharp-mgmt": + namespace: "Azure.ResourceManager.SecretsStoreExtension" + emitter-output-dir: "{output-dir}/sdk/secretsstoreextension/{namespace}" linter: extends: - "@azure-tools/typespec-azure-rulesets/resource-manager"