SDK Error
ARM and Data plane OpenAPI(swagger) specs
A response for the 200 HTTP status code must be defined to use x-ms-pageable.
Per definition of AutoRest x-ms-pageable extension, the response schema must contain a 200 response schema.
Pageable operation needs to have a response schema to be used by the SDK to serialize/deserialize the result.
Add a 200 status code response with corresponding schema. Please refer the documentation of x-ms-pageable. Note that this may require a service side change and may be a breaking change.
Response schema is used to serialize/deserialize result, if 200 response is not specified, the generated SDK operation may not return the proper results, with the link its next page.
Please refer the documentation of x-ms-pageable.