Skip to content
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

Add XSLT to remove autoReconcileProxyConflict parameter from restore action of graph.directoryObject #694

Closed
Ndiritu opened this issue Sep 23, 2024 · 0 comments · Fixed by #697
Labels

Comments

@Ndiritu
Copy link

Ndiritu commented Sep 23, 2024

Graph SDK releases are currently blocked because of a breaking change in the SDK generation related to introduction of a new
optional parameter autoReconcileProxyConflict to the restore action as shown below:

<Action Name="restore" IsBound="true">
    <Parameter Name="bindingParameter" Type="graph.directoryObject" Nullable="false" />
    <Parameter Name="autoReconcileProxyConflict" Type="Edm.Boolean">
        <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
    </Parameter>
    <ReturnType Type="graph.directoryObject" />
    <Annotation Term="Org.OData.Core.V1.RequiresExplicitBinding" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm" />
</Action>

This issue has been created to unblock the SDK generation issue and would require further work on Kiota after this issue is fixed.

To unblock weekly SDK releases, could we temporarily remove this parameter?

Further Ref:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant