Skip to content

Commit 539b09f

Browse files
committed
Format
1 parent 1d2f6f6 commit 539b09f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/typespec-python/scripts/eng/regenerate.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ interface TspCommand {
2020
}
2121

2222
// Add this near the top with other constants
23-
const SKIP_SPECS = [
24-
"type/union/discriminated",
25-
"client-operation-group",
26-
];
23+
const SKIP_SPECS = ["type/union/discriminated", "client-operation-group"];
2724

2825
const AZURE_EMITTER_OPTIONS: Record<string, Record<string, string> | Record<string, string>[]> = {
2926
"azure/client-generator-core/access": {

0 commit comments

Comments
 (0)