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.
Updates to the Kiota Lock File
A modification was made to the kiota configuration lock file, specifically, the 'descriptionHash' property has been updated.
Introduction of New Model Files
Two new files were added to the Models folder. These are: code_security_configuration_for_repository.go containing a new structure for managing code security configuration in a repository, and code_security_configuration_for_repository_status.go which defines different statuses for the repository's code security configuration.
Addition of Request Builder File
A new file item_item_code_security_configuration_request_builder.go was added to the Repos folder. This new piece handles the construction of specific data requests related to the code security configuration.
Enhancements to Existing Request Builder
Existing file item_repo_item_request_builder.go has been updated with a new method called CodeSecurityConfiguration. This new method provides additional capabilities for managing the repository's Code security configuration.
nickfloyd
changed the title
Changes in generated code
feat: adds code_security_configuration (repository, status), updates item_repo_item_request_builder (CodeSecurityConfiguration)
Aug 19, 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.