Add management SDK breaking-change attribution - #48991
Closed
Yuchao Yan (msyyc) wants to merge 1 commit into
Closed
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Yuchao Yan (msyyc)
deleted the
copilot/mgmt-breaking-change-attribution
branch
September 14, 2026 08:16
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Extend the read-only management SDK PR-review agentic workflow to attribute newly added or modified
### Breaking Changesentries to TypeSpec/API changes, emitter/toolchain changes, both, or insufficient evidence.The deterministic collector now:
_metadata.json,tsp-location.yaml, API metadata, package configuration, and resolved dependency-lock evidence at immutable revisionsThe reviewer prompt traces each entry through immutable specification and tooling evidence and adds a separate non-blocking
### Breaking-change attributiontable to the existing single summary comment.Security
Validation
gh aw compile mgmt-sdk-pr-review --action-mode action --action-tag v0.80.9 --validatepython .github/workflows/tests/test_mgmt_sdk_review_context.py(12 tests)azure-mgmt-deviceregistry_1.2.0b1, old specification SHA5038b362fae5e6f54bb6fe7e0a0d18370a946acf, and^0.37.1as a range rather than a resolved version.Limitations
Unverifiedunless immutable evidence explains causation; specification or emitter version changes alone are not treated as proof.Exercise
After this draft is deployed to the default branch, add the
mgmt-review-neededlabel to a management SDK PR such as #48959. The self-updating review comment should retain the findings and unverified-check sections and add one attribution row for each introduced breaking-change entry.