-
Notifications
You must be signed in to change notification settings - Fork 149
Generated models and request builders #1651
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
Conversation
microsoft-graph-devx-bot
bot
commented
Feb 25, 2025
•
edited by microsoft-github-policy-service
bot
Loading
edited by microsoft-github-policy-service
bot
Update generated files with build 181216
Addition of Public method getAuthenticationBehaviors in type Generated.models.application with return type AuthenticationBehaviors and parameters Addition of Public method setAuthenticationBehaviors in type Generated.models.application with return type void and parameters value of type AuthenticationBehaviors is optional Addition of Public method constructor in type Generated.models.authenticationBehaviors with return type void and parameters Addition of Public method getAdditionalData in type Generated.models.authenticationBehaviors with return type array and parameters Addition of Public method getBackingStore in type Generated.models.authenticationBehaviors with return type BackingStore and parameters Addition of Public method getBlockAzureADGraphAccess in type Generated.models.authenticationBehaviors with return type bool and parameters Addition of Public method GetFieldDeserializers in type Generated.models.authenticationBehaviors with return type array and parameters Addition of Public method getOdataType in type Generated.models.authenticationBehaviors with return type string and parameters Addition of Public method getRemoveUnverifiedEmailClaim in type Generated.models.authenticationBehaviors with return type bool and parameters Addition of Public method getRequireClientServicePrincipal in type Generated.models.authenticationBehaviors with return type bool and parameters Addition of Public method Serialize in type Generated.models.authenticationBehaviors with return type void and parameters writer of type ISerializationWriter is required Addition of Public method setAdditionalData in type Generated.models.authenticationBehaviors with return type void and parameters value of type array is optional Addition of Public method setBackingStore in type Generated.models.authenticationBehaviors with return type void and parameters value of type BackingStore is required Addition of Public method setBlockAzureADGraphAccess in type Generated.models.authenticationBehaviors with return type void and parameters value of type bool is optional Addition of Public method setOdataType in type Generated.models.authenticationBehaviors with return type void and parameters value of type string is optional Addition of Public method setRemoveUnverifiedEmailClaim in type Generated.models.authenticationBehaviors with return type void and parameters value of type bool is optional Addition of Public method setRequireClientServicePrincipal in type Generated.models.authenticationBehaviors with return type void and parameters value of type bool is optional Addition of Public method CreateFromDiscriminatorValue in type Generated.models.authenticationBehaviors with return type AuthenticationBehaviors and parameters parseNode of type ParseNode is required Addition of Generated.models.authenticationBehaviors implements AdditionalDataHolder; BackedModel; Parsable Removal of Generated.models.externalConnectors.ruleOperation has an enum member equals with order 0 Removal of Generated.models.externalConnectors.ruleOperation has an enum member notEquals with order 1 Removal of Generated.models.externalConnectors.ruleOperation has an enum member contains with order 2 Removal of Generated.models.externalConnectors.ruleOperation has an enum member notContains with order 3 Removal of Generated.models.externalConnectors.ruleOperation has an enum member lessThan with order 4 Removal of Generated.models.externalConnectors.ruleOperation has an enum member greaterThan with order 5 Removal of Generated.models.externalConnectors.ruleOperation has an enum member startsWith with order 6 Removal of Generated.models.externalConnectors.ruleOperation has an enum member unknownFutureValue with order 7 Addition of Generated.models.externalConnectors.ruleOperation has an enum member null with order 0 Addition of Generated.models.externalConnectors.ruleOperation has an enum member equals with order 1 Addition of Generated.models.externalConnectors.ruleOperation has an enum member notEquals with order 2 Addition of Generated.models.externalConnectors.ruleOperation has an enum member contains with order 3 Addition of Generated.models.externalConnectors.ruleOperation has an enum member notContains with order 4 Addition of Generated.models.externalConnectors.ruleOperation has an enum member lessThan with order 5 Addition of Generated.models.externalConnectors.ruleOperation has an enum member greaterThan with order 6 Addition of Generated.models.externalConnectors.ruleOperation has an enum member startsWith with order 7 Addition of Generated.models.externalConnectors.ruleOperation has an enum member unknownFutureValue with order 8 |
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.
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
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