Skip to content

Path for Commit Action not present in openApi document #179

@andrueastman

Description

@andrueastman

The path for the commit action bound to the graph.mobileAppContentFile type is not present in the generated openApi document. This probably is because we currently do not generate paths from NavigationProperties that result from derived type constraint due to bottlenecks addressed at microsoft/OpenAPI.NET#868

<Action Name="commit" IsBound="true">
  <Parameter Name="bindingParameter" Type="graph.mobileAppContentFile" />
  <Parameter Name="fileEncryptionInfo" Type="graph.fileEncryptionInfo" />
</Action>

This leads to the FileEncryptionInfo type not being referenced in any path in the generated document and not being present in the generated SDKs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: OpenAPIAn issue related to the OpenAPI libraryArea: odata-to-openapiAn issue with the conversion of OData to OpenAPIpriority:p1High priority but not blocking.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions