Generated models and request builders#2843
Merged
andrueastman merged 1 commit intomainfrom Feb 25, 2025
Merged
Conversation
Update generated files with build 181216
Contributor
| Addition of Public property AuthenticationBehaviors in type Microsoft.Graph.Models.application with type global.Microsoft.Graph.Models.AuthenticationBehaviors Addition of Public property AdditionalData in type Microsoft.Graph.Models.authenticationBehaviors with type IDictionary Addition of Public property BackingStore in type Microsoft.Graph.Models.authenticationBehaviors with type IBackingStore Addition of Public property BlockAzureADGraphAccess in type Microsoft.Graph.Models.authenticationBehaviors with type bool Addition of Public method constructor in type Microsoft.Graph.Models.authenticationBehaviors with return type void and parameters Addition of Public method GetFieldDeserializers in type Microsoft.Graph.Models.authenticationBehaviors with return type IDictionary> and parameters Addition of Public property OdataType in type Microsoft.Graph.Models.authenticationBehaviors with type string Addition of Public property RemoveUnverifiedEmailClaim in type Microsoft.Graph.Models.authenticationBehaviors with type bool Addition of Public property RequireClientServicePrincipal in type Microsoft.Graph.Models.authenticationBehaviors with type bool Addition of Public method Serialize in type Microsoft.Graph.Models.authenticationBehaviors with return type void and parameters writer of type ISerializationWriter is required Addition of Public method CreateFromDiscriminatorValue in type Microsoft.Graph.Models.authenticationBehaviors with return type global.Microsoft.Graph.Models.AuthenticationBehaviors and parameters parseNode of type IParseNode is required Addition of Microsoft.Graph.Models.authenticationBehaviors implements IAdditionalDataHolder; IBackedModel; IParsable Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member equals with order 0 Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member notEquals with order 1 Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member contains with order 2 Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member notContains with order 3 Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member lessThan with order 4 Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member greaterThan with order 5 Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member startsWith with order 6 Removal of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member unknownFutureValue with order 7 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member null with order 0 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member equals with order 1 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member notEquals with order 2 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member contains with order 3 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member notContains with order 4 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member lessThan with order 5 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member greaterThan with order 6 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member startsWith with order 7 Addition of Microsoft.Graph.Models.ExternalConnectors.ruleOperation has an enum member unknownFutureValue with order 8 |
andrueastman
approved these changes
Feb 25, 2025
Contributor
andrueastman
left a comment
There was a problem hiding this comment.
Failure in DOM check is due to the addition of enum number to Microsoft.Graph.Models.ExternalConnectors.ruleOperation with value null. This was previously excluded by Kiota(exluded enum members with string value null) and is now fixed after the changes made in microsoft/kiota#5936
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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