Skip to content

Generated models and request builders #2310

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

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

microsoft-graph-devx-bot[bot]
Copy link
Contributor

‼️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-graph-devx-bot microsoft-graph-devx-bot bot requested a review from a team as a code owner February 25, 2025 10:30
Update generated files with build 181216
@andrueastman andrueastman force-pushed the v1.0/pipelinebuild/181216 branch from e116a78 to 18314de Compare February 25, 2025 13:32
Copy link
Contributor

Addition of Public method getAuthenticationBehaviors in type com.microsoft.graph.models.Application with return type AuthenticationBehaviors and parameters Addition of Public method setAuthenticationBehaviors in type com.microsoft.graph.models.Application with return type void and parameters value of type AuthenticationBehaviors is optional Addition of Protected property backingStore in type com.microsoft.graph.models.AuthenticationBehaviors with type BackingStore Addition of Public method constructor in type com.microsoft.graph.models.AuthenticationBehaviors with return type void and parameters Addition of Public method getAdditionalData in type com.microsoft.graph.models.AuthenticationBehaviors with return type Map and parameters Addition of Public method getBackingStore in type com.microsoft.graph.models.AuthenticationBehaviors with return type BackingStore and parameters Addition of Public method getBlockAzureADGraphAccess in type com.microsoft.graph.models.AuthenticationBehaviors with return type Boolean and parameters Addition of Public method getFieldDeserializers in type com.microsoft.graph.models.AuthenticationBehaviors with return type Map> and parameters Addition of Public method getOdataType in type com.microsoft.graph.models.AuthenticationBehaviors with return type String and parameters Addition of Public method getRemoveUnverifiedEmailClaim in type com.microsoft.graph.models.AuthenticationBehaviors with return type Boolean and parameters Addition of Public method getRequireClientServicePrincipal in type com.microsoft.graph.models.AuthenticationBehaviors with return type Boolean and parameters Addition of Public method serialize in type com.microsoft.graph.models.AuthenticationBehaviors with return type Void and parameters writer of type SerializationWriter is required Addition of Public method setAdditionalData in type com.microsoft.graph.models.AuthenticationBehaviors with return type void and parameters value of type Map is optional Addition of Public method setBackingStore in type com.microsoft.graph.models.AuthenticationBehaviors with return type void and parameters value of type BackingStore is required Addition of Public method setBlockAzureADGraphAccess in type com.microsoft.graph.models.AuthenticationBehaviors with return type void and parameters value of type Boolean is optional Addition of Public method setOdataType in type com.microsoft.graph.models.AuthenticationBehaviors with return type void and parameters value of type String is optional Addition of Public method setRemoveUnverifiedEmailClaim in type com.microsoft.graph.models.AuthenticationBehaviors with return type void and parameters value of type Boolean is optional Addition of Public method setRequireClientServicePrincipal in type com.microsoft.graph.models.AuthenticationBehaviors with return type void and parameters value of type Boolean is optional Addition of Public method createFromDiscriminatorValue in type com.microsoft.graph.models.AuthenticationBehaviors with return type AuthenticationBehaviors and parameters parseNode of type ParseNode is required Addition of com.microsoft.graph.models.AuthenticationBehaviors implements AdditionalDataHolder; BackedModel; Parsable Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member Equals with order 0 Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member NotEquals with order 1 Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member Contains with order 2 Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member NotContains with order 3 Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member LessThan with order 4 Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member GreaterThan with order 5 Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member StartsWith with order 6 Removal of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member UnknownFutureValue with order 7 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member Null with order 0 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member Equals with order 1 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member NotEquals with order 2 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member Contains with order 3 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member NotContains with order 4 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member LessThan with order 5 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member GreaterThan with order 6 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member StartsWith with order 7 Addition of com.microsoft.graph.models.externalconnectors.RuleOperation has an enum member UnknownFutureValue with order 8

@andrueastman
Copy link
Contributor

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

@andrueastman andrueastman merged commit e6915b4 into main Feb 25, 2025
12 of 13 checks passed
@andrueastman andrueastman deleted the v1.0/pipelinebuild/181216 branch February 25, 2025 13:43
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