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 details that describe the lockfile specifics in 'kiota-lock.json' were updated for consistency.
Removed Collaborators Property from OrganizationFull Structure
Certain information details related to the collaborators in the 'organization_full.go' file were removed. This involves the methods to get and set these details, as well as the logic for reassembling this structure.
Added Targets as a Query Parameter
A new query parameter called 'targets' was added to 'item_rulesets_request_builder.go' and 'item_item_rulesets_request_builder.go' files. This will essentially allow us to fetch item rulesets based on specific targets.
Updated Request URL in ItemRulesetsRequestBuilder and ItemItemRulesetsRequestBuilder
The changes also include the modification of the request URL in both mentioned files to integrate the newly added 'targets' in the path parameters.
Overall, these changes aim to improve the efficiency and functionality of our codebase by making it more explicit and focused.
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.