Skip to content

Commit

Permalink
CodeGen from PR 33083 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge af60fac2b1dc68a7e3f4efcc55bfe7972e642d69 into dd33f08dd7a65e7456f0c4d183c0932911ad784d
  • Loading branch information
SDKAuto committed Mar 7, 2025
1 parent c34f3c4 commit 7841f40
Show file tree
Hide file tree
Showing 77 changed files with 10,004 additions and 1,338 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 7841f40

Please sign in to comment.