Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
176 stars 75 forks source link

generated unexpected files under static-helpers #2831

Closed kazrael2119 closed 3 hours ago

kazrael2119 commented 5 hours ago

if all the operationss in a rp are not lro, codegen will still generate pollingHelpers.ts under static-helpers

if a rp doesn't has paging operations, codegen will still generate pagingHelpers.ts under static-helpers: https://github.com/Azure/azure-sdk-for-js/pull/31172

kazrael2119 commented 3 hours ago

close as duplicate