You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the current agreement, with @list, @pageItems and @nextLink, we could generate the paging operation similar with Azure style.
Please also ensure related models for paging are added into unbranded core.
TypeSpec already includes the support of Paging operation for unbranded: https://typespec.io/docs/standard-library/pagination/
Based on the current agreement, with
@list,@pageItemsand@nextLink, we could generate the paging operation similar with Azure style.Please also ensure related models for paging are added into unbranded core.