-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Upgrade compiler, http, rest and openapi3 library to 0.59.1 fix #30188
Conversation
Next Steps to MergeNext steps that must be taken to merge this PR:
|
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
Waiting for another hotfix to the compiler as well |
@@ -36,25 +36,29 @@ paths: | |||
type: integer | |||
format: int32 | |||
default: 20 | |||
explode: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this the the openpai3 bug fix where we mis interpreted the explode
default value in openapi3 query params(explode: true) but in TypeSpec its always explode: false
by default.
I don't have any context on this. Why ask me to review it? |
I didn't explicitly it just did automatically, not sure you need to review here, just upgrading typespec versions |
Because the PR touches the Swagger in openai data-plane lib, hence it looped in 2 reviewers for Swagger change on data-plane. |
No description provided.