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

[Bug]: missing @list decorator in TypeSpec.Rest.Resource list operation template #5740

Open
4 tasks done
weidongxu-microsoft opened this issue Jan 24, 2025 · 0 comments
Open
4 tasks done
Labels
bug Something isn't working needs-area

Comments

@weidongxu-microsoft
Copy link
Contributor

Describe the bug

The list operation template in TypeSpec.Rest.Resource does not have @list decorator.
https://github.com/microsoft/typespec/blob/typespec%400.64.0/packages/rest/lib/resource.tsp#L248-L259

Therefore, TCGC will not take this as a pageable API in client.

I am not sure which is the exact solution. Add the @list into the template; or make the @listsResource decorator adds @list within itself.

Reproduction

e2e petstore
https://github.com/allenjzhang/typespec-e2e-demo/blob/main/petstore/spec/main.tsp#L69

or playground
https://cadlplayground.z22.web.core.windows.net/cadl-azure/?c=aW1wb3J0ICJAdHlwZXNwZWMvcmVzdCI7CtIZb3BlbmFwaSI7Cgp1c2luZyBUeXBlU3BlYy5IdHRwO9AVUmVzdNUVxAVvdXJjZTsKCkBzZXJ2aWNlKHsKICB0aXRsZTogIlBldCBTdG9yZSBTxh4iLAp9KQpuYW1lc3BhY2UgUGV0xSDEQWVycm9yCm1vZGVsyRhFxBQgxFNjb2RlOiBpbnQzMjsKICBtZXNzYWdlOiBzdHJpbmc7Cn0KCkBy5wCPKCJwZXRzIinKTcVDQGtlecUbSWQiKQogIGlkyVEKICDkAJXKTyAgdGFnP8oQxD9taW5WYWx1ZSgwxD5AbWF4xg8yxRDlAI7KT293bmVyScZiNjTlAKBpbnRlcmbnAPdzIGV4dGVuZHMg6AFFT3BlcmF0aW9uczxQZXQs7gEEPiB7fQoKLy8gaWYgd2UgZW5hYmxlIHRoZSBsaW5lIGJlbG93LMQQcmUgd291bGTEDG4gYmUgYSBraW5kPSJwYWdpbmciIG1ldGhvZCBpbiBUQ0dDxFNAQGxpc3Qo9gHbyQlMaXN0LsQpKTsK&e=%40azure-tools%2Ftypespec-client-generator-core&options=%7B%7D

Checklist

@weidongxu-microsoft weidongxu-microsoft added the bug Something isn't working label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-area
Projects
None yet
Development

No branches or pull requests

1 participant