Skip to content

Commit

Permalink
CodeGen from PR 33072 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d139ee54abe869094bace6bf1cf3f4d290e8e6eb into f6848c909282e981f186df3c3b27f6d5ec5864d2
  • Loading branch information
SDKAuto committed Mar 8, 2025
1 parent 0f3bde6 commit 30453a9
Show file tree
Hide file tree
Showing 77 changed files with 10,004 additions and 1,334 deletions.
98 changes: 77 additions & 21 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 30453a9

Please sign in to comment.