-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Area: OpenAPIAn issue related to the OpenAPI libraryAn issue related to the OpenAPI libraryArea: odata-to-openapiAn issue with the conversion of OData to OpenAPIAn issue with the conversion of OData to OpenAPIpriority:p1High priority but not blocking.High priority but not blocking.
Description
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
Labels
Area: OpenAPIAn issue related to the OpenAPI libraryAn issue related to the OpenAPI libraryArea: odata-to-openapiAn issue with the conversion of OData to OpenAPIAn issue with the conversion of OData to OpenAPIpriority:p1High priority but not blocking.High priority but not blocking.