Skip to content

Generated models and request builders#2918

Merged
baywet merged 1 commit intomainfrom
kiota/v1.0/pipelinebuild/189193
Jun 3, 2025
Merged

Generated models and request builders#2918
baywet merged 1 commit intomainfrom
kiota/v1.0/pipelinebuild/189193

Conversation

@microsoft-graph-devx-bot
Copy link
Copy Markdown
Contributor

@microsoft-graph-devx-bot microsoft-graph-devx-bot bot commented Jun 3, 2025

‼️Important‼️
Check for unexpected deletions or changes in this PR and ensure relevant CI checks are passing.

Note: This pull request was automatically created by Azure pipelines.

Microsoft Reviewers: Open in CodeFlow

Update generated files with build 189193
@microsoft-graph-devx-bot microsoft-graph-devx-bot bot requested a review from a team as a code owner June 3, 2025 10:38
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 3, 2025

Addition of Public property OnBehalfOfUserId in type Microsoft.Graph.Groups.Item.Team.Schedule.TimeCards.ClockIn.clockInPostRequestBody with type string Addition of Public property AdditionalData in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody with type IDictionary Addition of Public property BackingStore in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody with type IBackingStore Addition of Public method constructor in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody with return type void and parameters Addition of Public method GetFieldDeserializers in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody with return type IDictionary> and parameters Addition of Public method Serialize in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody with return type void and parameters writer of type ISerializationWriter is required Addition of Public property UserIds in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody with type List Addition of Public method CreateFromDiscriminatorValue in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody with return type global.Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.ConfirmSafePostRequestBody and parameters parseNode of type IParseNode is required Addition of Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafePostRequestBody implements IAdditionalDataHolder; IBackedModel; IParsable Addition of Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafeRequestBuilder inherits from BaseRequestBuilder Addition of Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafeRequestBuilder.confirmSafeRequestBuilderPostRequestConfiguration inherits from RequestConfiguration Addition of Public method constructor in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafeRequestBuilder with return type void and parameters pathParameters of type Dictionary is required; requestAdapter of type IRequestAdapter is required Addition of Public method constructor in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafeRequestBuilder with return type void and parameters rawUrl of type string is required; requestAdapter of type IRequestAdapter is required Addition of Public method PostAsync in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafeRequestBuilder with return type void and parameters body of type global.Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.ConfirmSafePostRequestBody is required; requestConfiguration of type Action> is optional; cancellationToken of type CancellationToken is optional Addition of Public method ToPostRequestInformation in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafeRequestBuilder with return type RequestInformation and parameters body of type global.Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.ConfirmSafePostRequestBody is required; requestConfiguration of type Action> is optional Addition of Public method WithUrl in type Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.confirmSafeRequestBuilder with return type global.Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.ConfirmSafeRequestBuilder and parameters rawUrl of type string is required Addition of Public property confirmSafe in type Microsoft.Graph.IdentityProtection.RiskyUsers.riskyUsersRequestBuilder with type global.Microsoft.Graph.IdentityProtection.RiskyUsers.ConfirmSafe.ConfirmSafeRequestBuilder Addition of Public property OnBehalfOfUserId in type Microsoft.Graph.Me.JoinedTeams.Item.Schedule.TimeCards.ClockIn.clockInPostRequestBody with type string Removal of Public property AdditionalData in type Microsoft.Graph.Models.aiInteractionAttachment with type IDictionary Addition of Microsoft.Graph.Models.aiInteractionAttachment inherits from global.Microsoft.Graph.Models.Entity Removal of Public property BackingStore in type Microsoft.Graph.Models.aiInteractionAttachment with type IBackingStore Removal of Public method constructor in type Microsoft.Graph.Models.aiInteractionAttachment with return type void and parameters Removal of Microsoft.Graph.Models.aiInteractionAttachment implements IAdditionalDataHolder; IBackedModel; IParsable Removal of Public property AdditionalData in type Microsoft.Graph.Models.aiInteractionContext with type IDictionary Removal of Public property BackingStore in type Microsoft.Graph.Models.aiInteractionContext with type IBackingStore Removal of Public method constructor in type Microsoft.Graph.Models.aiInteractionContext with return type void and parameters Addition of Microsoft.Graph.Models.aiInteractionContext inherits from global.Microsoft.Graph.Models.Entity Removal of Microsoft.Graph.Models.aiInteractionContext implements IAdditionalDataHolder; IBackedModel; IParsable Removal of Public property AdditionalData in type Microsoft.Graph.Models.aiInteractionLink with type IDictionary Removal of Public property BackingStore in type Microsoft.Graph.Models.aiInteractionLink with type IBackingStore Removal of Public method constructor in type Microsoft.Graph.Models.aiInteractionLink with return type void and parameters Addition of Microsoft.Graph.Models.aiInteractionLink inherits from global.Microsoft.Graph.Models.Entity Removal of Microsoft.Graph.Models.aiInteractionLink implements IAdditionalDataHolder; IBackedModel; IParsable Removal of Public property AdditionalData in type Microsoft.Graph.Models.aiInteractionMention with type IDictionary Removal of Public property BackingStore in type Microsoft.Graph.Models.aiInteractionMention with type IBackingStore Removal of Public method constructor in type Microsoft.Graph.Models.aiInteractionMention with return type void and parameters Addition of Microsoft.Graph.Models.aiInteractionMention inherits from global.Microsoft.Graph.Models.Entity Removal of Microsoft.Graph.Models.aiInteractionMention implements IAdditionalDataHolder; IBackedModel; IParsable Addition of Public property OnBehalfOfUserId in type Microsoft.Graph.Teams.Item.Schedule.TimeCards.ClockIn.clockInPostRequestBody with type string Addition of Public property OnBehalfOfUserId in type Microsoft.Graph.Users.Item.JoinedTeams.Item.Schedule.TimeCards.ClockIn.clockInPostRequestBody with type string

Copy link
Copy Markdown
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removals caused by wrong inheritance information microsoftgraph/msgraph-metadata#830
This is tolerable as we're not loosing any abilities, and those types should not be in the SDK in the first place.

@baywet baywet merged commit 591292c into main Jun 3, 2025
6 of 7 checks passed
@baywet baywet deleted the kiota/v1.0/pipelinebuild/189193 branch June 3, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant