Generated models and request builders#1124
Merged
andrueastman merged 1 commit intomainfrom Feb 25, 2025
Merged
Conversation
Update generated files with build 181216
Contributor
| Addition of Public method authentication_behaviors in type msgraph.generated.models.Application with return type AuthenticationBehaviors and parameters Addition of Public method authentication_behaviors in type msgraph.generated.models.Application with return type None and parameters value of type AuthenticationBehaviors is required Addition of Public method additional_data in type msgraph.generated.models.AuthenticationBehaviors with return type dict[str, Any] and parameters Addition of Public method additional_data in type msgraph.generated.models.AuthenticationBehaviors with return type None and parameters value of type dict[str, Any] is required Addition of Public property backing_store in type msgraph.generated.models.AuthenticationBehaviors with type BackingStore Addition of Public method block_azure_a_d_graph_access in type msgraph.generated.models.AuthenticationBehaviors with return type bool and parameters Addition of Public method block_azure_a_d_graph_access in type msgraph.generated.models.AuthenticationBehaviors with return type None and parameters value of type bool is required Addition of Public method constructor in type msgraph.generated.models.AuthenticationBehaviors with return type None and parameters Addition of Public method get_field_deserializers in type msgraph.generated.models.AuthenticationBehaviors with return type dict[str, Callable[[ParseNode], None]] and parameters Addition of Public method odata_type in type msgraph.generated.models.AuthenticationBehaviors with return type str and parameters Addition of Public method odata_type in type msgraph.generated.models.AuthenticationBehaviors with return type None and parameters value of type str is required Addition of Public method remove_unverified_email_claim in type msgraph.generated.models.AuthenticationBehaviors with return type bool and parameters Addition of Public method remove_unverified_email_claim in type msgraph.generated.models.AuthenticationBehaviors with return type None and parameters value of type bool is required Addition of Public method require_client_service_principal in type msgraph.generated.models.AuthenticationBehaviors with return type bool and parameters Addition of Public method require_client_service_principal in type msgraph.generated.models.AuthenticationBehaviors with return type None and parameters value of type bool is required Addition of Public method serialize in type msgraph.generated.models.AuthenticationBehaviors with return type None and parameters writer of type SerializationWriter is required Addition of Public method create_from_discriminator_value in type msgraph.generated.models.AuthenticationBehaviors with return type AuthenticationBehaviors and parameters parse_node of type ParseNode is required Addition of msgraph.generated.models.AuthenticationBehaviors implements AdditionalDataHolder; BackedModel; Parsable Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member Equals with order 0 Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member NotEquals with order 1 Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member Contains with order 2 Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member NotContains with order 3 Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member LessThan with order 4 Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member GreaterThan with order 5 Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member StartsWith with order 6 Removal of msgraph.generated.models.externalConnectors.RuleOperation has an enum member UnknownFutureValue with order 7 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member Null with order 0 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member Equals with order 1 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member NotEquals with order 2 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member Contains with order 3 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member NotContains with order 4 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member LessThan with order 5 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member GreaterThan with order 6 Addition of msgraph.generated.models.externalConnectors.RuleOperation has an enum member StartsWith with order 7 Addition of msgraph.generated.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.