-
Notifications
You must be signed in to change notification settings - Fork 37
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
Missing $ref paths for DELETE operations #567
Comments
The first example is broken because you should not be able to delete a collection. |
@darrelmiller My bad, I used the wrong example for the first one. We are missing |
Also missing:
|
@darrelmiller Isn't Also, cc\ @irvinesunday |
You're right @peombwa, the And yes, we should be generating the paths |
Hi @irvinesunday . The DELETE operation is still missing in the OpenAPI document. |
Any updates on this? |
@maisarissi @ryanchrisw this has been resolved in the OData library version 1.0.10. |
adhiambovivian please see Missing cmdlet: Remove-MgGroupMember there is definitely something still missing. |
Hi @ryanchrisw . We have a tool chain when generating the PS SDK. So, the OData lib version 1.0.10 (which @adhiambovivian pointed out that fixes this issues) was released, but we still need to update the tool that converts OData to OpenAPI so the PS SDK can use the updated OpenAPI document in its generation. |
Depends on #902. |
|
A number of paths are missing
$ref
paths for DELETE operation. e.g.Some of the missing $ref paths are:
DELETE /applications/{application-id}/owners/$ref
- docs.DELETE /groups/{group-id}/members/{member-id}/$ref
- docs.DELETE /groups/{group-id}/owners/{owner-id}/$ref
- docs.Related to:
AB#9454
The text was updated successfully, but these errors were encountered: