Closed jhendrixMSFT closed 4 months ago
After some discussion, it sounds like we might want tcgc to explose these core types?
Yeah, we want to explose these, and I don't think most emitters want this parameter. If this is still an issue can you reopen @jhendrixMSFT ? Thanks!
Describe the bug
The corresponding method param for Azure.Core.MaxPageSizeQueryParameter is incorrect. It should map to an entry in
sdkMethod.parameters
but it appears to map back to itself.Reproduction
Using tcgc
0.41.0-dev.42
Build https://github.com/Azure/cadl-ranch/blob/main/packages/cadl-ranch-specs/http/payload/pageable/main.tsp
In
sdkMethod.operation.parameters
the entry for themaxpagesize
query param doesn't map back to the entry insdkMethod.parameters
.Checklist