-
Notifications
You must be signed in to change notification settings - Fork 248
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
Update slicing of OpenAPI document to include path parameters #834
Comments
@adhiambovivian @irvinesunday @CarolKigoonya how far are we from fixing this. My understanding is that it's blocking PowerShell based on the comments in Irvine's PR above. //cc @peombwa |
We have reverted this setting in DevX API to unblock PowerShell in the interim. |
We are working on design to address the issue, but reverting should have unblocked PowerShell @peombwa and @maisarissi please confirm |
@CarolKigoonya, I can confirm that the revert unblocked PowerShell! |
@baywet I'm assuming this issue is still affecting Kiota self-serve usage. |
correct |
We are working on this resolution |
To be more specific, I believe the impact is wider than just slicing, even the current full beta/v1 descriptions with have in the metadata repo are missing the user-id path parameter for |
This setting in the conversion lib enables us to declare path parameters at the path item level when converting from CSDL to OpenAPI:
DeclarePathParametersOnPathItem=true
.This setting is set to
true
in Hidi when converting from CSDL to OpenAPI. When slicing the OpenAPI document to obtain a subset document in the OpenAPIFilterService, theOpenApiPathItem
parameters from the main OpenAPI document don't get copied over to the subset document.The text was updated successfully, but these errors were encountered: