Skip to content

Managed Network Fabric 2026-07-15-preview CLI. - #10272

Draft
idanielsteven wants to merge 4 commits into
Azure:mainfrom
idanielsteven:main
Draft

Managed Network Fabric 2026-07-15-preview CLI.#10272
idanielsteven wants to merge 4 commits into
Azure:mainfrom
idanielsteven:main

Conversation

@idanielsteven

@idanielsteven idanielsteven commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

🤖 PR Validation — ❌ Action needed

Breaking Changes
❌ 1
❌Azure CLI Extensions Breaking Change Test
❌managednetworkfabric
rule cmd_name rule_message suggest_message
1006 - ParaAdd networkfabric bootstrapinterface list cmd networkfabric bootstrapinterface list added parameter bootstrap_device please remove parameter bootstrap_device for cmd networkfabric bootstrapinterface list
1007 - ParaRemove networkfabric bootstrapinterface list cmd networkfabric bootstrapinterface list removed parameter network_bootstrap_device_name please add back parameter network_bootstrap_device_name for cmd networkfabric bootstrapinterface list
1006 - ParaAdd networkfabric bootstrapinterface show cmd networkfabric bootstrapinterface show added parameter bootstrap_device please remove parameter bootstrap_device for cmd networkfabric bootstrapinterface show
1007 - ParaRemove networkfabric bootstrapinterface show cmd networkfabric bootstrapinterface show removed parameter network_bootstrap_device_name please add back parameter network_bootstrap_device_name for cmd networkfabric bootstrapinterface show
1006 - ParaAdd networkfabric bootstrapinterface wait cmd networkfabric bootstrapinterface wait added parameter bootstrap_device please remove parameter bootstrap_device for cmd networkfabric bootstrapinterface wait
1007 - ParaRemove networkfabric bootstrapinterface wait cmd networkfabric bootstrapinterface wait removed parameter network_bootstrap_device_name please add back parameter network_bootstrap_device_name for cmd networkfabric bootstrapinterface wait
1006 - ParaAdd networkfabric device reboot cmd networkfabric device reboot added parameter resource_name please remove parameter resource_name for cmd networkfabric device reboot
1007 - ParaRemove networkfabric device reboot cmd networkfabric device reboot removed parameter network_device_name please add back parameter network_device_name for cmd networkfabric device reboot
1002 - CmdRemove networkfabric device refresh-configuration cmd networkfabric device refresh-configuration removed please confirm cmd networkfabric device refresh-configuration removed
1002 - CmdRemove networkfabric fabric commit-configuration cmd networkfabric fabric commit-configuration removed please confirm cmd networkfabric fabric commit-configuration removed
1002 - CmdRemove networkfabric fabric validate-configuration cmd networkfabric fabric validate-configuration removed please confirm cmd networkfabric fabric validate-configuration removed
1002 - CmdRemove networkfabric fabric view-device-configuration cmd networkfabric fabric view-device-configuration removed please confirm cmd networkfabric fabric view-device-configuration removed
⚠️ 1001 - CmdAdd networkfabric bootstrapdevice reboot cmd networkfabric bootstrapdevice reboot added
⚠️ 1001 - CmdAdd networkfabric bootstrapdevice refresh-config cmd networkfabric bootstrapdevice refresh-config added
⚠️ 1001 - CmdAdd networkfabric bootstrapdevice resync-password cmd networkfabric bootstrapdevice resync-password added
⚠️ 1001 - CmdAdd networkfabric bootstrapdevice run-ro-command cmd networkfabric bootstrapdevice run-ro-command added
⚠️ 1001 - CmdAdd networkfabric bootstrapdevice run-rw-command cmd networkfabric bootstrapdevice run-rw-command added
⚠️ 1001 - CmdAdd networkfabric bootstrapdevice update-admin-state cmd networkfabric bootstrapdevice update-admin-state added
⚠️ 1001 - CmdAdd networkfabric bootstrapinterface update-admin-state cmd networkfabric bootstrapinterface update-admin-state added
⚠️ 1006 - ParaAdd networkfabric controller create cmd networkfabric controller create added parameter public_connectivity
⚠️ 1001 - CmdAdd networkfabric device refresh-config cmd networkfabric device refresh-config added
⚠️ 1001 - CmdAdd networkfabric device run-diagnostic cmd networkfabric device run-diagnostic added
⚠️ 1001 - CmdAdd networkfabric device run-validation cmd networkfabric device run-validation added
⚠️ 1011 - SubgroupAdd networkfabric edgeconnector sub group networkfabric edgeconnector added
⚠️ 1006 - ParaAdd networkfabric externalnetwork update-admin-state cmd networkfabric externalnetwork update-admin-state added parameter force
⚠️ 1001 - CmdAdd networkfabric fabric commit-config cmd networkfabric fabric commit-config added
⚠️ 1006 - ParaAdd networkfabric fabric create cmd networkfabric fabric create added parameter public_connectivity
⚠️ 1001 - CmdAdd networkfabric fabric run-diagnostic cmd networkfabric fabric run-diagnostic added
⚠️ 1001 - CmdAdd networkfabric fabric run-validation cmd networkfabric fabric run-validation added
⚠️ 1001 - CmdAdd networkfabric fabric validate-config cmd networkfabric fabric validate-config added
⚠️ 1001 - CmdAdd networkfabric fabric view-device-config cmd networkfabric fabric view-device-config added
⚠️ 1011 - SubgroupAdd networkfabric fabric-v2 sub group networkfabric fabric-v2 added
⚠️ 1006 - ParaAdd networkfabric interface update-admin-state cmd networkfabric interface update-admin-state added parameter force
⚠️ 1006 - ParaAdd networkfabric internalnetwork update-admin-state cmd networkfabric internalnetwork update-admin-state added parameter force
⚠️ 1006 - ParaAdd networkfabric l2domain update-admin-state cmd networkfabric l2domain update-admin-state added parameter force
⚠️ 1006 - ParaAdd networkfabric l3domain update-admin-state cmd networkfabric l3domain update-admin-state added parameter force
⚠️ 1006 - ParaAdd networkfabric tap update-admin-state cmd networkfabric tap update-admin-state added parameter force
⚠️ 1006 - ParaAdd networkfabric taprule create cmd networkfabric taprule create added parameter is_match_config_updated
⚠️ 1006 - ParaAdd networkfabric taprule update cmd networkfabric taprule update added parameter is_match_config_updated

Managed Network Fabric 2026-07-15-preview CLI.";

aaz: Azure/aaz#1069


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install azdev required)
  • My extension version conforms to the Extension version schema

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.json automatically.
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.

@azure-client-tools-bot-prd

Copy link
Copy Markdown

Hi idanielsteven,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in pyproject.toml (or setup.py, if the extension has not migrated yet) as well.

@microsoft-github-policy-service microsoft-github-policy-service Bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Aug 28, 2026
@microsoft-github-policy-service

Copy link
Copy Markdown
Contributor

Thank you for your contribution idanielsteven! We will review the pull request and get back to you soon.

@yonzhan

Copy link
Copy Markdown
Collaborator

Managed Network Fabric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

act-quality-productivity-squad Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. Network

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants