-
Notifications
You must be signed in to change notification settings - Fork 40
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
nextLink property should not be marked readOnly: true
#418
Comments
Github PR - https://github.com/Azure/azure-rest-api-specs-pr/pull/17181 Currently ran Please help us to unblock. thanks |
@mario-guerra There is a current discussion about this with differing opinions, can you coordinate coming to consensus? |
UPDATE
Capturing a workaround shared in email:
|
@mikekistler can this issue be closed? |
Fixed by #549 |
A recent change in TypeSpec Azure adds
readOnly: true
to thenextLink
property in a pageable list response.readOnly: true
is meaningless on a property of a response-only schema, and pageable list responses are always response-only -- they are never part of a request body.We should not be including meaningless attributes in the OpenAPI that is generated from TypeSpec.
The text was updated successfully, but these errors were encountered: