Non-contained navigation properties should not have the delete operation generated unless specified explicitly via DeleteRestrictions annotations. Currently, we generate the operation based on the implicit isDeletable property value (which defaults to true when Deletable is null) instead of the explicit Deletable property value.
This code block needs to be updated:
Non-contained navigation properties should not have the
delete
operation generated unless specified explicitly viaDeleteRestrictions
annotations. Currently, we generate the operation based on the implicitisDeletable
property value (which defaults totrue
whenDeletable
is null) instead of the explicitDeletable
property value. This code block needs to be updated:Related issue: https://github.com/microsoftgraph/msgraph-metadata/issues/566