NetworkCloud extension updates for the 2026-07-01 GA API#10044
Draft
idanielsteven wants to merge 15 commits into
Draft
NetworkCloud extension updates for the 2026-07-01 GA API#10044idanielsteven wants to merge 15 commits into
idanielsteven wants to merge 15 commits into
Conversation
❌Azure CLI Extensions Breaking Change Test
|
|
Hi @idanielsteven, |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the NetworkCloud Azure CLI extension to align with the 2026-07-01 GA management-plane API, promoting the extension from preview to stable and updating scenario tests/recordings accordingly.
Changes:
- Bump extension to 5.0.0 (stable) and update release notes/description to reference 2026-07-01 GA.
- Update generated AAZ command modules to use
api-version=2026-07-01(and adjust a few prompt behaviors for secret-like inputs). - Strengthen/refresh scenario tests, config, and recordings to validate GA responses and fields.
Reviewed changes
Copilot reviewed 166 out of 228 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/networkcloud/setup.py | Bumps extension version to 5.0.0 and updates description to 2026-07-01 GA API. |
| src/networkcloud/HISTORY.rst | Adds 5.0.0 stable release note for 2026-07-01 APIs. |
| src/networkcloud/azext_networkcloud/azext_metadata.json | Removes preview flag while keeping min CLI core requirement. |
| src/networkcloud/azext_networkcloud/tests/latest/config.ini | Updates/extends test configuration values for GA-era validations. |
| src/networkcloud/azext_networkcloud/tests/latest/utils/init.py | Adds a utils package export surface for shared test helpers. |
| src/networkcloud/azext_networkcloud/tests/latest/utils/assert_messages.py | Introduces reusable assertion-message helpers for scenario tests. |
| src/networkcloud/azext_networkcloud/tests/latest/utils/output_checks.py | Adds shared output-check helpers for scenario tests. |
| src/networkcloud/azext_networkcloud/tests/latest/test_volumes.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachineconsole.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py | Updates racksku show assertions and expands scenario kwargs. |
| src/networkcloud/azext_networkcloud/tests/latest/test_rack.py | Updates rack show assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesversion.py | Updates show-step assertions (including provisioning state). |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusterfeature.py | Updates show-step assertions and scenario kwargs for GA fields. |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusteragentpool.py | Updates show-step assertions and adds explicit field validations. |
| src/networkcloud/azext_networkcloud/tests/latest/test_kubernetescluster.py | Updates show-step assertions and scenario kwargs for GA fields. |
| src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py | Updates show-step assertions to validate returned fields/values. |
| src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py | Refactors scenario steps and adds stronger update/show/list validations. |
| src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml | Updates recorded requests/responses to 2026-07-01 API version/shape. |
| src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario5.yaml | Updates recorded requests to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4b.yaml | Updates recorded async-operation URLs to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario12.yaml | Updates recorded requests to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_assign_relay.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py | Switches to 2026-07-01 api-version; updates argument prompting for some fields. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py | Switches to 2026-07-01 api-version and updates secret prompting behavior. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_run_read_command.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetesversion/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/feature/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_restart_node.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_assign.py | Switches generated command to 2026-07-01 api-version and trims examples. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_remove.py | Switches generated command to 2026-07-01 api-version and trims examples. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_show.py | Switches generated command to 2026-07-01 api-version and trims examples. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/identity/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update_relay_private_endpoint_connection.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_continue_update_version.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py | Switches to 2026-07-01 api-version; adjusts secret prompting for SP password. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_inspect.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_rotate_credential.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_scan_runtime.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py | Switches to 2026-07-01 api-version; adjusts secret prompting for SP password. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_replace.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extracts_restricted.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py | Switches generated command to 2026-07-01 api-version. |
| src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py | Switches generated command to 2026-07-01 api-version. |
Collaborator
|
NetworkCloud |
Contributor
Author
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.
NetworkCloud extension updates for the 2026-07-01 GA API
aaz: Azure/aaz#1036
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? (azdevrequired; see.azure-pipelines/templates/azdev_setup.ymlfor the install command untilazdev==0.2.11b1is on PyPI)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.