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

Generated models and request builders #841

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

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

‼️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.

Update generated files with build 181216
@microsoft-graph-devx-bot microsoft-graph-devx-bot bot requested a review from a team as a code owner February 25, 2025 10:31
Copy link
Contributor

Addition of Public method GetAuthenticationBehaviors in type .models.application with return type AuthenticationBehaviorsable and parameters Addition of Public method SetAuthenticationBehaviors in type .models.application with return type void and parameters value of type AuthenticationBehaviorsable is required Addition of Public method GetAuthenticationBehaviors in type .models.applicationable with return type AuthenticationBehaviorsable and parameters Addition of Public method SetAuthenticationBehaviors in type .models.applicationable with return type void and parameters value of type AuthenticationBehaviorsable is required Addition of Public method constructor in type .models.authenticationBehaviors with return type void and parameters Addition of Public method GetAdditionalData in type .models.authenticationBehaviors with return type map[string]any and parameters Addition of Public method GetBackingStore in type .models.authenticationBehaviors with return type BackingStore and parameters Addition of Public method GetBlockAzureADGraphAccess in type .models.authenticationBehaviors with return type *bool and parameters Addition of Public method getFieldDeserializers in type .models.authenticationBehaviors with return type map[string]func and parameters Addition of Public method GetOdataType in type .models.authenticationBehaviors with return type *string and parameters Addition of Public method GetRemoveUnverifiedEmailClaim in type .models.authenticationBehaviors with return type *bool and parameters Addition of Public method GetRequireClientServicePrincipal in type .models.authenticationBehaviors with return type *bool and parameters Addition of Public method Serialize in type .models.authenticationBehaviors with return type void and parameters writer of type SerializationWriter is required Addition of Public method SetAdditionalData in type .models.authenticationBehaviors with return type void and parameters value of type map[string]any is required Addition of Public method SetBackingStore in type .models.authenticationBehaviors with return type void and parameters value of type BackingStore is required Addition of Public method SetBlockAzureADGraphAccess in type .models.authenticationBehaviors with return type void and parameters value of type *bool is required Addition of Public method SetOdataType in type .models.authenticationBehaviors with return type void and parameters value of type *string is required Addition of Public method SetRemoveUnverifiedEmailClaim in type .models.authenticationBehaviors with return type void and parameters value of type *bool is required Addition of Public method SetRequireClientServicePrincipal in type .models.authenticationBehaviors with return type void and parameters value of type *bool is required Addition of Public method CreateFromDiscriminatorValue in type .models.authenticationBehaviors with return type Parsable and parameters parseNode of type ParseNode is required Addition of Public method GetBackingStore in type .models.authenticationBehaviorsable with return type BackingStore and parameters Addition of Public method GetBlockAzureADGraphAccess in type .models.authenticationBehaviorsable with return type *bool and parameters Addition of Public method GetOdataType in type .models.authenticationBehaviorsable with return type *string and parameters Addition of Public method GetRemoveUnverifiedEmailClaim in type .models.authenticationBehaviorsable with return type *bool and parameters Addition of Public method GetRequireClientServicePrincipal in type .models.authenticationBehaviorsable with return type *bool and parameters Addition of Public method SetBackingStore in type .models.authenticationBehaviorsable with return type void and parameters value of type BackingStore is required Addition of Public method SetBlockAzureADGraphAccess in type .models.authenticationBehaviorsable with return type void and parameters value of type *bool is required Addition of Public method SetOdataType in type .models.authenticationBehaviorsable with return type void and parameters value of type *string is required Addition of Public method SetRemoveUnverifiedEmailClaim in type .models.authenticationBehaviorsable with return type void and parameters value of type *bool is required Addition of Public method SetRequireClientServicePrincipal in type .models.authenticationBehaviorsable with return type void and parameters value of type *bool is required Addition of .models.authenticationBehaviorsable implements *i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder; *i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable; *ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel Addition of .models.authenticationBehaviors implements AuthenticationBehaviorsable Removal of .models.externalconnectors.ruleOperation has an enum member equals with order 0 Removal of .models.externalconnectors.ruleOperation has an enum member notEquals with order 1 Removal of .models.externalconnectors.ruleOperation has an enum member contains with order 2 Removal of .models.externalconnectors.ruleOperation has an enum member notContains with order 3 Removal of .models.externalconnectors.ruleOperation has an enum member lessThan with order 4 Removal of .models.externalconnectors.ruleOperation has an enum member greaterThan with order 5 Removal of .models.externalconnectors.ruleOperation has an enum member startsWith with order 6 Removal of .models.externalconnectors.ruleOperation has an enum member unknownFutureValue with order 7 Addition of .models.externalconnectors.ruleOperation has an enum member null with order 0 Addition of .models.externalconnectors.ruleOperation has an enum member equals with order 1 Addition of .models.externalconnectors.ruleOperation has an enum member notEquals with order 2 Addition of .models.externalconnectors.ruleOperation has an enum member contains with order 3 Addition of .models.externalconnectors.ruleOperation has an enum member notContains with order 4 Addition of .models.externalconnectors.ruleOperation has an enum member lessThan with order 5 Addition of .models.externalconnectors.ruleOperation has an enum member greaterThan with order 6 Addition of .models.externalconnectors.ruleOperation has an enum member startsWith with order 7 Addition of .models.externalconnectors.ruleOperation has an enum member unknownFutureValue with order 8

Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

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

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