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