Skip to content

Managed Network Fabric CLI updates for new 2026-01-15-preview API#9784

Draft
idanielsteven wants to merge 6 commits intoAzure:mainfrom
idanielsteven:main
Draft

Managed Network Fabric CLI updates for new 2026-01-15-preview API#9784
idanielsteven wants to merge 6 commits intoAzure:mainfrom
idanielsteven:main

Conversation

@idanielsteven
Copy link
Copy Markdown
Contributor

@idanielsteven idanielsteven commented Apr 14, 2026

Managed Network Fabric CLI updates for new 2026-01-15-preview API

aaz: Azure/aaz#983

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 wheel==0.30.0 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.

Copilot AI review requested due to automatic review settings April 14, 2026 22:16
@azure-client-tools-bot-prd
Copy link
Copy Markdown

azure-client-tools-bot-prd bot commented Apr 14, 2026

⚠️Azure CLI Extensions Breaking Change Test
⚠️managednetworkfabric
rule cmd_name rule_message suggest_message
⚠️ 1010 - ParaPropUpdate networkfabric acl create cmd networkfabric acl create update parameter device_role: updated property choices from ['CE', 'ManagementSwitch', 'NPB', 'ToR'] to ['CE', 'ManagementSwitch', 'NPB', 'TerminalServer', 'ToR']
⚠️ 1010 - ParaPropUpdate networkfabric acl update cmd networkfabric acl update update parameter device_role: updated property choices from ['CE', 'ManagementSwitch', 'NPB', 'ToR'] to ['CE', 'ManagementSwitch', 'NPB', 'TerminalServer', 'ToR']
⚠️ 1006 - ParaAdd networkfabric controller create cmd networkfabric controller create added parameter vm_profile
⚠️ 1006 - ParaAdd networkfabric fabric create cmd networkfabric fabric create added parameter secret_archive_settings
⚠️ 1006 - ParaAdd networkfabric fabric create cmd networkfabric fabric create added parameter upgrade_profile
⚠️ 1006 - ParaAdd networkfabric fabric update cmd networkfabric fabric update added parameter secret_archive_settings
⚠️ 1006 - ParaAdd networkfabric fabric update cmd networkfabric fabric update added parameter upgrade_profile
⚠️ 1010 - ParaPropUpdate networkfabric l3domain create cmd networkfabric l3domain create update parameter export_policy_config: updated property name from export_policy_config to export_policy_configuration
⚠️ 1010 - ParaPropUpdate networkfabric l3domain create cmd networkfabric l3domain create update parameter export_policy_config: updated property options from ['--export-policy-config'] to ['--export-policy-config', '--export-policy-configuration']
⚠️ 1010 - ParaPropUpdate networkfabric l3domain update cmd networkfabric l3domain update update parameter export_policy_config: updated property name from export_policy_config to export_policy_configuration
⚠️ 1010 - ParaPropUpdate networkfabric l3domain update cmd networkfabric l3domain update update parameter export_policy_config: updated property options from ['--export-policy-config'] to ['--export-policy-config', '--export-policy-configuration']
⚠️networkcloud
rule cmd_name rule_message suggest_message
⚠️ 1006 - ParaAdd networkcloud baremetalmachine reimage cmd networkcloud baremetalmachine reimage added parameter safeguard_mode
⚠️ 1006 - ParaAdd networkcloud cluster continue-update-version cmd networkcloud cluster continue-update-version added parameter safeguard_mode
⚠️ 1001 - CmdAdd networkcloud cluster rotate-credential cmd networkcloud cluster rotate-credential added
⚠️ 1006 - ParaAdd networkcloud cluster update-version cmd networkcloud cluster update-version added parameter safeguard_mode
⚠️ 1010 - ParaPropUpdate networkcloud virtualmachine create cmd networkcloud virtualmachine create update parameter network_data_content: updated property aaz_type from string to AAZPasswordArg
⚠️ 1010 - ParaPropUpdate networkcloud virtualmachine create cmd networkcloud virtualmachine create update parameter network_data_content: updated property type from string to Password
⚠️ 1010 - ParaPropUpdate networkcloud virtualmachine create cmd networkcloud virtualmachine create update parameter user_data_content: updated property aaz_type from string to AAZPasswordArg
⚠️ 1010 - ParaPropUpdate networkcloud virtualmachine create cmd networkcloud virtualmachine create update parameter user_data_content: updated property type from string to Password

@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 setup.py as well.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines:
Successfully started running 2 pipeline(s).

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines:
Successfully started running 2 pipeline(s).

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Apr 14, 2026

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

@github-actions
Copy link
Copy Markdown
Contributor

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).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@github-actions
Copy link
Copy Markdown
Contributor

CodeGen Tools Feedback Collection

Thank 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

@github-actions
Copy link
Copy Markdown
Contributor

Hi @idanielsteven

⚠️ Release Requirements

Module: managednetworkfabric

  • ⚠️ Please update VERSION to be 9.2.0 in src/managednetworkfabric/setup.py
  • ⚠️ Remove azext.isPreview: true in azext_metadata.json for managednetworkfabric

Module: networkcloud

  • ⚠️ Please update VERSION to be 5.0.0b2 in src/networkcloud/setup.py
  • ⚠️ Set azext.isPreview to true in azext_metadata.json for networkcloud

Notes

@github-actions github-actions bot added the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot Network release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants