Closed octokitbot closed 3 months ago
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.
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.