Revert "Revert "NetworkCloud extension updates for the 2026-07-01 GA API"" - #10139
Merged
Merged
Conversation
|
Hi @idanielsteven, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the networkcloud Azure CLI extension to the 2026-07-01 GA API surface and promotes the extension from preview to a stable 5.0.0 release, while refreshing generated AAZ command implementations and scenario test validation/recordings.
Changes:
- Bump extension version to 5.0.0, update metadata to non-preview, and add stable release notes for the 2026-07-01 API.
- Update a large set of AAZ-generated command modules from
2026-05-01-previewto2026-07-01(plus some argument formatting/prompt changes). - Add shared scenario-test assertion helpers and update multiple “show” scenario steps + recordings/config values.
Reviewed changes
Copilot reviewed 167 out of 229 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/networkcloud/setup.py | Promote package version to 5.0.0 and update description to GA 2026-07-01 API. |
| src/networkcloud/HISTORY.rst | Add 5.0.0 stable release entry for 2026-07-01 APIs. |
| src/networkcloud/azext_networkcloud/tests/latest/utils/output_checks.py | Add reusable output-check utilities used by scenario tests. |
| src/networkcloud/azext_networkcloud/tests/latest/utils/assert_messages.py | Add reusable assertion message builders for scenario tests. |
| src/networkcloud/azext_networkcloud/tests/latest/utils/init.py | Export assertion-message helpers for the tests utils package. |
| src/networkcloud/azext_networkcloud/tests/latest/test_volumes.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachineconsole.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py | Add additional show assertions and extend kwargs for deployment/rack type expectations. |
| src/networkcloud/azext_networkcloud/tests/latest/test_rack.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesversion.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusterfeature.py | Add additional show assertions and extend kwargs for required/version expectations. |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusteragentpool.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetescluster.py | Replace default “checks list” pattern with direct JSON assertions for show and add initial VM SKU kwarg. |
| src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py | Replace default “checks list” pattern with direct JSON assertions for show. |
| src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py | Add richer show assertions and align update/list/run-command calls to pass checks consistently. |
| src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml | Update recorded API version to 2026-07-01 and response shape (deploymentType) for rackSkus. |
| src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario5.yaml | Update recorded API version to 2026-07-01 for clusterManagers scenario. |
| src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario12.yaml | Update recorded API version to 2026-07-01 for clusters rotateCredential scenario. |
| src/networkcloud/azext_networkcloud/tests/latest/config.ini | Add/normalize config values used by updated assertions (initial_vm_sku_name, racksku deployment/rack type, feature version/required, etc.). |
| src/networkcloud/azext_networkcloud/azext_metadata.json | Remove preview flag (isPreview) while keeping min CLI core version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_wait.py | Switch volume wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_update.py | Switch volume update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_show.py | Switch volume show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_list.py | Switch volume list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_delete.py | Switch volume delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_create.py | Switch volume create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_wait.py | Switch VM console wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_update.py | Switch VM console update to 2026-07-01; adjust expiration datetime fmt; relax ssh key data requiredness. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_show.py | Switch VM console show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_list.py | Switch VM console list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_delete.py | Switch VM console delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_create.py | Switch VM console create to 2026-07-01; add expiration datetime fmt. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py | Switch virtualmachine wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py | Switch virtualmachine update to 2026-07-01; adjust repo credentials prompting/requiredness. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py | Switch virtualmachine start to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py | Switch virtualmachine show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py | Switch virtualmachine restart to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py | Switch virtualmachine reimage to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py | Switch virtualmachine poweroff to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py | Switch virtualmachine list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py | Switch virtualmachine delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py | Switch virtualmachine create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_assign_relay.py | Switch virtualmachine assignrelay to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py | Switch trunkednetwork wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py | Switch trunkednetwork update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py | Switch trunkednetwork show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py | Switch trunkednetwork list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py | Switch trunkednetwork delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py | Switch trunkednetwork create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py | Switch storageappliance wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py | Switch storageappliance update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py | Switch storageappliance show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_run_read_command.py | Switch storageappliance runreadcommands to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py | Switch storageappliance list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py | Switch enable remote vendor management to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py | Switch disable remote vendor management to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py | Switch racksku show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py | Switch racksku list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py | Switch rack wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py | Switch rack update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py | Switch rack show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py | Switch rack list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py | Switch l3network wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py | Switch l3network update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py | Switch l3network show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py | Switch l3network list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py | Switch l3network delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py | Switch l3network create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py | Switch l2network wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py | Switch l2network update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py | Switch l2network show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py | Switch l2network list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py | Switch l2network delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py | Switch l2network create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_wait.py | Switch kubernetesversion wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_update.py | Switch kubernetesversion update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_show.py | Switch kubernetesversion show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_list.py | Switch kubernetesversion list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_delete.py | Switch kubernetesversion delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_create.py | Switch kubernetesversion create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_wait.py | Switch kubernetescluster feature wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_update.py | Switch kubernetescluster feature update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_show.py | Switch kubernetescluster feature show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_list.py | Switch kubernetescluster feature list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_delete.py | Switch kubernetescluster feature delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_create.py | Switch kubernetescluster feature create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_wait.py | Switch kubernetescluster agentpool wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_update.py | Switch kubernetescluster agentpool update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_show.py | Switch kubernetescluster agentpool show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_list.py | Switch kubernetescluster agentpool list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_delete.py | Switch kubernetescluster agentpool delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_create.py | Switch kubernetescluster agentpool create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_wait.py | Switch kubernetescluster wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_update.py | Switch kubernetescluster update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_show.py | Switch kubernetescluster show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_restart_node.py | Switch kubernetescluster restartnode to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_list.py | Switch kubernetescluster list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_delete.py | Switch kubernetescluster delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_create.py | Switch kubernetescluster create to 2026-07-01 API version; add password prompt. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_show.py | Switch clustermanager identity show to 2026-07-01 API version and adjust docstring. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_remove.py | Switch clustermanager identity remove to 2026-07-01; change update method/flow. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_assign.py | Switch clustermanager identity assign to 2026-07-01; change update method/flow. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/init.py | Stop exporting identity wait command module. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py | Switch clustermanager wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py | Switch clustermanager update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update_relay_private_endpoint_connection.py | Switch update relay private endpoint connection to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py | Switch clustermanager show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py | Switch clustermanager list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py | Switch clustermanager delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py | Switch clustermanager create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py | Switch cluster metricsconfiguration wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py | Switch cluster metricsconfiguration update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py | Switch cluster metricsconfiguration show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py | Switch cluster metricsconfiguration list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py | Switch cluster metricsconfiguration delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py | Switch cluster metricsconfiguration create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py | Switch cluster bmckeyset wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py | Switch cluster bmckeyset update to 2026-07-01; add expiration datetime fmt. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py | Switch cluster bmckeyset show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py | Switch cluster bmckeyset list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py | Switch cluster bmckeyset delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py | Switch cluster bmckeyset create to 2026-07-01; add expiration datetime fmt. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py | Switch cluster baremetalmachinekeyset wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py | Switch cluster baremetalmachinekeyset update to 2026-07-01; add expiration datetime fmt. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py | Switch cluster baremetalmachinekeyset show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py | Switch cluster baremetalmachinekeyset list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py | Switch cluster baremetalmachinekeyset delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py | Switch cluster baremetalmachinekeyset create to 2026-07-01; add expiration datetime fmt. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py | Switch cluster wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py | Switch cluster updateversion to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py | Switch cluster show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_scan_runtime.py | Switch cluster scanruntime to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_rotate_credential.py | Switch cluster rotatecredential to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py | Switch cluster list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_inspect.py | Switch cluster inspect to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py | Switch cluster deploy to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py | Switch cluster delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py | Switch cluster create to 2026-07-01 API version; add password prompt. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_continue_update_version.py | Switch cluster continueupdateversion to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py | Switch cloudservicesnetwork wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py | Switch cloudservicesnetwork update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py | Switch cloudservicesnetwork show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py | Switch cloudservicesnetwork list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py | Switch cloudservicesnetwork delete to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py | Switch cloudservicesnetwork create to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py | Switch baremetalmachine wait to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py | Switch baremetalmachine update to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py | Switch baremetalmachine uncordon to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py | Switch baremetalmachine start to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py | Switch baremetalmachine show to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py | Switch baremetalmachine runreadcommands to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extracts_restricted.py | Switch baremetalmachine rundataextractsrestricted to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py | Switch baremetalmachine rundataextracts to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py | Switch baremetalmachine runcommand to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py | Switch baremetalmachine restart to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_replace.py | Switch baremetalmachine replace to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py | Switch baremetalmachine reimage to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py | Switch baremetalmachine poweroff to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py | Switch baremetalmachine list to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py | Switch baremetalmachine cordon to 2026-07-01 API version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_wait.py | Remove generated identity wait command module. |
Contributor
Author
|
Breaking change validation is not considered an issue. |
Collaborator
|
NetworkCloud |
necusjz
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This API is now available.
Reverts #10092
🤖 PR Validation — ❌ Action needed
❌Azure CLI Extensions Breaking Change Test