Skip to content

Conversation

irvinesunday
Copy link
Contributor

Fixes #111
Fixes https://github.com/microsoftgraph/microsoft-graph-devx-api/issues/567

This PR:

  • Updates the ODataPathProvider.cs class to ensure generation of collection-valued nav. props $ref paths with ODataKeySegment before the $ref segment
  • Updates the ODataPathProviderTests.cs to validate the above.
  • Updates the RefPathItemHandler.cs class to ensure generation of DELETE operations for the above paths. Refactors operation generation into separate methods.
  • Updates RefPathItemHandlerTests.cs test class to validate the above.

@irvinesunday irvinesunday self-assigned this Aug 2, 2021
@irvinesunday irvinesunday marked this pull request as draft August 2, 2021 16:41
@irvinesunday irvinesunday marked this pull request as ready for review August 2, 2021 20:31
@xuzhg
Copy link
Contributor

xuzhg commented Aug 16, 2021

Looks good to me. :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create DELETE operation for collection-valued nav. props $ref paths

2 participants