-
Notifications
You must be signed in to change notification settings - Fork 135
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
Generated models and request builders #2076
Conversation
Update generated files with build 155730
* @throws ODataError When receiving a 4XX or 5XX status code | ||
*/ | ||
@jakarta.annotation.Nullable | ||
public InputStream get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) { | ||
public OnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Breaking change.
*/ | ||
@jakarta.annotation.Nonnull | ||
public InvitationItemRequestBuilder byInvitationId(@jakarta.annotation.Nonnull final String invitationId) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated method. Breaking change
@@ -1,246 +0,0 @@ | |||
package com.microsoft.graph.invitations.item; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted request builder. Breaking.
superseded by #2085 |
This pull request was automatically created by Azure Pipelines. Important Check for unexpected deletions or changes in this PR.