Skip to content

NetworkCloud CLI v5.0.1 - #10147

Merged
Ethan Yang (necusjz) merged 11 commits into
Azure:mainfrom
idanielsteven:main
Jul 28, 2026
Merged

NetworkCloud CLI v5.0.1#10147
Ethan Yang (necusjz) merged 11 commits into
Azure:mainfrom
idanielsteven:main

Conversation

@idanielsteven

@idanielsteven idanielsteven commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

🤖 PR Validation — ️✔️ All clear

Breaking Changes
️✔️ None

NetworkCloud CLI v5.0.1

aaz: Azure/aaz#1050

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-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the networkcloud Azure CLI extension to v5.0.1, primarily to support sending nullable cluster update properties as explicit null and to align generated command schemas/validators with that behavior.

Changes:

  • Bump extension version to 5.0.1 and add release notes.
  • Update cluster update argument/schema generation and pre-operation validators to support nullable object properties.
  • Add a new scenario test + recording to validate cluster update with nullable properties set to null.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/networkcloud/setup.py Bumps extension version to 5.0.1.
src/networkcloud/HISTORY.rst Adds 5.0.1 release notes (contains a formatting typo to fix).
src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py Adds scenario13 test coverage for nullable cluster update properties (has a scenario helper mismatch to fix).
src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario13.yaml Adds recording for scenario13 nullable cluster update.
src/networkcloud/azext_networkcloud/operations/common_secretarchivesettings.py Skips validation when secret-archive settings are explicitly set to null.
src/networkcloud/azext_networkcloud/operations/common_commandoutputsettings.py Skips validation when command-output settings are explicitly set to null.
src/networkcloud/azext_networkcloud/operations/common_analyticsoutputsettings.py Skips validation when analytics-output settings are explicitly set to null.
src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py Removes password prompt behavior for VM image repository credentials (inconsistent with existing patterns).
src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py Marks multiple update properties as nullable in args and request schema.
src/index.json Manual index edits included (should be reverted per repo guidance).
.l Empty file present in PR (purpose unclear).

Comment thread src/index.json
Comment thread src/networkcloud/HISTORY.rst Outdated
Comment thread src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py Outdated
@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

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

@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

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

@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

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

@yonzhan

Copy link
Copy Markdown
Collaborator

NetworkCloud

@necusjz
Ethan Yang (necusjz) merged commit d688117 into Azure:main Jul 28, 2026
24 checks passed
@azclibot

Copy link
Copy Markdown
Collaborator

[Release] Update index.json for extension [ networkcloud-5.0.1 ] : https://dev.azure.com/msazure/One/_build/results?buildId=174033888&view=results

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants