Skip to content
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

Changes in generated code #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

octokitbot
Copy link
Collaborator

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.

Copy link

what-the-diff bot commented Dec 27, 2024

PR Summary

  • Improved System Identifier
    The system identifier in kiota-lock.json has been updated to ensure accurate tracking of system data.

  • Additional Properties in CodeSetup Structure
    Two new properties, called runner_label and runner_type, have been added to the CodeScanningDefaultSetup struct within the code scanning setup. These are structured to offer more customization and specificity in our code-scanning processes.

  • New Getters and Setters for Customizable Properties
    This update introduces ways to get (retrieve) and set (change) the values of the newly-added properties runner_label and runner_type This will offer more flexibility for developers who want to manipulate these properties during code processes.

  • Enhanced Deserialization Process
    The GetFieldDeserializers function has been expanded to incorporate data from runner_label and runner_type. Now, any data related to these properties will form part of the overall accessible data in the system, improving data flow and availability.

  • Serialization Update
    Similar to the deserialization enhancement, those new properties are now also included in the serialization process. This addition will ensure that runner_label and runner_type data are packaged correctly into our data stream when the system is passing on information.

  • Introduction of New Enum File
    A new file, code_scanning_default_setup_escaped_runner_escaped_type.go, was introduced. This file holds an enum (a way of defining a type of variable in programming) relating to the recently included runner_type. This file allows developer to better manage and use the different possible runner_type values: standard and labeled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Triage
Development

Successfully merging this pull request may close these issues.

1 participant