Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump TCGC version to 0.48.4 #5260

Merged
merged 13 commits into from
Dec 11, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function getMediaTypes(type: SdkType): string[] {
function loadOperationPaging(
method: SdkServiceMethod<SdkHttpOperation>,
): OperationPaging | undefined {
if (method.kind !== "paging") {
if (method.kind !== "paging" || method.__raw_paged_metadata === undefined) {
archerzz marked this conversation as resolved.
Show resolved Hide resolved
return undefined;
}

Expand Down
8 changes: 4 additions & 4 deletions packages/http-client-csharp/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/http-client-csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@azure-tools/cadl-ranch": "0.16.1",
"@azure-tools/cadl-ranch-specs": "0.39.3",
"@azure-tools/typespec-azure-core": "0.48.0",
"@azure-tools/typespec-client-generator-core": "0.48.1",
"@azure-tools/typespec-client-generator-core": "0.48.4",
"@microsoft/api-extractor": "^7.47.11",
"@types/node": "~22.7.5",
"@typespec/compiler": "0.62.0",
Expand Down
Loading