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 dd33f08dd7a65e7456f0c4d183c0932911ad784d into 8a0168458930c86636a76bcd7acfdc9c81291bfc
  • Loading branch information
SDKAuto committed Mar 7, 2025
1 parent d356454 commit 3eb4794
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 3eb4794

Please sign in to comment.