-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add Breaking Check Without Tox #43988
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for running the breaking changes checker directly via the azpysdk CLI tool without requiring tox. The change simplifies the workflow by providing a more straightforward command (azpysdk breaking .) for local testing.
- Implements a new
breakingcommand in the azpysdk tool - Updates documentation to include the new non-tox workflow
- Integrates breaking changes detection into the existing CLI infrastructure
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| scripts/breaking_changes_checker/README.md | Documents the new azpysdk breaking command usage |
| eng/tools/azure-sdk-tools/azpysdk/main.py | Registers the new breaking check command with the CLI parser |
| eng/tools/azure-sdk-tools/azpysdk/breaking.py | Implements the breaking changes check as a CLI command |
| doc/tool_usage_guide.md | Adds breaking check to the tool usage documentation table |
|
Oh. Apply |
#42883
tested with
azure-mgmt-coreazure-mgmt-storage