Skip to content

Commit 3bcd82e

Browse files
committed
update regenerate
1 parent fcc5326 commit 3bcd82e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface TspCommand {
2020
}
2121

2222
// Add this near the top with other constants
23-
const SKIP_SPECS = ["type/union/discriminated"];
23+
const SKIP_SPECS: string[] = [];
2424

2525
const AZURE_EMITTER_OPTIONS: Record<string, Record<string, string> | Record<string, string>[]> = {
2626
"azure/client-generator-core/access": {
@@ -260,6 +260,10 @@ const EMITTER_OPTIONS: Record<string, Record<string, string> | Record<string, st
260260
"package-name": "typetest-union",
261261
"namespace": "typetest.union",
262262
},
263+
"type/union/discriminated": {
264+
"package-name": "typetest-discriminatedunion",
265+
"namespace": "typetest.discriminatedunion",
266+
},
263267
"client/structure/client-operation-group": {
264268
"package-name": "client-structure-clientoperationgroup",
265269
"namespace": "client.structure.clientoperationgroup",

0 commit comments

Comments
 (0)