You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.
Updated descriptionHash in kiota-lock.json
The unique identifier in the project lock file (kiota-lock.json) has been updated. This changed value guides the tool to understand if any project dependencies have been altered.
Adjusted data type of id in check_run.go
The kind of data the id field can hold in the check_run.go file has been expanded. It moved from a 32-bit number (int32) to a 64-bit number (int64). This change possibly allows for a larger range of identification values.
Updated Put function documentation in item_item_contents_with_path_item_request_builder.go
The information regarding the Put function (used to update objects) has been updated in the item_item_contents_with_path_item_request_builder.go file. Specific mention of a type of error (BasicError for code 409) that the function no longer returns has been removed from the explanations. This may improve overall understanding of the function's behavior.
Revised Post function documentation in item_item_git_blobs_request_builder.go
The Post function's (used to create objects) description in the item_item_git_blobs_request_builder.go file was modified. A type of error (ValidationError for code 422) the function previously returned is no longer included in the documentation. This simplifies the understanding of the function's operation for users.
nickfloyd
changed the title
Changes in generated code
feat: Updates CheckRun.id to the proper type
Aug 22, 2024
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
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.
The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.