-
Notifications
You must be signed in to change notification settings - Fork 64
OData actions are applied to derived types #221
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
Comments
@irvinesunday Is there a setting to disable generating actions on derived types that is independent to the |
@darrelmiller, no we don't have such a setting. |
Hey folks. This is blocking us from releasing PowerShell SDK, and I saw that this issue was added into the 1.0.11 milestone, instead of being prioritized as part of 1.0.10 release. Is that right? |
The fix will go out in 1.0.11-preview1. I've labelled it as a p1 |
When is the release date for 1.0.11? Per my understanding, we are getting close to release the 1.0.10 version and update DevX API to use it, but until we get this fixed, the PowerShell SDK can't be generated. |
@maisarissi |
Thanks for the additional details @irvinesunday |
OData actions bound to base types are being applied to derived types resolved via OData casting. From my testing, calling an action from an OData cast-derived type is not supported by the service e.g.,

This seems to occur even with
ExpandDerivedTypesNavigationProperties = false
.Related to microsoftgraph/microsoft-graph-devx-api#1000.
Assemblies affected
1.0.10
The text was updated successfully, but these errors were encountered: