-
Notifications
You must be signed in to change notification settings - Fork 61
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
fix(Context-Based Restrictions): fix output to Operations #278
Conversation
Signed-off-by: Dylan <[email protected]>
Waiting on a review from someone on my side as well |
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.
LGTM
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.
Changes look good
@padamstx should be good to merge whenever you're ready! |
## [0.50.1](v0.50.0...v0.50.1) (2023-09-15) ### Bug Fixes * **Context-Based Restrictions:** fix output to Operations ([#278](#278)) ([424b6b5](424b6b5))
🎉 This PR is included in version 0.50.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
Add on to previous work:
#277
The output is improper due to generation from an older version of the swagger. The change should be very minor and will be propagated to the other languages' PRs.
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
Adds the "Type" output
Does this PR introduce a breaking change?