Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Conversation

irvinesunday
Copy link

@irvinesunday irvinesunday commented Sep 30, 2020

Proposes:

  • Fixing the generation of media entity paths Operation Ids appropriately.
  • Updating the relevant tests to validate the above fix.

Below are example snippets of the generated operations from the Graph v1.0 metadata:

/applications({id})/logo':
    get:
      tags:
        - applications.application
      summary: Get media content for application from applications
      operationId: applications.application.GetLogo
/drives({id})/items({id1})/content':
    get:
      tags:
        - drives.drive
      summary: Get media content for the navigation property items from drives
      operationId: drives.GetItemsContent
/groups({id})/onenote/pages({id1})/content:
    get:
      tags:
        - groups.group
      summary: Get media content for the navigation property pages from groups
      operationId: groups.onenote.GetPagesContent

A link to the OpenAPI doc. described from this change can be found from this link: https://microsoft.sharepoint-df.com/:u:/t/GraphTooling/EQMpXkl2Gq9NuyaD6Bjvix4Bq0rAk9ulinOpcswMPLQNlw?e=cc8YRK

@irvinesunday irvinesunday self-assigned this Sep 30, 2020
@irvinesunday irvinesunday changed the title Updates media entities Operation Ids Fix: Updates media entities Operation Ids Sep 30, 2020
@irvinesunday irvinesunday marked this pull request as draft September 30, 2020 14:13
@irvinesunday irvinesunday marked this pull request as ready for review October 2, 2020 10:47
@irvinesunday irvinesunday added the bug Something isn't working label Oct 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants