Managed network fabric updates for 2025-07-15 API#9251
Managed network fabric updates for 2025-07-15 API#9251idanielsteven wants to merge 0 commit intoAzure:mainfrom
Conversation
❌Azure CLI Extensions Breaking Change Test
|
|
Hi @idanielsteven, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
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>
|
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the Azure CLI managed network fabric extension to use the 2025-07-15 API version, migrating from the previous 2024-06-15-preview version. The changes introduce new features and schema updates while maintaining backward compatibility.
- Updates API version across all managed network fabric commands to 2025-07-15
- Adds new administrative commands and BFD functionality for network interconnects
- Introduces identity management support with managed identity properties
Reviewed Changes
Copilot reviewed 151 out of 319 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| _wait.py files | Updates API version to 2025-07-15 across all wait commands |
| _update.py files | API version updates and client_flatten property additions for properties |
| _show.py files | API version updates and new schema properties for identity and configuration state |
| _list.py files | API version updates and schema additions for identity support |
| _delete.py files | API version updates and removal of confirmation prompts |
| _create.py files | API version updates, new identity argument groups, and enhanced schema definitions |
| nni/ new files | New NPB static route BFD administrative state management commands |
| internalnetwork/ new files | New administrative state and static route BFD management commands |
| neighborgroup/ new files | New resync command and identity management support |
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 |
|
are they expected? |
They are - we did a 30 day ahead notice of breaking changes in the last release. This release isn't quite ready yet - we are a few days our from going public. Currently just making sure all GH pipelines pass. Moving to draft for the time being. |
Managed network fabric updates for 2025-07-15 API
aaz: https://github.com/Azure/aaz/compare/main...idanielsteven:aaz:main?expand=1
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.