Skip to content

Commit

Permalink
CodeGen from PR 33070 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 6091066cc2b4234f272daefb1064ee081d91dff0 into af57daeaf232c2a59bf4ba6a522479c265e2002e
  • Loading branch information
SDKAuto committed Mar 7, 2025
1 parent d356454 commit abb8e66
Show file tree
Hide file tree
Showing 72 changed files with 11,762 additions and 5,938 deletions.
80 changes: 60 additions & 20 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/core/core-rest-pipeline/review/core-rest-pipeline.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ export type RequestBodyType = NodeJS.ReadableStream | (() => NodeJS.ReadableStre

// @public
export class RestError extends Error {
// Warning: (ae-forgotten-export) The symbol "custom" needs to be exported by the entry point index.d.ts
[custom]: () => string;
constructor(message: string, options?: RestErrorOptions);
// (undocumented)
[x: symbol]: () => string;
code?: string;
details?: unknown;
static readonly PARSE_ERROR: string;
Expand Down
Loading

0 comments on commit abb8e66

Please sign in to comment.