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

Remove optional parameter forceTakeover to the verify action #708

Closed
andrueastman opened this issue Oct 15, 2024 · 0 comments · Fixed by #710
Closed

Remove optional parameter forceTakeover to the verify action #708

andrueastman opened this issue Oct 15, 2024 · 0 comments · Fixed by #710
Assignees
Labels

Comments

@andrueastman
Copy link
Member

Similar to #694

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

      <Action Name="verify" EntitySetPath="bindingParameter" IsBound="true">
        <Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
        <Parameter Name="forceTakeover" Type="Edm.Boolean">
          <Annotation Term="Org.OData.Core.V1.OptionalParameter" />
        </Parameter>
        <ReturnType Type="graph.domain" />
      </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?

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

Successfully merging a pull request may close this issue.

1 participant