-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Managed Network Fabric CLI: 30-day notice of breaking changes announcement for 9.0.x CLI #9062
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
…ctual extension names for consistency
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| networkfabric fabric identity | sub group networkfabric fabric identity added property deprecate_info_hide |
||
| networkfabric fabric identity | sub group networkfabric fabric identity added property deprecate_info_target |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
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 introduces breaking change announcements for the Managed Network Fabric extension, providing a 30-day notice before changes take effect in version 9.0.x. The changes include deprecation notices and required parameter changes.
- Adds breaking change notifications for command group deprecation, argument removal, and required flag changes
- Updates version from 8.0.0 to 8.0.1 to publish the breaking change notices
- Documents the upcoming breaking changes in the history file
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| setup.py | Increments version to 8.0.1 to publish breaking change notices |
| _breaking_change.py | New file implementing breaking change registrations for deprecated commands and arguments |
| HISTORY.rst | Documents the breaking changes being announced for version 9.0.x |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
|
|
[Release] Update index.json for extension [ managednetworkfabric-8.1.0 ] : https://dev.azure.com/msazure/One/_build/results?buildId=134270256&view=results |
…ement for 9.0.x CLI (Azure#9062) * Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview * Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview * Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview * Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview * Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview * fixing tests * cleanup * cleanup * cleanup * cleanup * cleanup * updating history.rst for consistency * updating history.rst for consistency * updating history.rst for consistency * updating history.rst for consistency * Updating service names for networkcloud and networkfabric CLI's * Updating service names for networkcloud and networkfabric CLI's * Updating networkcloud and managednetworkfabric Readme.md to use the actual extension names for consistency * 07-15-2025 CLI shake test * linting fixes * re-adding missing params * announcement of breaking changes * announcement of breaking changes * updating minor release version for breaking changes
Notifying users of upcoming breaking changes that will be coming in the 9.0.x CLI version for 2025-07-15-stable API.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.