From 1786bbdb0930be4d8ce3577c80b3e1a96e84d967 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 29 Sep 2025 10:48:38 +0000 Subject: [PATCH] open for client operation group --- packages/typespec-python/scripts/eng/regenerate.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/typespec-python/scripts/eng/regenerate.ts b/packages/typespec-python/scripts/eng/regenerate.ts index 720a6d22458..a55bcd33ad2 100644 --- a/packages/typespec-python/scripts/eng/regenerate.ts +++ b/packages/typespec-python/scripts/eng/regenerate.ts @@ -20,7 +20,7 @@ interface TspCommand { } // Add this near the top with other constants -const SKIP_SPECS = ["type/union/discriminated", "client-operation-group"]; +const SKIP_SPECS = ["type/union/discriminated"]; const AZURE_EMITTER_OPTIONS: Record | Record[]> = { "azure/client-generator-core/access": { @@ -94,6 +94,10 @@ const AZURE_EMITTER_OPTIONS: Record | Record