-
Notifications
You must be signed in to change notification settings - Fork 236
SDK Breaking change classifier #15565
Copy link
Copy link
Open
Labels
MgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.dev inner loopIssues related to our project to enable agentic workflows for the dev inner loop.Issues related to our project to enable agentic workflows for the dev inner loop.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.
Metadata
Metadata
Assignees
Labels
MgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.dev inner loopIssues related to our project to enable agentic workflows for the dev inner loop.Issues related to our project to enable agentic workflows for the dev inner loop.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.
Copilot Agent refer changelogOrRevapi-breakingchange pattern guide to analyze and classify the breaking changes.
Parse out the actually breaking changes and classify them into different category
Breaking change category
input:
changelog or Revapi
output:
{ "breakingchanges": [ { "breakingchange": "model ResourceInfo is renamed to Resource", "category": "Conversion-need to be resolve", }, { "breakingchange": "Property type changed from int to string", "category": "typespec change", } ] }