Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit b6ed2e9

Browse files
authored
Update regenerate-common (#3484)
* update regenerate * add changelog
1 parent c68748a commit b6ed2e9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@azure-tools/typespec-python"
5+
---
6+
7+
update regenerate-common

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ import { dirname, join, relative, resolve } from "path";
33

44
// ---- Shared constants ----
55

6-
export const SKIP_SPECS: string[] = ["type/file", "service/multiple-services"];
6+
export const SKIP_SPECS: string[] = [
7+
"type/file",
8+
"service/multiple-services",
9+
"azure/client-generator-core/response-as-bool",
10+
];
711

812
export const SpecialFlags: Record<string, Record<string, any>> = {
913
azure: {

0 commit comments

Comments
 (0)