From 3ef6230ab107cbfc033090a343846817440d69a6 Mon Sep 17 00:00:00 2001 From: Priya Shet Date: Mon, 26 Jun 2023 20:10:45 -0500 Subject: [PATCH] =?UTF-8?q?NetworkCloud=202023-05-01=20API=20scenarios=20t?= =?UTF-8?q?ests=20created=20for=20Networkcloud=20=E2=80=A6=20(#6422)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * NetworkCloud 2023-05-01 API scenarios tests created for Networkcloud az cli extension resources * NetworkCloud 2023-05-01 API scenarios tests created for Networkcloud az cli extension resources --- linter_exclusions.yml | 49 + src/networkcloud/HISTORY.rst | 6 + src/networkcloud/README.md | 36 +- .../azext_networkcloud/_format.py | 140 + .../networkcloud/baremetalmachine/__init__.py | 1 + .../networkcloud/baremetalmachine/_cordon.py | 40 +- .../networkcloud/baremetalmachine/_list.py | 24 +- .../baremetalmachine/_power_off.py | 40 +- .../networkcloud/baremetalmachine/_reimage.py | 40 +- .../networkcloud/baremetalmachine/_replace.py | 387 ++ .../networkcloud/baremetalmachine/_restart.py | 40 +- .../baremetalmachine/_run_command.py | 40 +- .../baremetalmachine/_run_data_extract.py | 40 +- .../baremetalmachine/_run_read_command.py | 40 +- .../networkcloud/baremetalmachine/_show.py | 13 +- .../networkcloud/baremetalmachine/_start.py | 40 +- .../baremetalmachine/_uncordon.py | 40 +- .../networkcloud/baremetalmachine/_update.py | 13 +- .../networkcloud/baremetalmachine/_wait.py | 11 +- .../cloudservicesnetwork/_create.py | 13 +- .../cloudservicesnetwork/_delete.py | 6 +- .../cloudservicesnetwork/_list.py | 24 +- .../cloudservicesnetwork/_show.py | 13 +- .../cloudservicesnetwork/_update.py | 13 +- .../cloudservicesnetwork/_wait.py | 11 +- .../latest/networkcloud/cluster/_create.py | 14 +- .../latest/networkcloud/cluster/_delete.py | 6 +- .../latest/networkcloud/cluster/_deploy.py | 40 +- .../aaz/latest/networkcloud/cluster/_list.py | 12 +- .../aaz/latest/networkcloud/cluster/_show.py | 7 +- .../latest/networkcloud/cluster/_update.py | 9 +- .../networkcloud/cluster/_update_version.py | 40 +- .../aaz/latest/networkcloud/cluster/_wait.py | 5 +- .../cluster/baremetalmachinekeyset/_create.py | 10 +- .../cluster/baremetalmachinekeyset/_delete.py | 6 +- .../cluster/baremetalmachinekeyset/_list.py | 10 +- .../cluster/baremetalmachinekeyset/_show.py | 6 +- .../cluster/baremetalmachinekeyset/_update.py | 8 +- .../cluster/baremetalmachinekeyset/_wait.py | 4 +- .../networkcloud/cluster/bmckeyset/_create.py | 8 +- .../networkcloud/cluster/bmckeyset/_delete.py | 6 +- .../networkcloud/cluster/bmckeyset/_list.py | 10 +- .../networkcloud/cluster/bmckeyset/_show.py | 6 +- .../networkcloud/cluster/bmckeyset/_update.py | 8 +- .../networkcloud/cluster/bmckeyset/_wait.py | 4 +- .../cluster/metricsconfiguration/_create.py | 8 +- .../cluster/metricsconfiguration/_delete.py | 6 +- .../cluster/metricsconfiguration/_list.py | 10 +- .../cluster/metricsconfiguration/_show.py | 6 +- .../cluster/metricsconfiguration/_update.py | 6 +- .../cluster/metricsconfiguration/_wait.py | 4 +- .../networkcloud/clustermanager/_create.py | 25 +- .../networkcloud/clustermanager/_delete.py | 6 +- .../networkcloud/clustermanager/_list.py | 10 +- .../networkcloud/clustermanager/_show.py | 6 +- .../networkcloud/clustermanager/_update.py | 6 +- .../networkcloud/clustermanager/_wait.py | 4 +- .../kubernetescluster/__cmd_group.py | 24 + .../kubernetescluster/__init__.py | 17 + .../networkcloud/kubernetescluster/_create.py | 1761 ++++++++ .../networkcloud/kubernetescluster/_delete.py | 167 + .../networkcloud/kubernetescluster/_list.py | 1486 +++++++ .../networkcloud/kubernetescluster/_show.py | 840 ++++ .../networkcloud/kubernetescluster/_update.py | 947 +++++ .../networkcloud/kubernetescluster/_wait.py | 835 ++++ .../agentpool/__cmd_group.py | 24 + .../kubernetescluster/agentpool/__init__.py | 17 + .../kubernetescluster/agentpool/_create.py | 765 ++++ .../kubernetescluster/agentpool/_delete.py | 180 + .../kubernetescluster/agentpool/_list.py | 389 ++ .../kubernetescluster/agentpool/_show.py | 394 ++ .../kubernetescluster/agentpool/_update.py | 499 +++ .../kubernetescluster/agentpool/_wait.py | 389 ++ .../latest/networkcloud/l2network/_create.py | 23 +- .../latest/networkcloud/l2network/_delete.py | 6 +- .../latest/networkcloud/l2network/_list.py | 26 +- .../latest/networkcloud/l2network/_show.py | 13 +- .../latest/networkcloud/l2network/_update.py | 13 +- .../latest/networkcloud/l2network/_wait.py | 11 +- .../latest/networkcloud/l3network/_create.py | 31 +- .../latest/networkcloud/l3network/_delete.py | 6 +- .../latest/networkcloud/l3network/_list.py | 24 +- .../latest/networkcloud/l3network/_show.py | 13 +- .../latest/networkcloud/l3network/_update.py | 13 +- .../latest/networkcloud/l3network/_wait.py | 11 +- .../aaz/latest/networkcloud/rack/_list.py | 10 +- .../aaz/latest/networkcloud/rack/_show.py | 6 +- .../aaz/latest/networkcloud/rack/_update.py | 6 +- .../aaz/latest/networkcloud/rack/_wait.py | 4 +- .../aaz/latest/networkcloud/racksku/_list.py | 6 +- .../aaz/latest/networkcloud/racksku/_show.py | 6 +- .../_disable_remote_vendor_management.py | 40 +- .../_enable_remote_vendor_management.py | 40 +- .../networkcloud/storageappliance/_list.py | 10 +- .../networkcloud/storageappliance/_show.py | 6 +- .../networkcloud/storageappliance/_update.py | 8 +- .../networkcloud/storageappliance/_wait.py | 4 +- .../networkcloud/trunkednetwork/_create.py | 23 +- .../networkcloud/trunkednetwork/_delete.py | 6 +- .../networkcloud/trunkednetwork/_list.py | 24 +- .../networkcloud/trunkednetwork/_show.py | 13 +- .../networkcloud/trunkednetwork/_update.py | 13 +- .../networkcloud/trunkednetwork/_wait.py | 11 +- .../networkcloud/virtualmachine/_create.py | 36 +- .../networkcloud/virtualmachine/_delete.py | 6 +- .../networkcloud/virtualmachine/_list.py | 18 +- .../networkcloud/virtualmachine/_power_off.py | 40 +- .../networkcloud/virtualmachine/_reimage.py | 40 +- .../networkcloud/virtualmachine/_restart.py | 40 +- .../networkcloud/virtualmachine/_show.py | 10 +- .../networkcloud/virtualmachine/_start.py | 40 +- .../networkcloud/virtualmachine/_update.py | 10 +- .../networkcloud/virtualmachine/_wait.py | 8 +- .../virtualmachine/console/__cmd_group.py | 24 + .../virtualmachine/console/__init__.py | 17 + .../virtualmachine/console/_create.py | 398 ++ .../virtualmachine/console/_delete.py | 180 + .../virtualmachine/console/_list.py | 267 ++ .../virtualmachine/console/_show.py | 272 ++ .../virtualmachine/console/_update.py | 390 ++ .../virtualmachine/console/_wait.py | 267 ++ .../latest/networkcloud/volume/__cmd_group.py | 24 + .../latest/networkcloud/volume/__init__.py | 17 + .../aaz/latest/networkcloud/volume/_create.py | 349 ++ .../aaz/latest/networkcloud/volume/_delete.py | 167 + .../aaz/latest/networkcloud/volume/_list.py | 424 ++ .../aaz/latest/networkcloud/volume/_show.py | 252 ++ .../aaz/latest/networkcloud/volume/_update.py | 282 ++ .../aaz/latest/networkcloud/volume/_wait.py | 247 ++ .../azext_networkcloud/azext_metadata.json | 2 +- .../azext_networkcloud/commands.py | 324 +- .../operations/baremetalmachine/__init__.py | 7 + .../baremetalmachine/_run_command.py | 56 +- .../baremetalmachine/_run_data_extract.py | 62 +- .../baremetalmachine/_run_read_command.py | 61 +- .../cluster/metricsconfiguration/__init__.py | 9 + .../cluster/metricsconfiguration/_create.py | 11 +- .../cluster/metricsconfiguration/_delete.py | 10 +- .../cluster/metricsconfiguration/_show.py | 10 +- .../cluster/metricsconfiguration/_update.py | 10 +- .../cluster/metricsconfiguration/common.py | 5 +- .../operations/common_ssh.py | 143 + .../operations/custom_properties.py | 45 +- .../operations/kubernetescluster/__init__.py | 9 + .../operations/kubernetescluster/_create.py | 94 + .../kubernetescluster/agentpool/__init__.py | 9 + .../kubernetescluster/agentpool/_create.py | 56 + .../operations/run_command_options.py | 29 + .../operations/virtualmachine/__init__.py | 5 + .../operations/virtualmachine/_create.py | 135 +- .../virtualmachine/console/__init__.py | 13 + .../virtualmachine/console/_create.py | 33 + .../virtualmachine/console/_delete.py | 36 + .../virtualmachine/console/_show.py | 32 + .../virtualmachine/console/_update.py | 33 + .../virtualmachine/console/common.py | 28 + .../tests/latest/config.ini | 417 +- ...test_baremetalmachinekeyset_scenario1.yaml | 180 +- .../recordings/test_bmckeyset_scenario1.yaml | 172 +- .../test_bmm_commands_scenario1.yaml | 162 +- .../recordings/test_bmm_cordon_scenario1.yaml | 90 +- .../recordings/test_bmm_crud_scenario1.yaml | 567 +-- .../recordings/test_bmm_power_scenario1.yaml | 560 ++- .../test_bmm_reimage_scenario1.yaml | 322 +- .../test_bmm_replace_scenario1.yaml | 1744 ++++++++ .../test_cloudservicesnetwork_scenario1.yaml | 199 +- .../recordings/test_cluster_scenario1.yaml | 170 +- .../recordings/test_cluster_scenario2.yaml | 320 +- .../recordings/test_cluster_scenario3.yaml | 10 +- .../recordings/test_cluster_scenario4.yaml | 10 +- .../test_clustermanager_scenario1.yaml | 762 ++-- .../test_defaultcninetwork_scenario1.yaml | 128 +- .../test_hybridakscluster_scenario1.yaml | 32 +- .../test_kubernetescluster_scenario.yaml | 3563 +++++++++++++++++ ...t_kubernetesclusteragentpool_scenario.yaml | 992 +++++ .../recordings/test_l2network_scenario1.yaml | 191 +- .../recordings/test_l3network_scenario1.yaml | 231 +- .../test_metricsconfiguration_scenario1.yaml | 132 +- .../recordings/test_rack_scenario1.yaml | 74 +- .../recordings/test_racksku_scenario1.yaml | 16 +- .../test_storage_appliance_scenario1.yaml | 142 +- .../test_trunkednetwork_scenario1.yaml | 199 +- .../test_virtualmachine_scenario1.yaml | 806 ++-- .../test_virtualmachineconsole_scenario1.yaml | 699 ++++ .../recordings/test_volume_scenario1.yaml | 605 +++ .../tests/latest/test_baremetalmachine.py | 43 +- .../latest/test_baremetalmachinekeyset.py | 4 +- .../tests/latest/test_bmckeyset.py | 4 +- .../tests/latest/test_cloudservicesnetwork.py | 2 + .../tests/latest/test_cluster.py | 47 +- .../tests/latest/test_clustermanager.py | 2 + .../tests/latest/test_defaultcninetwork.py | 2 + .../tests/latest/test_hybridakscluster.py | 4 +- .../tests/latest/test_kubernetescluster.py | 136 + .../latest/test_kubernetesclusteragentpool.py | 122 + .../tests/latest/test_l2network.py | 4 +- .../tests/latest/test_l3network.py | 10 +- .../tests/latest/test_metricsconfiguration.py | 4 +- .../tests/latest/test_rack.py | 4 +- .../tests/latest/test_racksku.py | 2 + .../tests/latest/test_storageappliance.py | 16 +- .../tests/latest/test_trunkednetwork.py | 5 +- .../tests/latest/test_virtualmachine.py | 12 +- .../latest/test_virtualmachineconsole.py | 105 + .../tests/latest/test_volumes.py | 105 + .../tests/unit/test_baremetalmachine.py | 37 + .../unit/test_clustermetricsconfiguration.py | 134 + .../tests/unit/test_common_ssh.py | 123 + .../tests/unit/test_custom_properties.py | 79 + .../tests/unit/test_kubernetescluster.py | 122 + .../unit/test_kubernetesclusteragentpool.py | 76 + .../tests/unit/test_run_command_options.py | 48 + .../tests/unit/test_virtualmachine.py | 226 +- src/networkcloud/setup.py | 4 +- 214 files changed, 27004 insertions(+), 3661 deletions(-) create mode 100644 src/networkcloud/azext_networkcloud/_format.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_replace.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__cmd_group.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__init__.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_create.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_delete.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_list.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_show.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_update.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_wait.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__cmd_group.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__init__.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_create.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_delete.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_list.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_show.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_update.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_wait.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__cmd_group.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__init__.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_create.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_delete.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_list.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_show.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_update.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_wait.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__cmd_group.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__init__.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_create.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_delete.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_list.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_show.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_update.py create mode 100644 src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_wait.py create mode 100644 src/networkcloud/azext_networkcloud/operations/common_ssh.py create mode 100644 src/networkcloud/azext_networkcloud/operations/kubernetescluster/__init__.py create mode 100644 src/networkcloud/azext_networkcloud/operations/kubernetescluster/_create.py create mode 100644 src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/__init__.py create mode 100644 src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/_create.py create mode 100644 src/networkcloud/azext_networkcloud/operations/run_command_options.py create mode 100644 src/networkcloud/azext_networkcloud/operations/virtualmachine/console/__init__.py create mode 100644 src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_create.py create mode 100644 src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_delete.py create mode 100644 src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_show.py create mode 100644 src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_update.py create mode 100644 src/networkcloud/azext_networkcloud/operations/virtualmachine/console/common.py create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_replace_scenario1.yaml create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetescluster_scenario.yaml create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetesclusteragentpool_scenario.yaml create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachineconsole_scenario1.yaml create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/recordings/test_volume_scenario1.yaml create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/test_kubernetescluster.py create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusteragentpool.py create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachineconsole.py create mode 100644 src/networkcloud/azext_networkcloud/tests/latest/test_volumes.py create mode 100644 src/networkcloud/azext_networkcloud/tests/unit/test_baremetalmachine.py create mode 100644 src/networkcloud/azext_networkcloud/tests/unit/test_clustermetricsconfiguration.py create mode 100644 src/networkcloud/azext_networkcloud/tests/unit/test_common_ssh.py create mode 100644 src/networkcloud/azext_networkcloud/tests/unit/test_custom_properties.py create mode 100644 src/networkcloud/azext_networkcloud/tests/unit/test_kubernetescluster.py create mode 100644 src/networkcloud/azext_networkcloud/tests/unit/test_kubernetesclusteragentpool.py create mode 100644 src/networkcloud/azext_networkcloud/tests/unit/test_run_command_options.py diff --git a/linter_exclusions.yml b/linter_exclusions.yml index fcb739a199c..e0faeeeee7a 100644 --- a/linter_exclusions.yml +++ b/linter_exclusions.yml @@ -2096,6 +2096,55 @@ networkcloud virtualmachine create: isolate_emulator_thread: rule_exclusions: - option_length_too_long +networkcloud kubernetescluster create: + parameters: + control_plane_node_configuration: + rule_exclusions: + - option_length_too_long + initial_agent_pool_configurations: + rule_exclusions: + - option_length_too_long + managed_resource_group_configuration: + rule_exclusions: + - option_length_too_long +networkcloud kubernetescluster update: + parameters: + control_plane_node_configuration: + rule_exclusions: + - option_length_too_long +networkcloud kubernetescluster agentpool create: + parameters: + attached_network_configuration: + rule_exclusions: + - option_length_too_long + kubernetes_cluster_name: + rule_exclusions: + - option_length_too_long +networkcloud kubernetescluster agentpool delete: + parameters: + kubernetes_cluster_name: + rule_exclusions: + - option_length_too_long +networkcloud kubernetescluster agentpool update: + parameters: + kubernetes_cluster_name: + rule_exclusions: + - option_length_too_long +networkcloud kubernetescluster agentpool list: + parameters: + kubernetes_cluster_name: + rule_exclusions: + - option_length_too_long +networkcloud kubernetescluster agentpool show: + parameters: + kubernetes_cluster_name: + rule_exclusions: + - option_length_too_long +networkcloud kubernetescluster agentpool wait: + parameters: + kubernetes_cluster_name: + rule_exclusions: + - option_length_too_long networkfabric controller create: parameters: workload_er_connections: diff --git a/src/networkcloud/HISTORY.rst b/src/networkcloud/HISTORY.rst index 64e8a8c6a07..1caff3bb929 100644 --- a/src/networkcloud/HISTORY.rst +++ b/src/networkcloud/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.4.0 +* This version supports NetworkCloud 2023-05-01-preview APIs. +* It introduces a new resource kubernetescluster and its child resource agentpool. +* The defaultcninetwork and hybridakscluster resources are preserved and will continue using 2022-12-12-preview APIs. +* This version is experimental. Changes to the interface are expected but will be done in backward compatible way where possible. + 0.3.0 ++++++ * Initial release. This version supports NetworkCloud 2022-12-12-preview APIs. diff --git a/src/networkcloud/README.md b/src/networkcloud/README.md index d41f70ad928..b8157748f4f 100644 --- a/src/networkcloud/README.md +++ b/src/networkcloud/README.md @@ -19,22 +19,26 @@ az networkcloud --help Below is a high-level overview of networkcloud commands. -| Commands | Description| -| ------------- | ------------- | -| az networkcloud baremetalmachine | Provides commands to manage bare metal machines. | -| az networkcloud cluster | Provides commands to manage clusters. | +| Commands | Description | +|------------------------------------------------|------------------------------------------------------------------------------------| +| az networkcloud baremetalmachine | Provides commands to manage bare metal machines. | +| az networkcloud cluster | Provides commands to manage clusters. | | az networkcloud cluster baremetalmachinekeyset | Provides commands to manage cluster's bare metal machines access via SSH key sets. | -| az networkcloud cluster bmckeyset | Provides commands to manage cluster's baseboard management controller key set. | -| az networkcloud cluster metricsconfiguration | Provides commands to manage cluster's metrics configurations. | -| az networkcloud clustermanager | Provides commands to manage cluster managers. | -| az networkcloud defaultcninetwork | Provides commands to manage default CNI networks. | -| az networkcloud hybridakscluster | Provides commands to manage additional details of Hybrid Aks provisioned clusters. | -| az networkcloud l2network | Provides commands to manage layer 2 (L2) networks. | -| az networkcloud l3network | Provides commands to manage layer 3 (L3) networks. | -| az networkcloud rack | Provides commands to manage racks. | -| az networkcloud racksku | Provides commands to display rack Skus information. | -| az networkcloud storageappliance | Provides commands to manage storage appliances. | -| az networkcloud trunkednetwork | Provides commands to manage trunked networks. | -| az networkcloud virtualmachine | Provides commands to manage virtual machines. | +| az networkcloud cluster bmckeyset | Provides commands to manage cluster's baseboard management controller key set. | +| az networkcloud cluster metricsconfiguration | Provides commands to manage cluster's metrics configurations. | +| az networkcloud clustermanager | Provides commands to manage cluster managers. | +| az networkcloud defaultcninetwork | Provides commands to manage default CNI networks. | +| az networkcloud hybridakscluster | Provides commands to manage additional details of Hybrid Aks provisioned clusters. | +| az networkcloud kubernetescluster | Provides commands to manage Kubernetes clusters. | +| az networkcloud kubernetescluster agentpool | Provides commands to manage Kubernetes cluster's agent pool. | +| az networkcloud l2network | Provides commands to manage layer 2 (L2) networks. | +| az networkcloud l3network | Provides commands to manage layer 3 (L3) networks. | +| az networkcloud rack | Provides commands to manage racks. | +| az networkcloud racksku | Provides commands to display rack Skus information. | +| az networkcloud storageappliance | Provides commands to manage storage appliances. | +| az networkcloud trunkednetwork | Provides commands to manage trunked networks. | +| az networkcloud virtualmachine | Provides commands to manage virtual machines. | +| az networkcloud virtualmachine console | Provides commands to manage virtual machine's consoles. | +| az networkcloud volume | Provides commands to manage volumes. | For more details, please refer to [Azure Operator Nexus - NetworkCloud](https://learn.microsoft.com/en-us/azure/operator-nexus/). diff --git a/src/networkcloud/azext_networkcloud/_format.py b/src/networkcloud/azext_networkcloud/_format.py new file mode 100644 index 00000000000..90f86842d30 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/_format.py @@ -0,0 +1,140 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from collections import OrderedDict + + +def transform_child_resource_table_output(result): + """Custom formatting of table output for a child resource""" + + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + final_result = [] + for item in result: + new_item = OrderedDict() + new_item["Name"] = item["name"] + new_item["ProvisioningState"] = item["provisioningState"] + if item.get("detailedStatus"): + new_item["DetailedStatus"] = item["detailedStatus"] + else: + new_item["DetailedStatus"] = "" + if item.get("detailedStatusMessage"): + new_item["DetailedStatusMessage"] = item["detailedStatusMessage"] + else: + new_item["DetailedStatusMessage"] = "" + + final_result.append(new_item) + + return final_result if is_list else final_result[0] + + +def transform_cluster_manager_table_output(result): + """Custom formatting of table output for ClusterManager""" + + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + final_result = [] + for item in result: + new_item = OrderedDict() + new_item["Name"] = item["name"] + new_item["ResourceGroup"] = item["resourceGroup"] + new_item["ProvisioningState"] = item["provisioningState"] + new_item["Location"] = item["location"] + + final_result.append(new_item) + + return final_result if is_list else final_result[0] + + +def transform_hydrated_resource_table_output(result): + """Custom formatting of table output for a hydrated resource""" + + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + final_result = [] + for item in result: + new_item = OrderedDict() + new_item["Name"] = item["name"] + new_item["ResourceGroup"] = item["resourceGroup"] + if item.get("detailedStatus"): + new_item["DetailedStatus"] = item["detailedStatus"] + else: + new_item["DetailedStatus"] = "" + if item.get("detailedStatusMessage"): + new_item["DetailedStatusMessage"] = item["detailedStatusMessage"] + else: + new_item["DetailedStatusMessage"] = "" + + final_result.append(new_item) + + return final_result if is_list else final_result[0] + + +def transform_rack_sku_table_output(result): + """Custom formatting of table output for RackSku""" + + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + final_result = [] + for item in result: + new_item = OrderedDict() + new_item["Name"] = item["name"] + new_item["RackType"] = item["rackType"] + new_item["MaxClusterSlots"] = item["maxClusterSlots"] + storageAppliances = item.get("storageAppliances") + if storageAppliances: + new_item["StorageAppliances"] = str(len(storageAppliances)) + else: + new_item["StorageAppliances"] = "-" + computeMachines = item.get("computeMachines") + if computeMachines: + new_item["ComputeMachines"] = str(len(computeMachines)) + else: + new_item["ComputeMachines"] = "-" + new_item["Description"] = item["description"] + final_result.append(new_item) + + return final_result if is_list else final_result[0] + + +def transform_resource_table_output(result): + """Custom formatting of table output for a resource with the detailed status""" + + is_list = isinstance(result, list) + + if not is_list: + result = [result] + + final_result = [] + for item in result: + new_item = OrderedDict() + new_item["Name"] = item["name"] + new_item["ResourceGroup"] = item["resourceGroup"] + new_item["ProvisioningState"] = item["provisioningState"] + if item.get("detailedStatus"): + new_item["DetailedStatus"] = item["detailedStatus"] + else: + new_item["DetailedStatus"] = "" + if item.get("detailedStatusMessage"): + new_item["DetailedStatusMessage"] = item["detailedStatusMessage"] + else: + new_item["DetailedStatusMessage"] = "" + new_item["Location"] = item["location"] + + final_result.append(new_item) + + return final_result if is_list else final_result[0] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__init__.py index 600b0ea88c2..fd32b05acd5 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__init__.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/__init__.py @@ -13,6 +13,7 @@ from ._list import * from ._power_off import * from ._reimage import * +from ._replace import * from ._restart import * from ._run_command import * from ._run_data_extract import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py index 0546b85b5c3..f4808a05a75 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_cordon.py @@ -23,9 +23,9 @@ class Cordon(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/cordon", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/cordon", "2023-05-01-preview"], ] } @@ -98,25 +98,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -161,7 +161,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -190,28 +190,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _CordonHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _CordonHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _CordonHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py index 913b825a960..5d80e7f394e 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/baremetalmachines", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/baremetalmachines", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -194,6 +194,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.bmc_connection_string = AAZStrType( serialized_name="bmcConnectionString", flags={"required": True}, @@ -301,6 +305,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + bmc_credentials = cls._schema_on_200.value.Element.properties.bmc_credentials bmc_credentials.password = AAZStrType( flags={"required": True, "secret": True}, @@ -454,7 +461,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -530,6 +537,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.bmc_connection_string = AAZStrType( serialized_name="bmcConnectionString", flags={"required": True}, @@ -637,6 +648,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + bmc_credentials = cls._schema_on_200.value.Element.properties.bmc_credentials bmc_credentials.password = AAZStrType( flags={"required": True, "secret": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py index 5eea8bd181a..b79b36ffc09 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_power_off.py @@ -23,9 +23,9 @@ class PowerOff(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/poweroff", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/poweroff", "2023-05-01-preview"], ] } @@ -98,25 +98,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -161,7 +161,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -190,28 +190,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _PowerOffHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _PowerOffHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _PowerOffHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py index dd8efc63ee1..16fb935a8dc 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_reimage.py @@ -23,9 +23,9 @@ class Reimage(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/reimage", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/reimage", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _ReimageHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _ReimageHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _ReimageHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_replace.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_replace.py new file mode 100644 index 00000000000..3758c016d5e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_replace.py @@ -0,0 +1,387 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud baremetalmachine replace", + is_experimental=True, +) +class Replace(AAZCommand): + """Replace the provided bare metal machine. + + :example: Replace bare metal machine + az networkcloud baremetalmachine replace --bare-metal-machine-name "bareMetalMachineName" --bmc-credentials password="{password}" username="bmcuser" --bmc-mac-address "00:00:4f:00:57:ad" --boot-mac-address "00:00:4e:00:58:af" --machine-name "name" --serial-number "BM1219XXX" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/replace", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.bare_metal_machine_name = AAZStrArg( + options=["-n", "--name", "--bare-metal-machine-name"], + help="The name of the bare metal machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "BareMetalMachineReplaceParameters" + + _args_schema = cls._args_schema + _args_schema.bmc_credentials = AAZObjectArg( + options=["--bmc-credentials"], + arg_group="BareMetalMachineReplaceParameters", + help="The credentials of the baseboard management controller on this bare metal machine.", + ) + _args_schema.bmc_mac_address = AAZStrArg( + options=["--bmc-mac-address"], + arg_group="BareMetalMachineReplaceParameters", + help="The MAC address of the BMC device.", + fmt=AAZStrArgFormat( + pattern="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$", + ), + ) + _args_schema.boot_mac_address = AAZStrArg( + options=["--boot-mac-address"], + arg_group="BareMetalMachineReplaceParameters", + help="The MAC address of a NIC connected to the PXE network.", + fmt=AAZStrArgFormat( + pattern="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$", + ), + ) + _args_schema.machine_name = AAZStrArg( + options=["--machine-name"], + arg_group="BareMetalMachineReplaceParameters", + help="The OS-level hostname assigned to this machine.", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + _args_schema.serial_number = AAZStrArg( + options=["--serial-number"], + arg_group="BareMetalMachineReplaceParameters", + help="The serial number of the bare metal machine.", + fmt=AAZStrArgFormat( + max_length=64, + min_length=1, + ), + ) + + bmc_credentials = cls._args_schema.bmc_credentials + bmc_credentials.password = AAZStrArg( + options=["password"], + help="The password of the administrator of the device used during initialization.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + blank=AAZPromptInput( + msg="Administrator password of device:", + ), + ) + bmc_credentials.username = AAZStrArg( + options=["username"], + help="The username of the administrator of the device used during initialization.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.BareMetalMachinesReplace(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class BareMetalMachinesReplace(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/replace", + **self.url_parameters + ) + + @property + def method(self): + return "POST" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "bareMetalMachineName", self.ctx.args.bare_metal_machine_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("bmcCredentials", AAZObjectType, ".bmc_credentials") + _builder.set_prop("bmcMacAddress", AAZStrType, ".bmc_mac_address") + _builder.set_prop("bootMacAddress", AAZStrType, ".boot_mac_address") + _builder.set_prop("machineName", AAZStrType, ".machine_name") + _builder.set_prop("serialNumber", AAZStrType, ".serial_number") + + bmc_credentials = _builder.get(".bmcCredentials") + if bmc_credentials is not None: + bmc_credentials.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"required": True, "secret": True}}) + bmc_credentials.set_prop("username", AAZStrType, ".username", typ_kwargs={"flags": {"required": True}}) + + return self.serialize_content(_content_value) + + def on_204(self, session): + pass + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + _ReplaceHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) + + return cls._schema_on_200_201 + + +class _ReplaceHelper: + """Helper class for Replace""" + + _schema_error_detail_read = None + + @classmethod + def _build_schema_error_detail_read(cls, _schema): + if cls._schema_error_detail_read is not None: + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + return + + cls._schema_error_detail_read = _schema_error_detail_read = AAZObjectType() + + error_detail_read = _schema_error_detail_read + error_detail_read.additional_info = AAZListType( + serialized_name="additionalInfo", + flags={"read_only": True}, + ) + error_detail_read.code = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.details = AAZListType( + flags={"read_only": True}, + ) + error_detail_read.message = AAZStrType( + flags={"read_only": True}, + ) + error_detail_read.target = AAZStrType( + flags={"read_only": True}, + ) + + additional_info = _schema_error_detail_read.additional_info + additional_info.Element = AAZObjectType() + + _element = _schema_error_detail_read.additional_info.Element + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + details = _schema_error_detail_read.details + details.Element = AAZObjectType() + cls._build_schema_error_detail_read(details.Element) + + _schema.additional_info = cls._schema_error_detail_read.additional_info + _schema.code = cls._schema_error_detail_read.code + _schema.details = cls._schema_error_detail_read.details + _schema.message = cls._schema_error_detail_read.message + _schema.target = cls._schema_error_detail_read.target + + _schema_operation_status_result_read = None + + @classmethod + def _build_schema_operation_status_result_read(cls, _schema): + if cls._schema_operation_status_result_read is not None: + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + return + + cls._schema_operation_status_result_read = _schema_operation_status_result_read = AAZObjectType() + + operation_status_result_read = _schema_operation_status_result_read + operation_status_result_read.end_time = AAZStrType( + serialized_name="endTime", + ) + operation_status_result_read.error = AAZObjectType() + cls._build_schema_error_detail_read(operation_status_result_read.error) + operation_status_result_read.id = AAZStrType() + operation_status_result_read.name = AAZStrType() + operation_status_result_read.operations = AAZListType() + operation_status_result_read.percent_complete = AAZFloatType( + serialized_name="percentComplete", + ) + operation_status_result_read.resource_id = AAZStrType( + serialized_name="resourceId", + flags={"read_only": True}, + ) + operation_status_result_read.start_time = AAZStrType( + serialized_name="startTime", + ) + operation_status_result_read.status = AAZStrType( + flags={"required": True}, + ) + + operations = _schema_operation_status_result_read.operations + operations.Element = AAZObjectType() + cls._build_schema_operation_status_result_read(operations.Element) + + _schema.end_time = cls._schema_operation_status_result_read.end_time + _schema.error = cls._schema_operation_status_result_read.error + _schema.id = cls._schema_operation_status_result_read.id + _schema.name = cls._schema_operation_status_result_read.name + _schema.operations = cls._schema_operation_status_result_read.operations + _schema.percent_complete = cls._schema_operation_status_result_read.percent_complete + _schema.resource_id = cls._schema_operation_status_result_read.resource_id + _schema.start_time = cls._schema_operation_status_result_read.start_time + _schema.status = cls._schema_operation_status_result_read.status + + +__all__ = ["Replace"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py index 50baaa0378a..cd7299e7ca0 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_restart.py @@ -23,9 +23,9 @@ class Restart(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/restart", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/restart", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _RestartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _RestartHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _RestartHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py index 6fccacf1b61..5b08222c2db 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_command.py @@ -23,9 +23,9 @@ class RunCommand(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runcommand", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runcommand", "2023-05-01-preview"], ] } @@ -115,25 +115,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -178,7 +178,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -213,28 +213,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _RunCommandHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _RunCommandHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _RunCommandHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py index f467cce1630..471f1fee3a0 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_data_extract.py @@ -23,9 +23,9 @@ class RunDataExtract(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/rundataextracts", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/rundataextracts", "2023-05-01-preview"], ] } @@ -124,25 +124,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -187,7 +187,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -230,28 +230,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _RunDataExtractHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _RunDataExtractHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _RunDataExtractHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py index af029cf4fe9..f3c29dae2d0 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_run_read_command.py @@ -23,9 +23,9 @@ class RunReadCommand(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runreadcommands", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runreadcommands", "2023-05-01-preview"], ] } @@ -124,25 +124,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -187,7 +187,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -230,28 +230,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _RunReadCommandHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _RunReadCommandHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _RunReadCommandHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py index 8a377c1150b..6a4de79995e 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -191,6 +191,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.bmc_connection_string = AAZStrType( serialized_name="bmcConnectionString", flags={"required": True}, @@ -298,6 +302,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + bmc_credentials = cls._schema_on_200.properties.bmc_credentials bmc_credentials.password = AAZStrType( flags={"required": True, "secret": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py index 5dbed671584..d167b302ef9 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_start.py @@ -23,9 +23,9 @@ class Start(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/start", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/start", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _StartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _StartHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _StartHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py index 785c664cbe7..a89f810bb77 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_uncordon.py @@ -23,9 +23,9 @@ class Uncordon(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/uncordon", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/uncordon", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _UncordonHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _UncordonHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _UncordonHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py index 9d84558c4ac..d7b6c2d47c1 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2023-05-01-preview"], ] } @@ -165,7 +165,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -279,6 +279,10 @@ def _build_schema_bare_metal_machine_read(cls, _schema): ) properties = _schema_bare_metal_machine_read.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.bmc_connection_string = AAZStrType( serialized_name="bmcConnectionString", flags={"required": True}, @@ -386,6 +390,9 @@ def _build_schema_bare_metal_machine_read(cls, _schema): flags={"read_only": True}, ) + associated_resource_ids = _schema_bare_metal_machine_read.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + bmc_credentials = _schema_bare_metal_machine_read.properties.bmc_credentials bmc_credentials.password = AAZStrType( flags={"required": True, "secret": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py index 99f75197d8d..7f705b544eb 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/baremetalmachine/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -186,6 +186,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.bmc_connection_string = AAZStrType( serialized_name="bmcConnectionString", flags={"required": True}, @@ -293,6 +297,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + bmc_credentials = cls._schema_on_200.properties.bmc_credentials bmc_credentials.password = AAZStrType( flags={"required": True, "secret": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py index 8c2e796e793..3de1828da76 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_create.py @@ -23,9 +23,9 @@ class Create(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2023-05-01-preview"], ] } @@ -227,7 +227,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -346,6 +346,10 @@ def _build_schema_on_200_201(cls): properties.additional_egress_endpoints = AAZListType( serialized_name="additionalEgressEndpoints", ) + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -386,6 +390,9 @@ def _build_schema_on_200_201(cls): additional_egress_endpoints.Element = AAZObjectType() _CreateHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + associated_resource_ids = cls._schema_on_200_201.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + enabled_egress_endpoints = cls._schema_on_200_201.properties.enabled_egress_endpoints enabled_egress_endpoints.Element = AAZObjectType() _CreateHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py index f97e33ab1ea..e0674e7a7c3 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2023-05-01-preview"], ] } @@ -147,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py index 70c1bc57f4d..c5ce65b2f22 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/cloudservicesnetworks", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/cloudservicesnetworks", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -197,6 +197,10 @@ def _build_schema_on_200(cls): properties.additional_egress_endpoints = AAZListType( serialized_name="additionalEgressEndpoints", ) + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -237,6 +241,9 @@ def _build_schema_on_200(cls): additional_egress_endpoints.Element = AAZObjectType() _ListHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + enabled_egress_endpoints = cls._schema_on_200.value.Element.properties.enabled_egress_endpoints enabled_egress_endpoints.Element = AAZObjectType() _ListHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) @@ -312,7 +319,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -391,6 +398,10 @@ def _build_schema_on_200(cls): properties.additional_egress_endpoints = AAZListType( serialized_name="additionalEgressEndpoints", ) + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -431,6 +442,9 @@ def _build_schema_on_200(cls): additional_egress_endpoints.Element = AAZObjectType() _ListHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + enabled_egress_endpoints = cls._schema_on_200.value.Element.properties.enabled_egress_endpoints enabled_egress_endpoints.Element = AAZObjectType() _ListHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py index bcfcf691f84..19278a57ab6 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -194,6 +194,10 @@ def _build_schema_on_200(cls): properties.additional_egress_endpoints = AAZListType( serialized_name="additionalEgressEndpoints", ) + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -234,6 +238,9 @@ def _build_schema_on_200(cls): additional_egress_endpoints.Element = AAZObjectType() _ShowHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + enabled_egress_endpoints = cls._schema_on_200.properties.enabled_egress_endpoints enabled_egress_endpoints.Element = AAZObjectType() _ShowHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py index 78964bd6e4c..597d8dbd69c 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2023-05-01-preview"], ] } @@ -202,7 +202,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -338,6 +338,10 @@ def _build_schema_cloud_services_network_read(cls, _schema): properties.additional_egress_endpoints = AAZListType( serialized_name="additionalEgressEndpoints", ) + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -378,6 +382,9 @@ def _build_schema_cloud_services_network_read(cls, _schema): additional_egress_endpoints.Element = AAZObjectType() cls._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + associated_resource_ids = _schema_cloud_services_network_read.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + enabled_egress_endpoints = _schema_cloud_services_network_read.properties.enabled_egress_endpoints enabled_egress_endpoints.Element = AAZObjectType() cls._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py index 6c39a7c26b5..fcca7ada030 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cloudservicesnetwork/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -189,6 +189,10 @@ def _build_schema_on_200(cls): properties.additional_egress_endpoints = AAZListType( serialized_name="additionalEgressEndpoints", ) + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -229,6 +233,9 @@ def _build_schema_on_200(cls): additional_egress_endpoints.Element = AAZObjectType() _WaitHelper._build_schema_egress_endpoint_read(additional_egress_endpoints.Element) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + enabled_egress_endpoints = cls._schema_on_200.properties.enabled_egress_endpoints enabled_egress_endpoints.Element = AAZObjectType() _WaitHelper._build_schema_egress_endpoint_read(enabled_egress_endpoints.Element) diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py index e25dadb7dca..ae1518da400 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_create.py @@ -19,16 +19,16 @@ class Create(AAZCommand): """Create a new cluster or update the properties of the cluster if it exists. :example: Create or update single rack cluster - az networkcloud cluster create --name "clusterName" -g "resourceGroupName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "eastus" --analytics-workspace-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" --cluster-location "Foo Street, 3rd Floor, row 9" --cluster-service-principal application-id="12345678-1234-1234-1234-123456789012" password="password" principal-id="00000008-0004-0004-0004-000000000012" tenant-id="80000000-4000-4000-4000-120000000000" --cluster-type "SingleRack" --cluster-version "3.0.0" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --network-fabric-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" --aggregator-or-single-rack-definition "{networkRackId:'/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet',rackSkuId:'/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/VLab_Single_DellR750_8C2M_x70r3_9',rackSerialNumber:b99m99r1,rackLocation:b99m99r1,availabilityZone:1,storageApplianceConfigurationData:[{rackSlot:1,adminCredentials:{username:'adminuser',password:'password'},storageApplianceName:name,serialNumber:serial}],bareMetalMachineConfigurationData:[{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:DD:E7:08',bootMacAddress:'AA:BB:CC:F8:71:2E',machineName:lab00r750wkr1,rackSlot:2,serialNumber:5HS7PK3},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:FD:DC:76',bootMacAddress:'AA:BB:CC:F8:50:CA',machineName:lab00r750wkr8,rackSlot:11,serialNumber:9M56PK3}]}" --tags key1="myvalue1" key2="myvalue2" + az networkcloud cluster create --name "clusterName" -g "resourceGroupName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "eastus" --analytics-workspace-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" --cluster-location "Foo Street, 3rd Floor, row 9" --cluster-service-principal application-id="12345678-1234-1234-1234-123456789012" password="password" principal-id="00000008-0004-0004-0004-000000000012" tenant-id="80000000-4000-4000-4000-120000000000" --cluster-type "SingleRack" --cluster-version "3.0.0" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --network-fabric-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" --aggregator-or-single-rack-definition network-rack-id="/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet" rack-sku-id="/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/VLab_Single_DellR750_8C2M_x70r3_9" rack-serial-number=b99m99r1 rack-location='b99m99r1' availability-zone=1 storage-appliance-configuration-data="[{rackSlot:1,adminCredentials:{username:'adminuser',password:'password'},storageApplianceName:name,serialNumber:serial}]" bare-metal-machine-configuration-data="[{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:DD:E7:08',bootMacAddress:'AA:BB:CC:F8:71:2E',machineName:lab00r750wkr1,rackSlot:2,serialNumber:5HS7PK3},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:FD:DC:76',bootMacAddress:'AA:BB:CC:F8:50:CA',machineName:lab00r750wkr8,rackSlot:11,serialNumber:9M56PK3}]" --tags key1="myvalue1" key2="myvalue2" :example: Create or update single rack cluster using json file input - az networkcloud cluster create --name "clusterName" -g "resourceGroupName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "eastus" --analytics-workspace-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" --cluster-location "Foo Street, 3rd Floor, row 9" --cluster-service-principal application-id="12345678-1234-1234-1234-123456789012" password="password" principal-id="00000008-0004-0004-0004-000000000012" tenant-id="80000000-4000-4000-4000-120000000000" --cluster-type "SingleRack" --cluster-version "3.0.0" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --network-fabric-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" --aggregator-or-single-rack-definition ./aggregator-or-single-rack-definition.json --tags key1="myvalue1" key2="myvalue2" + az networkcloud cluster create --name "clusterName" -g "resourceGroupName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "eastus" --analytics-workspace-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/microsoft.operationalInsights/workspaces/logAnalyticsWorkspaceName" --cluster-location "Foo Street, 3rd Floor, row 9" --cluster-service-principal application-id="12345678-1234-1234-1234-123456789012" password="password" principal-id="00000008-0004-0004-0004-000000000012" tenant-id="80000000-4000-4000-4000-120000000000" --cluster-type "SingleRack" --cluster-version "3.0.0" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --network-fabric-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" --aggregator-or-single-rack-definition ./aggregator-or-single-rack-definition.json --tags key1="myvalue1" key2="myvalue2 """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2023-05-01-preview"], ] } @@ -113,7 +113,6 @@ def _build_arguments_schema(cls, *args, **kwargs): options=["--analytics-workspace-id"], arg_group="Properties", help="The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.", - required=True, ) _args_schema.cluster_location = AAZStrArg( options=["--cluster-location"], @@ -495,7 +494,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -533,7 +532,7 @@ def content(self): properties = _builder.get(".properties") if properties is not None: _CreateHelper._build_schema_rack_definition_create(properties.set_prop("aggregatorOrSingleRackDefinition", AAZObjectType, ".aggregator_or_single_rack_definition", typ_kwargs={"flags": {"required": True}})) - properties.set_prop("analyticsWorkspaceId", AAZStrType, ".analytics_workspace_id", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("analyticsWorkspaceId", AAZStrType, ".analytics_workspace_id") properties.set_prop("clusterLocation", AAZStrType, ".cluster_location") properties.set_prop("clusterServicePrincipal", AAZObjectType, ".cluster_service_principal") properties.set_prop("clusterType", AAZStrType, ".cluster_type", typ_kwargs={"flags": {"required": True}}) @@ -623,7 +622,6 @@ def _build_schema_on_200_201(cls): _CreateHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) properties.analytics_workspace_id = AAZStrType( serialized_name="analyticsWorkspaceId", - flags={"required": True}, ) properties.available_upgrade_versions = AAZListType( serialized_name="availableUpgradeVersions", diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py index cc773441933..96419b43c00 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2023-05-01-preview"], ] } @@ -147,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py index 749aedb9936..e21a2ccd613 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_deploy.py @@ -23,9 +23,9 @@ class Deploy(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/deploy", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/deploy", "2023-05-01-preview"], ] } @@ -99,25 +99,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -162,7 +162,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -195,28 +195,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _DeployHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _DeployHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _DeployHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py index 19bf063f0a8..cca6712d8f0 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/clusters", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/clusters", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -194,7 +194,6 @@ def _build_schema_on_200(cls): _ListHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) properties.analytics_workspace_id = AAZStrType( serialized_name="analyticsWorkspaceId", - flags={"required": True}, ) properties.available_upgrade_versions = AAZListType( serialized_name="availableUpgradeVersions", @@ -434,7 +433,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -510,7 +509,6 @@ def _build_schema_on_200(cls): _ListHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) properties.analytics_workspace_id = AAZStrType( serialized_name="analyticsWorkspaceId", - flags={"required": True}, ) properties.available_upgrade_versions = AAZListType( serialized_name="availableUpgradeVersions", diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py index f1639d2be91..e15a3914376 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -191,7 +191,6 @@ def _build_schema_on_200(cls): _ShowHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) properties.analytics_workspace_id = AAZStrType( serialized_name="analyticsWorkspaceId", - flags={"required": True}, ) properties.available_upgrade_versions = AAZListType( serialized_name="availableUpgradeVersions", diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py index efd4bc4e986..4e4691978d3 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update.py @@ -22,16 +22,16 @@ class Update(AAZCommand): az networkcloud cluster update --name "clusterName" --cluster-location "Foo Street, 3rd Floor, row 9" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" :example: Patch cluster aggregatorOrSingleRackDefinition - az networkcloud cluster update --name "clusterName" --aggregator-or-single-rack-definition "{networkRackId:'/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet',rackSkuId:'/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/VLab_Single_DellR750_8C2M_x70r3_9',rackSerialNumber:b99m99r1,rackLocation:b99m99r1,availabilityZone:1,storageApplianceConfigurationData:[{rackSlot:1,adminCredentials:{username:'adminuser',password:'password'},storageApplianceName:name,serialNumber:serial}],bareMetalMachineConfigurationData:[{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:DD:E7:08',bootMacAddress:'AA:BB:CC:F8:71:2E',machineName:lab00r750wkr1,rackSlot:2,serialNumber:5HS7PK3},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:FD:DC:76',bootMacAddress:'AA:BB:CC:F8:50:CA',machineName:lab00r750wkr8,rackSlot:11,serialNumber:9M56PK3}]}" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + az networkcloud cluster update --name "clusterName" --aggregator-or-single-rack-definition "{networkRackId:'/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet',rackSkuId:'/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/VLab_Single_DellR750_8C2M_x70r3_9',rackSerialNumber:b99m99r1,rackLocation:b99m99r1,availabilityZone:1,storageApplianceConfigurationData:[{rackSlot:1,adminCredentials:{username:'adminuser',password:'password'},storageApplianceName:name,serialNumber:serial}],bareMetalMachineConfigurationData:[{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:DD:E7:08',bootMacAddress:'AA:BB:CC:F8:71:2E',machineName:lab00r750wkr1,rackSlot:2,serialNumber:5HS7PK3},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:FD:DC:76',bootMacAddress:'AA:BB:CC:F8:50:CA',machineName:lab00r750wkr8,rackSlot:11,serialNumber:9M56PK3}]}" --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName :example: Patch cluster aggregatorOrSingleRackDefinition using json file input az networkcloud cluster update --name "clusterName" --aggregator-or-single-rack-definition ./aggregator-or-single-rack-definition.json --compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=90 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2023-05-01-preview"], ] } @@ -426,7 +426,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -627,7 +627,6 @@ def _build_schema_cluster_read(cls, _schema): cls._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) properties.analytics_workspace_id = AAZStrType( serialized_name="analyticsWorkspaceId", - flags={"required": True}, ) properties.available_upgrade_versions = AAZListType( serialized_name="availableUpgradeVersions", diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py index 1b66a4a2b24..c1f56fe3df6 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_update_version.py @@ -23,9 +23,9 @@ class UpdateVersion(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/updateversion", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/updateversion", "2023-05-01-preview"], ] } @@ -97,25 +97,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -160,7 +160,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -189,28 +189,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _UpdateVersionHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _UpdateVersionHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _UpdateVersionHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py index 295f82a525e..0a9a382ea66 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -186,7 +186,6 @@ def _build_schema_on_200(cls): _WaitHelper._build_schema_rack_definition_read(properties.aggregator_or_single_rack_definition) properties.analytics_workspace_id = AAZStrType( serialized_name="analyticsWorkspaceId", - flags={"required": True}, ) properties.available_upgrade_versions = AAZListType( serialized_name="availableUpgradeVersions", diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py index 80327582c3c..8bcb0914bd5 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_create.py @@ -19,13 +19,13 @@ class Create(AAZCommand): """Create a new bare metal machine key set or update the existing one for the provided cluster. :example: Create or update bare metal machine key set of cluster - az networkcloud cluster baremetalmachinekeyset create --name "bareMetalMachineKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --os-group-name "standardAccessGroup" --privilege-level "Standard" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19UmovAJiIVUbT6YaYc/t5SjWU=admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName" + az networkcloud cluster baremetalmachinekeyset create --name "bareMetalMachineKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --os-group-name "standardAccessGroup" --privilege-level "Standard" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19UmovAJiIVUbT6YaYc/t5SjWU=admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2023-05-01-preview"], ] } @@ -157,7 +157,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _element = cls._args_schema.user_list.Element _element.azure_user_name = AAZStrArg( options=["azure-user-name"], - help="The Azure Active Directory user name (email name).", + help="The user name that will be used for access.", required=True, ) _element.description = AAZStrArg( @@ -269,7 +269,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py index 769e0473b81..212c2db15d5 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2023-05-01-preview"], ] } @@ -160,7 +160,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py index ede817b761b..efd1a9d6c40 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_list.py @@ -23,9 +23,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets", "2023-05-01-preview"], ] } @@ -59,7 +59,7 @@ def _build_arguments_schema(cls, *args, **kwargs): def _execute_operations(self): self.pre_operations() - self.BareMetalMachineKeySetsListByResourceGroup(ctx=self.ctx)() + self.BareMetalMachineKeySetsListByCluster(ctx=self.ctx)() self.post_operations() @register_callback @@ -75,7 +75,7 @@ def _output(self, *args, **kwargs): next_link = self.deserialize_output(self.ctx.vars.instance.next_link) return result, next_link - class BareMetalMachineKeySetsListByResourceGroup(AAZHttpOperation): + class BareMetalMachineKeySetsListByCluster(AAZHttpOperation): CLIENT_TYPE = "MgmtClient" def __call__(self, *args, **kwargs): @@ -123,7 +123,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py index 980114833fe..a8dc57316d4 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2023-05-01-preview"], ] } @@ -137,7 +137,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py index 82209089390..a1c0461c1c0 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2023-05-01-preview"], ] } @@ -108,7 +108,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _element = cls._args_schema.user_list.Element _element.azure_user_name = AAZStrArg( options=["azure-user-name"], - help="The Azure Active Directory user name (email name).", + help="The user name that will be used for access.", required=True, ) _element.description = AAZStrArg( @@ -220,7 +220,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py index 9233740102a..1f80cbfb6eb 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/baremetalmachinekeyset/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/baremetalmachinekeysets/{}", "2023-05-01-preview"], ] } @@ -132,7 +132,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py index f7e92a78a9b..cee91f025bb 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_create.py @@ -23,9 +23,9 @@ class Create(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2023-05-01-preview"], ] } @@ -139,7 +139,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _element = cls._args_schema.user_list.Element _element.azure_user_name = AAZStrArg( options=["azure-user-name"], - help="The Azure Active Directory user name (email name).", + help="The user name that will be used for access.", required=True, ) _element.description = AAZStrArg( @@ -251,7 +251,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py index 58b926c8b9a..bda4e46f90d 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2023-05-01-preview"], ] } @@ -160,7 +160,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py index dca0020a9fd..66d112e80ab 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_list.py @@ -23,9 +23,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets", "2023-05-01-preview"], ] } @@ -59,7 +59,7 @@ def _build_arguments_schema(cls, *args, **kwargs): def _execute_operations(self): self.pre_operations() - self.BmcKeySetsListByResourceGroup(ctx=self.ctx)() + self.BmcKeySetsListByCluster(ctx=self.ctx)() self.post_operations() @register_callback @@ -75,7 +75,7 @@ def _output(self, *args, **kwargs): next_link = self.deserialize_output(self.ctx.vars.instance.next_link) return result, next_link - class BmcKeySetsListByResourceGroup(AAZHttpOperation): + class BmcKeySetsListByCluster(AAZHttpOperation): CLIENT_TYPE = "MgmtClient" def __call__(self, *args, **kwargs): @@ -123,7 +123,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py index 913565988a6..dc162ee8159 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2023-05-01-preview"], ] } @@ -137,7 +137,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py index 170cf1664bf..043dcf245ee 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2023-05-01-preview"], ] } @@ -100,7 +100,7 @@ def _build_arguments_schema(cls, *args, **kwargs): _element = cls._args_schema.user_list.Element _element.azure_user_name = AAZStrArg( options=["azure-user-name"], - help="The Azure Active Directory user name (email name).", + help="The user name that will be used for access.", required=True, ) _element.description = AAZStrArg( @@ -212,7 +212,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py index 8eb4cfdc1cf..d9a7f1cc19a 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/bmckeyset/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/bmckeysets/{}", "2023-05-01-preview"], ] } @@ -132,7 +132,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py index d80c8d2c9b3..597c6f41ff7 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_create.py @@ -18,14 +18,14 @@ class Create(AAZCommand): """Create the metrics configuration of the provided cluster. - :example: Update metrics configuration of cluster + :example: Create or update metrics configuration of cluster az networkcloud cluster metricsconfiguration create --cluster-name "clusterName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --collection-interval 15 --enabled-metrics "metric1" "metric2" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2023-05-01-preview"], ] } @@ -212,7 +212,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py index e6b23870885..65f777c5443 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2023-05-01-preview"], ] } @@ -160,7 +160,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py index d0f8a61a44a..ce7ed3cb975 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_list.py @@ -23,9 +23,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations", "2023-05-01-preview"], ] } @@ -59,7 +59,7 @@ def _build_arguments_schema(cls, *args, **kwargs): def _execute_operations(self): self.pre_operations() - self.MetricsConfigurationsListByResourceGroup(ctx=self.ctx)() + self.MetricsConfigurationsListByCluster(ctx=self.ctx)() self.post_operations() @register_callback @@ -75,7 +75,7 @@ def _output(self, *args, **kwargs): next_link = self.deserialize_output(self.ctx.vars.instance.next_link) return result, next_link - class MetricsConfigurationsListByResourceGroup(AAZHttpOperation): + class MetricsConfigurationsListByCluster(AAZHttpOperation): CLIENT_TYPE = "MgmtClient" def __call__(self, *args, **kwargs): @@ -123,7 +123,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py index f315716de45..12cc02a809f 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2023-05-01-preview"], ] } @@ -137,7 +137,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py index 0ec45b5c31b..68f3b9f15b2 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2023-05-01-preview"], ] } @@ -187,7 +187,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py index 8f9e568762b..d396a59385a 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/cluster/metricsconfiguration/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/metricsconfigurations/{}", "2023-05-01-preview"], ] } @@ -132,7 +132,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py index 17de61aba3e..b1ed71b9469 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_create.py @@ -23,9 +23,9 @@ class Create(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2023-05-01-preview"], ] } @@ -86,11 +86,6 @@ def _build_arguments_schema(cls, *args, **kwargs): arg_group="Properties", help="The resource ID of the Log Analytics workspace that is used for the logs collection.", ) - _args_schema.availability_zones = AAZListArg( - options=["--availability-zones"], - arg_group="Properties", - help="Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.", - ) _args_schema.fabric_controller_id = AAZStrArg( options=["--fabric-controller-id"], arg_group="Properties", @@ -102,14 +97,6 @@ def _build_arguments_schema(cls, *args, **kwargs): arg_group="Properties", help="The configuration of the managed resource group associated with the resource.", ) - _args_schema.vm_size = AAZStrArg( - options=["--vm-size"], - arg_group="Properties", - help="Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.", - ) - - availability_zones = cls._args_schema.availability_zones - availability_zones.Element = AAZStrArg() managed_resource_group_configuration = cls._args_schema.managed_resource_group_configuration managed_resource_group_configuration.location = AAZStrArg( @@ -206,7 +193,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -238,14 +225,8 @@ def content(self): properties = _builder.get(".properties") if properties is not None: properties.set_prop("analyticsWorkspaceId", AAZStrType, ".analytics_workspace_id") - properties.set_prop("availabilityZones", AAZListType, ".availability_zones") properties.set_prop("fabricControllerId", AAZStrType, ".fabric_controller_id", typ_kwargs={"flags": {"required": True}}) properties.set_prop("managedResourceGroupConfiguration", AAZObjectType, ".managed_resource_group_configuration") - properties.set_prop("vmSize", AAZStrType, ".vm_size") - - availability_zones = _builder.get(".properties.availabilityZones") - if availability_zones is not None: - availability_zones.set_elements(AAZStrType, ".") managed_resource_group_configuration = _builder.get(".properties.managedResourceGroupConfiguration") if managed_resource_group_configuration is not None: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py index 15ee9471b67..2b1e2680179 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2023-05-01-preview"], ] } @@ -147,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py index 3d868d924b2..4e4db361a9f 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/clustermanagers", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/clustermanagers", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -311,7 +311,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py index 971e149bd8c..0c78d908b8f 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py index fdca7c39b24..97436ebd146 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2023-05-01-preview"], ] } @@ -136,7 +136,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py index 8e86ae52140..cd9b144162e 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/clustermanager/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__cmd_group.py new file mode 100644 index 00000000000..71a9c5c6120 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud kubernetescluster", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage Kubernetes cluster + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/__init__.py @@ -0,0 +1,17 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_create.py new file mode 100644 index 00000000000..43a1bbbb8ff --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_create.py @@ -0,0 +1,1761 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new Kubernetes cluster or update the properties of the existing one. + + :example: Create or update Kubernetes cluster + az networkcloud kubernetescluster create --name "kubernetesClusterName" --resource-group "resourceGroupName" --location "location" --kubernetes-version "1.25.4" --extended-location name="/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type=CustomLocation --aad-configuration admin-group-object-ids=["f110271b-XXXX-4163-9b99-214d91660f0e"] --admin-username "azureuser" --ssh-key-values "ssh-rsa AAAAB3NzaC1yc2EAAAADAQAt5SjWU= admin@vm" --initial-agent-pool-configurations "[{count:1,mode:'System',name:'systemPool-1',vmSkuName:'NC_G2_v1',agentOptions:{hugepagesCount:96,hugepagesSize:1G},upgradeSettings:{maxSurge:'10%'},adminUsername:'azureuser',ssh-key-values:['ssh-rsa AAAAB3NzaC1yc2EAAAADAQAt5SjWU= admin@vm']}]" --control-plane-node-configuration count=1 vmSkuName='NC_G2_v1' adminUsername='azureuser' ssh-key-values="['ssh-rsa AAAAB3NzaC1yc2EAAAADAQAt5SjWU= admin@vm']" --network-configuration cloud-services-network-id="/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudServicesNetworkName" cni-network-id="/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName" pod-cidrs=["10.244.0.0/16"] service-cidrs=["10.96.0.0/16"] dns-service-ip="10.96.0.10" attached-network-configuration.l2-networks="[{networkId:'/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l2Networks/l2NetworkName',pluginType:'DPDK'}]" attached-network-configuration.l3-networks="[{networkId:'/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName',pluginType:'SRIOV',ipamEnabled:'False'}]" attached-network-configuration.trunked-networks="[{networkId:'/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/trunkedNetworks/trunkedNetworkName',pluginType:'MACVLAN'}]" bgp-service-load-balancer-configuration.bgp-advertisements="[{advertiseToFabric:'True',communities:['64512:100'],ipAddressPools:['pool1'],peers:['peer1']}]" bgp-service-load-balancer-configuration.fabric-peering-enabled="True" bgp-service-load-balancer-configuration.bgp-peers="[{bfdEnabled:'False',bgpMultiHop:'False',holdTime:'P300s',keepAliveTime:'P300s',myAsn:64512,name:'peer1',peerAddress:'203.0.113.254',peerAsn:64497,peerPort:179}]" bgp-service-load-balancer-configuration.ip-address-pools="[{addresses:['198.51.102.0/24'],autoAssign:'True',name:'pool1',onlyUseHostIps:'True'}]" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["-n", "--name", "--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "AdministratorConfiguration" + + _args_schema = cls._args_schema + _args_schema.admin_username = AAZStrArg( + options=["--admin-username"], + arg_group="AdministratorConfiguration", + help="The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.", + ) + _args_schema.ssh_public_keys = AAZListArg( + options=["--ssh-public-keys"], + arg_group="AdministratorConfiguration", + help="The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.", + ) + + ssh_public_keys = cls._args_schema.ssh_public_keys + ssh_public_keys.Element = AAZObjectArg() + cls._build_args_ssh_public_key_create(ssh_public_keys.Element) + + # define Arg Group "KubernetesClusterParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="KubernetesClusterParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="KubernetesClusterParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="KubernetesClusterParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.aad_configuration = AAZObjectArg( + options=["--aad-configuration"], + arg_group="Properties", + help="The Azure Active Directory Integration properties.", + ) + _args_schema.control_plane_node_configuration = AAZObjectArg( + options=["--control-plane-node-configuration"], + arg_group="Properties", + help="The defining characteristics of the control plane for this Kubernetes Cluster.", + required=True, + ) + _args_schema.initial_agent_pool_configurations = AAZListArg( + options=["--initial-agent-pool-configurations"], + arg_group="Properties", + help="The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.", + required=True, + ) + _args_schema.kubernetes_version = AAZStrArg( + options=["--kubernetes-version"], + arg_group="Properties", + help="The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update.", + required=True, + ) + _args_schema.managed_resource_group_configuration = AAZObjectArg( + options=["--managed-resource-group-configuration"], + arg_group="Properties", + help="The configuration of the managed resource group associated with the resource.", + ) + _args_schema.network_configuration = AAZObjectArg( + options=["--network-configuration"], + arg_group="Properties", + help="The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster.", + required=True, + ) + + aad_configuration = cls._args_schema.aad_configuration + aad_configuration.admin_group_object_ids = AAZListArg( + options=["admin-group-object-ids"], + help="The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.", + required=True, + ) + + admin_group_object_ids = cls._args_schema.aad_configuration.admin_group_object_ids + admin_group_object_ids.Element = AAZStrArg() + + control_plane_node_configuration = cls._args_schema.control_plane_node_configuration + control_plane_node_configuration.admin_username = AAZStrArg( + options=["admin-username"], + help="The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.", + ) + control_plane_node_configuration.ssh_public_keys = AAZListArg( + options=["ssh-public-keys"], + help="The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.", + ) + control_plane_node_configuration.availability_zones = AAZListArg( + options=["availability-zones"], + help="The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.", + ) + control_plane_node_configuration.count = AAZIntArg( + options=["count"], + help="The number of virtual machines that use this configuration.", + required=True, + fmt=AAZIntArgFormat( + minimum=1, + ), + ) + control_plane_node_configuration.vm_sku_name = AAZStrArg( + options=["vm-sku-name"], + help="The name of the VM SKU supplied during creation.", + required=True, + ) + + ssh_public_keys = cls._args_schema.control_plane_node_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectArg() + cls._build_args_ssh_public_key_create(ssh_public_keys.Element) + + availability_zones = cls._args_schema.control_plane_node_configuration.availability_zones + availability_zones.Element = AAZStrArg() + + initial_agent_pool_configurations = cls._args_schema.initial_agent_pool_configurations + initial_agent_pool_configurations.Element = AAZObjectArg() + + _element = cls._args_schema.initial_agent_pool_configurations.Element + _element.admin_username = AAZStrArg( + options=["admin-username"], + help="The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.", + ) + _element.ssh_public_keys = AAZListArg( + options=["ssh-public-keys"], + help="The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.", + ) + _element.agent_options = AAZObjectArg( + options=["agent-options"], + help="The configurations that will be applied to each agent in this agent pool.", + ) + _element.attached_network_configuration = AAZObjectArg( + options=["attached-network-configuration"], + help="The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. These networks are in addition to the networks connected in the Kubernetes cluster attached network configuration.", + ) + _element.availability_zones = AAZListArg( + options=["availability-zones"], + help="The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.", + ) + _element.count = AAZIntArg( + options=["count"], + help="The number of virtual machines that use this configuration.", + required=True, + ) + _element.labels = AAZListArg( + options=["labels"], + help="The labels applied to the nodes in this agent pool.", + ) + _element.mode = AAZStrArg( + options=["mode"], + help="The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.", + required=True, + enum={"NotApplicable": "NotApplicable", "System": "System", "User": "User"}, + ) + _element.name = AAZStrArg( + options=["name"], + help="The name that will be used for the agent pool resource representing this agent pool.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _element.taints = AAZListArg( + options=["taints"], + help="The taints applied to the nodes in this agent pool.", + ) + _element.upgrade_settings = AAZObjectArg( + options=["upgrade-settings"], + help="The configuration of the agent pool.", + ) + _element.vm_sku_name = AAZStrArg( + options=["vm-sku-name"], + help="The name of the VM SKU that determines the size of resources allocated for node VMs.", + required=True, + ) + + ssh_public_keys = cls._args_schema.initial_agent_pool_configurations.Element.ssh_public_keys + ssh_public_keys.Element = AAZObjectArg() + cls._build_args_ssh_public_key_create(ssh_public_keys.Element) + + agent_options = cls._args_schema.initial_agent_pool_configurations.Element.agent_options + agent_options.hugepages_count = AAZIntArg( + options=["hugepages-count"], + help="The number of hugepages to allocate.", + required=True, + ) + agent_options.hugepages_size = AAZStrArg( + options=["hugepages-size"], + help="The size of the hugepages to allocate.", + default="2M", + enum={"1G": "1G", "2M": "2M"}, + ) + + attached_network_configuration = cls._args_schema.initial_agent_pool_configurations.Element.attached_network_configuration + attached_network_configuration.l2_networks = AAZListArg( + options=["l2-networks"], + help="The list of Layer 2 Networks and related configuration for attachment.", + ) + attached_network_configuration.l3_networks = AAZListArg( + options=["l3-networks"], + help="The list of Layer 3 Networks and related configuration for attachment.", + ) + attached_network_configuration.trunked_networks = AAZListArg( + options=["trunked-networks"], + help="The list of Trunked Networks and related configuration for attachment.", + ) + + l2_networks = cls._args_schema.initial_agent_pool_configurations.Element.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectArg() + cls._build_args_l2_network_attachment_configuration_create(l2_networks.Element) + + l3_networks = cls._args_schema.initial_agent_pool_configurations.Element.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectArg() + cls._build_args_l3_network_attachment_configuration_create(l3_networks.Element) + + trunked_networks = cls._args_schema.initial_agent_pool_configurations.Element.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectArg() + cls._build_args_trunked_network_attachment_configuration_create(trunked_networks.Element) + + availability_zones = cls._args_schema.initial_agent_pool_configurations.Element.availability_zones + availability_zones.Element = AAZStrArg() + + labels = cls._args_schema.initial_agent_pool_configurations.Element.labels + labels.Element = AAZObjectArg() + cls._build_args_kubernetes_label_create(labels.Element) + + taints = cls._args_schema.initial_agent_pool_configurations.Element.taints + taints.Element = AAZObjectArg() + cls._build_args_kubernetes_label_create(taints.Element) + + upgrade_settings = cls._args_schema.initial_agent_pool_configurations.Element.upgrade_settings + upgrade_settings.max_surge = AAZStrArg( + options=["max-surge"], + help="The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.", + default="1", + ) + + managed_resource_group_configuration = cls._args_schema.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrArg( + options=["location"], + help="The location of the managed resource group. If not specified, the location of the parent resource is chosen.", + ) + managed_resource_group_configuration.name = AAZStrArg( + options=["name"], + help="The name for the managed resource group. If not specified, the unique name is automatically generated.", + fmt=AAZStrArgFormat( + max_length=75, + ), + ) + + network_configuration = cls._args_schema.network_configuration + network_configuration.attached_network_configuration = AAZObjectArg( + options=["attached-network-configuration"], + help="The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.", + ) + network_configuration.bgp_service_load_balancer_configuration = AAZObjectArg( + options=["bgp-service-load-balancer-configuration"], + help="The configuration of the BGP service load balancer for this Kubernetes cluster.", + ) + network_configuration.cloud_services_network_id = AAZStrArg( + options=["cloud-services-network-id"], + help="The resource ID of the associated Cloud Services network.", + required=True, + ) + network_configuration.cni_network_id = AAZStrArg( + options=["cni-network-id"], + help="The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.", + required=True, + ) + network_configuration.dns_service_ip = AAZStrArg( + options=["dns-service-ip"], + help="The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.", + ) + network_configuration.pod_cidrs = AAZListArg( + options=["pod-cidrs"], + help="The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.", + ) + network_configuration.service_cidrs = AAZListArg( + options=["service-cidrs"], + help="The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.", + ) + + attached_network_configuration = cls._args_schema.network_configuration.attached_network_configuration + attached_network_configuration.l2_networks = AAZListArg( + options=["l2-networks"], + help="The list of Layer 2 Networks and related configuration for attachment.", + ) + attached_network_configuration.l3_networks = AAZListArg( + options=["l3-networks"], + help="The list of Layer 3 Networks and related configuration for attachment.", + ) + attached_network_configuration.trunked_networks = AAZListArg( + options=["trunked-networks"], + help="The list of Trunked Networks and related configuration for attachment.", + ) + + l2_networks = cls._args_schema.network_configuration.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectArg() + cls._build_args_l2_network_attachment_configuration_create(l2_networks.Element) + + l3_networks = cls._args_schema.network_configuration.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectArg() + cls._build_args_l3_network_attachment_configuration_create(l3_networks.Element) + + trunked_networks = cls._args_schema.network_configuration.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectArg() + cls._build_args_trunked_network_attachment_configuration_create(trunked_networks.Element) + + bgp_service_load_balancer_configuration = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration + bgp_service_load_balancer_configuration.bgp_advertisements = AAZListArg( + options=["bgp-advertisements"], + help="The association of IP address pools to the communities and peers, allowing for announcement of IPs.", + ) + bgp_service_load_balancer_configuration.bgp_peers = AAZListArg( + options=["bgp-peers"], + help="The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.", + ) + bgp_service_load_balancer_configuration.fabric_peering_enabled = AAZStrArg( + options=["fabric-peering-enabled"], + help="The indicator to specify if the load balancer peers with the network fabric.", + default="True", + enum={"False": "False", "True": "True"}, + ) + bgp_service_load_balancer_configuration.ip_address_pools = AAZListArg( + options=["ip-address-pools"], + help="The list of pools of IP addresses that can be allocated to Load Balancer services.", + ) + + bgp_advertisements = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements + bgp_advertisements.Element = AAZObjectArg() + + _element = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element + _element.advertise_to_fabric = AAZStrArg( + options=["advertise-to-fabric"], + help="The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.", + default="True", + enum={"False": "False", "True": "True"}, + ) + _element.communities = AAZListArg( + options=["communities"], + help="The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.", + ) + _element.ip_address_pools = AAZListArg( + options=["ip-address-pools"], + help="The names of the IP address pools associated with this announcement.", + required=True, + ) + _element.peers = AAZListArg( + options=["peers"], + help="The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.", + ) + + communities = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.communities + communities.Element = AAZStrArg() + + ip_address_pools = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.ip_address_pools + ip_address_pools.Element = AAZStrArg() + + peers = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.peers + peers.Element = AAZStrArg() + + bgp_peers = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.bgp_peers + bgp_peers.Element = AAZObjectArg() + + _element = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.bgp_peers.Element + _element.bfd_enabled = AAZStrArg( + options=["bfd-enabled"], + help="The indicator of BFD enablement for this BgpPeer.", + default="False", + enum={"False": "False", "True": "True"}, + ) + _element.bgp_multi_hop = AAZStrArg( + options=["bgp-multi-hop"], + help="The indicator to enable multi-hop peering support.", + default="False", + enum={"False": "False", "True": "True"}, + ) + _element.hold_time = AAZStrArg( + options=["hold-time"], + help="The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.", + ) + _element.keep_alive_time = AAZStrArg( + options=["keep-alive-time"], + help="The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.", + ) + _element.my_asn = AAZIntArg( + options=["my-asn"], + help="The autonomous system number used for the local end of the BGP session.", + fmt=AAZIntArgFormat( + maximum=4294967295, + minimum=0, + ), + ) + _element.name = AAZStrArg( + options=["name"], + help="The name used to identify this BGP peer for association with a BGP advertisement.", + required=True, + fmt=AAZStrArgFormat( + pattern="^[a-z0-9]([a-z0-9.-]{0,61}[a-z0-9]){0,1}$", + ), + ) + _element.password = AAZStrArg( + options=["password"], + help="The authentication password for routers enforcing TCP MD5 authenticated sessions.", + fmt=AAZStrArgFormat( + pattern="^[a-zA-Z0-9]{0,80}$", + max_length=80, + ), + ) + _element.peer_address = AAZStrArg( + options=["peer-address"], + help="The IPv4 or IPv6 address used to connect this BGP session.", + required=True, + ) + _element.peer_asn = AAZIntArg( + options=["peer-asn"], + help="The autonomous system number expected from the remote end of the BGP session.", + required=True, + fmt=AAZIntArgFormat( + maximum=4294967295, + minimum=0, + ), + ) + _element.peer_port = AAZIntArg( + options=["peer-port"], + help="The port used to connect this BGP session.", + default=179, + ) + + ip_address_pools = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools + ip_address_pools.Element = AAZObjectArg() + + _element = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element + _element.addresses = AAZListArg( + options=["addresses"], + help="The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.", + required=True, + ) + _element.auto_assign = AAZStrArg( + options=["auto-assign"], + help="The indicator to determine if automatic allocation from the pool should occur.", + default="True", + enum={"False": "False", "True": "True"}, + ) + _element.name = AAZStrArg( + options=["name"], + help="The name used to identify this IP address pool for association with a BGP advertisement.", + required=True, + fmt=AAZStrArgFormat( + pattern="^[a-z0-9]([a-z0-9.-]{0,61}[a-z0-9]){0,1}$", + ), + ) + _element.only_use_host_ips = AAZStrArg( + options=["only-use-host-ips"], + help="The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.", + default="True", + enum={"False": "False", "True": "True"}, + ) + + addresses = cls._args_schema.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element.addresses + addresses.Element = AAZStrArg() + + pod_cidrs = cls._args_schema.network_configuration.pod_cidrs + pod_cidrs.Element = AAZStrArg() + + service_cidrs = cls._args_schema.network_configuration.service_cidrs + service_cidrs.Element = AAZStrArg() + return cls._args_schema + + _args_kubernetes_label_create = None + + @classmethod + def _build_args_kubernetes_label_create(cls, _schema): + if cls._args_kubernetes_label_create is not None: + _schema.key = cls._args_kubernetes_label_create.key + _schema.value = cls._args_kubernetes_label_create.value + return + + cls._args_kubernetes_label_create = AAZObjectArg() + + kubernetes_label_create = cls._args_kubernetes_label_create + kubernetes_label_create.key = AAZStrArg( + options=["key"], + help="The name of the label or taint.", + required=True, + ) + kubernetes_label_create.value = AAZStrArg( + options=["value"], + help="The value of the label or taint.", + required=True, + ) + + _schema.key = cls._args_kubernetes_label_create.key + _schema.value = cls._args_kubernetes_label_create.value + + _args_l2_network_attachment_configuration_create = None + + @classmethod + def _build_args_l2_network_attachment_configuration_create(cls, _schema): + if cls._args_l2_network_attachment_configuration_create is not None: + _schema.network_id = cls._args_l2_network_attachment_configuration_create.network_id + _schema.plugin_type = cls._args_l2_network_attachment_configuration_create.plugin_type + return + + cls._args_l2_network_attachment_configuration_create = AAZObjectArg() + + l2_network_attachment_configuration_create = cls._args_l2_network_attachment_configuration_create + l2_network_attachment_configuration_create.network_id = AAZStrArg( + options=["network-id"], + help="The resource ID of the network that is being configured for attachment.", + required=True, + ) + l2_network_attachment_configuration_create.plugin_type = AAZStrArg( + options=["plugin-type"], + help="The indicator of how this network will be utilized by the Kubernetes cluster.", + default="SRIOV", + enum={"DPDK": "DPDK", "IPVLAN": "IPVLAN", "MACVLAN": "MACVLAN", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + + _schema.network_id = cls._args_l2_network_attachment_configuration_create.network_id + _schema.plugin_type = cls._args_l2_network_attachment_configuration_create.plugin_type + + _args_l3_network_attachment_configuration_create = None + + @classmethod + def _build_args_l3_network_attachment_configuration_create(cls, _schema): + if cls._args_l3_network_attachment_configuration_create is not None: + _schema.ipam_enabled = cls._args_l3_network_attachment_configuration_create.ipam_enabled + _schema.network_id = cls._args_l3_network_attachment_configuration_create.network_id + _schema.plugin_type = cls._args_l3_network_attachment_configuration_create.plugin_type + return + + cls._args_l3_network_attachment_configuration_create = AAZObjectArg() + + l3_network_attachment_configuration_create = cls._args_l3_network_attachment_configuration_create + l3_network_attachment_configuration_create.ipam_enabled = AAZStrArg( + options=["ipam-enabled"], + help="The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.", + default="False", + enum={"False": "False", "True": "True"}, + ) + l3_network_attachment_configuration_create.network_id = AAZStrArg( + options=["network-id"], + help="The resource ID of the network that is being configured for attachment.", + required=True, + ) + l3_network_attachment_configuration_create.plugin_type = AAZStrArg( + options=["plugin-type"], + help="The indicator of how this network will be utilized by the Kubernetes cluster.", + default="SRIOV", + enum={"DPDK": "DPDK", "IPVLAN": "IPVLAN", "MACVLAN": "MACVLAN", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + + _schema.ipam_enabled = cls._args_l3_network_attachment_configuration_create.ipam_enabled + _schema.network_id = cls._args_l3_network_attachment_configuration_create.network_id + _schema.plugin_type = cls._args_l3_network_attachment_configuration_create.plugin_type + + _args_ssh_public_key_create = None + + @classmethod + def _build_args_ssh_public_key_create(cls, _schema): + if cls._args_ssh_public_key_create is not None: + _schema.key_data = cls._args_ssh_public_key_create.key_data + return + + cls._args_ssh_public_key_create = AAZObjectArg() + + ssh_public_key_create = cls._args_ssh_public_key_create + ssh_public_key_create.key_data = AAZStrArg( + options=["key-data"], + help="The SSH public key data.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + + _schema.key_data = cls._args_ssh_public_key_create.key_data + + _args_trunked_network_attachment_configuration_create = None + + @classmethod + def _build_args_trunked_network_attachment_configuration_create(cls, _schema): + if cls._args_trunked_network_attachment_configuration_create is not None: + _schema.network_id = cls._args_trunked_network_attachment_configuration_create.network_id + _schema.plugin_type = cls._args_trunked_network_attachment_configuration_create.plugin_type + return + + cls._args_trunked_network_attachment_configuration_create = AAZObjectArg() + + trunked_network_attachment_configuration_create = cls._args_trunked_network_attachment_configuration_create + trunked_network_attachment_configuration_create.network_id = AAZStrArg( + options=["network-id"], + help="The resource ID of the network that is being configured for attachment.", + required=True, + ) + trunked_network_attachment_configuration_create.plugin_type = AAZStrArg( + options=["plugin-type"], + help="The indicator of how this network will be utilized by the Kubernetes cluster.", + default="SRIOV", + enum={"DPDK": "DPDK", "IPVLAN": "IPVLAN", "MACVLAN": "MACVLAN", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + + _schema.network_id = cls._args_trunked_network_attachment_configuration_create.network_id + _schema.plugin_type = cls._args_trunked_network_attachment_configuration_create.plugin_type + + def _execute_operations(self): + self.pre_operations() + yield self.KubernetesClustersCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class KubernetesClustersCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("aadConfiguration", AAZObjectType, ".aad_configuration") + properties.set_prop("administratorConfiguration", AAZObjectType) + properties.set_prop("controlPlaneNodeConfiguration", AAZObjectType, ".control_plane_node_configuration", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("initialAgentPoolConfigurations", AAZListType, ".initial_agent_pool_configurations", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("kubernetesVersion", AAZStrType, ".kubernetes_version", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("managedResourceGroupConfiguration", AAZObjectType, ".managed_resource_group_configuration") + properties.set_prop("networkConfiguration", AAZObjectType, ".network_configuration", typ_kwargs={"flags": {"required": True}}) + + aad_configuration = _builder.get(".properties.aadConfiguration") + if aad_configuration is not None: + aad_configuration.set_prop("adminGroupObjectIds", AAZListType, ".admin_group_object_ids", typ_kwargs={"flags": {"required": True}}) + + admin_group_object_ids = _builder.get(".properties.aadConfiguration.adminGroupObjectIds") + if admin_group_object_ids is not None: + admin_group_object_ids.set_elements(AAZStrType, ".") + + administrator_configuration = _builder.get(".properties.administratorConfiguration") + if administrator_configuration is not None: + administrator_configuration.set_prop("adminUsername", AAZStrType, ".admin_username") + administrator_configuration.set_prop("sshPublicKeys", AAZListType, ".ssh_public_keys") + + ssh_public_keys = _builder.get(".properties.administratorConfiguration.sshPublicKeys") + if ssh_public_keys is not None: + _CreateHelper._build_schema_ssh_public_key_create(ssh_public_keys.set_elements(AAZObjectType, ".")) + + control_plane_node_configuration = _builder.get(".properties.controlPlaneNodeConfiguration") + if control_plane_node_configuration is not None: + control_plane_node_configuration.set_prop("administratorConfiguration", AAZObjectType) + control_plane_node_configuration.set_prop("availabilityZones", AAZListType, ".availability_zones") + control_plane_node_configuration.set_prop("count", AAZIntType, ".count", typ_kwargs={"flags": {"required": True}}) + control_plane_node_configuration.set_prop("vmSkuName", AAZStrType, ".vm_sku_name", typ_kwargs={"flags": {"required": True}}) + + administrator_configuration = _builder.get(".properties.controlPlaneNodeConfiguration.administratorConfiguration") + if administrator_configuration is not None: + administrator_configuration.set_prop("adminUsername", AAZStrType, ".admin_username") + administrator_configuration.set_prop("sshPublicKeys", AAZListType, ".ssh_public_keys") + + ssh_public_keys = _builder.get(".properties.controlPlaneNodeConfiguration.administratorConfiguration.sshPublicKeys") + if ssh_public_keys is not None: + _CreateHelper._build_schema_ssh_public_key_create(ssh_public_keys.set_elements(AAZObjectType, ".")) + + availability_zones = _builder.get(".properties.controlPlaneNodeConfiguration.availabilityZones") + if availability_zones is not None: + availability_zones.set_elements(AAZStrType, ".") + + initial_agent_pool_configurations = _builder.get(".properties.initialAgentPoolConfigurations") + if initial_agent_pool_configurations is not None: + initial_agent_pool_configurations.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.initialAgentPoolConfigurations[]") + if _elements is not None: + _elements.set_prop("administratorConfiguration", AAZObjectType) + _elements.set_prop("agentOptions", AAZObjectType, ".agent_options") + _elements.set_prop("attachedNetworkConfiguration", AAZObjectType, ".attached_network_configuration") + _elements.set_prop("availabilityZones", AAZListType, ".availability_zones") + _elements.set_prop("count", AAZIntType, ".count", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("labels", AAZListType, ".labels") + _elements.set_prop("mode", AAZStrType, ".mode", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("taints", AAZListType, ".taints") + _elements.set_prop("upgradeSettings", AAZObjectType, ".upgrade_settings") + _elements.set_prop("vmSkuName", AAZStrType, ".vm_sku_name", typ_kwargs={"flags": {"required": True}}) + + administrator_configuration = _builder.get(".properties.initialAgentPoolConfigurations[].administratorConfiguration") + if administrator_configuration is not None: + administrator_configuration.set_prop("adminUsername", AAZStrType, ".admin_username") + administrator_configuration.set_prop("sshPublicKeys", AAZListType, ".ssh_public_keys") + + ssh_public_keys = _builder.get(".properties.initialAgentPoolConfigurations[].administratorConfiguration.sshPublicKeys") + if ssh_public_keys is not None: + _CreateHelper._build_schema_ssh_public_key_create(ssh_public_keys.set_elements(AAZObjectType, ".")) + + agent_options = _builder.get(".properties.initialAgentPoolConfigurations[].agentOptions") + if agent_options is not None: + agent_options.set_prop("hugepagesCount", AAZIntType, ".hugepages_count", typ_kwargs={"flags": {"required": True}}) + agent_options.set_prop("hugepagesSize", AAZStrType, ".hugepages_size") + + attached_network_configuration = _builder.get(".properties.initialAgentPoolConfigurations[].attachedNetworkConfiguration") + if attached_network_configuration is not None: + attached_network_configuration.set_prop("l2Networks", AAZListType, ".l2_networks") + attached_network_configuration.set_prop("l3Networks", AAZListType, ".l3_networks") + attached_network_configuration.set_prop("trunkedNetworks", AAZListType, ".trunked_networks") + + l2_networks = _builder.get(".properties.initialAgentPoolConfigurations[].attachedNetworkConfiguration.l2Networks") + if l2_networks is not None: + _CreateHelper._build_schema_l2_network_attachment_configuration_create(l2_networks.set_elements(AAZObjectType, ".")) + + l3_networks = _builder.get(".properties.initialAgentPoolConfigurations[].attachedNetworkConfiguration.l3Networks") + if l3_networks is not None: + _CreateHelper._build_schema_l3_network_attachment_configuration_create(l3_networks.set_elements(AAZObjectType, ".")) + + trunked_networks = _builder.get(".properties.initialAgentPoolConfigurations[].attachedNetworkConfiguration.trunkedNetworks") + if trunked_networks is not None: + _CreateHelper._build_schema_trunked_network_attachment_configuration_create(trunked_networks.set_elements(AAZObjectType, ".")) + + availability_zones = _builder.get(".properties.initialAgentPoolConfigurations[].availabilityZones") + if availability_zones is not None: + availability_zones.set_elements(AAZStrType, ".") + + labels = _builder.get(".properties.initialAgentPoolConfigurations[].labels") + if labels is not None: + _CreateHelper._build_schema_kubernetes_label_create(labels.set_elements(AAZObjectType, ".")) + + taints = _builder.get(".properties.initialAgentPoolConfigurations[].taints") + if taints is not None: + _CreateHelper._build_schema_kubernetes_label_create(taints.set_elements(AAZObjectType, ".")) + + upgrade_settings = _builder.get(".properties.initialAgentPoolConfigurations[].upgradeSettings") + if upgrade_settings is not None: + upgrade_settings.set_prop("maxSurge", AAZStrType, ".max_surge") + + managed_resource_group_configuration = _builder.get(".properties.managedResourceGroupConfiguration") + if managed_resource_group_configuration is not None: + managed_resource_group_configuration.set_prop("location", AAZStrType, ".location") + managed_resource_group_configuration.set_prop("name", AAZStrType, ".name") + + network_configuration = _builder.get(".properties.networkConfiguration") + if network_configuration is not None: + network_configuration.set_prop("attachedNetworkConfiguration", AAZObjectType, ".attached_network_configuration") + network_configuration.set_prop("bgpServiceLoadBalancerConfiguration", AAZObjectType, ".bgp_service_load_balancer_configuration") + network_configuration.set_prop("cloudServicesNetworkId", AAZStrType, ".cloud_services_network_id", typ_kwargs={"flags": {"required": True}}) + network_configuration.set_prop("cniNetworkId", AAZStrType, ".cni_network_id", typ_kwargs={"flags": {"required": True}}) + network_configuration.set_prop("dnsServiceIp", AAZStrType, ".dns_service_ip") + network_configuration.set_prop("podCidrs", AAZListType, ".pod_cidrs") + network_configuration.set_prop("serviceCidrs", AAZListType, ".service_cidrs") + + attached_network_configuration = _builder.get(".properties.networkConfiguration.attachedNetworkConfiguration") + if attached_network_configuration is not None: + attached_network_configuration.set_prop("l2Networks", AAZListType, ".l2_networks") + attached_network_configuration.set_prop("l3Networks", AAZListType, ".l3_networks") + attached_network_configuration.set_prop("trunkedNetworks", AAZListType, ".trunked_networks") + + l2_networks = _builder.get(".properties.networkConfiguration.attachedNetworkConfiguration.l2Networks") + if l2_networks is not None: + _CreateHelper._build_schema_l2_network_attachment_configuration_create(l2_networks.set_elements(AAZObjectType, ".")) + + l3_networks = _builder.get(".properties.networkConfiguration.attachedNetworkConfiguration.l3Networks") + if l3_networks is not None: + _CreateHelper._build_schema_l3_network_attachment_configuration_create(l3_networks.set_elements(AAZObjectType, ".")) + + trunked_networks = _builder.get(".properties.networkConfiguration.attachedNetworkConfiguration.trunkedNetworks") + if trunked_networks is not None: + _CreateHelper._build_schema_trunked_network_attachment_configuration_create(trunked_networks.set_elements(AAZObjectType, ".")) + + bgp_service_load_balancer_configuration = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration") + if bgp_service_load_balancer_configuration is not None: + bgp_service_load_balancer_configuration.set_prop("bgpAdvertisements", AAZListType, ".bgp_advertisements") + bgp_service_load_balancer_configuration.set_prop("bgpPeers", AAZListType, ".bgp_peers") + bgp_service_load_balancer_configuration.set_prop("fabricPeeringEnabled", AAZStrType, ".fabric_peering_enabled") + bgp_service_load_balancer_configuration.set_prop("ipAddressPools", AAZListType, ".ip_address_pools") + + bgp_advertisements = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.bgpAdvertisements") + if bgp_advertisements is not None: + bgp_advertisements.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.bgpAdvertisements[]") + if _elements is not None: + _elements.set_prop("advertiseToFabric", AAZStrType, ".advertise_to_fabric") + _elements.set_prop("communities", AAZListType, ".communities") + _elements.set_prop("ipAddressPools", AAZListType, ".ip_address_pools", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("peers", AAZListType, ".peers") + + communities = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.bgpAdvertisements[].communities") + if communities is not None: + communities.set_elements(AAZStrType, ".") + + ip_address_pools = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.bgpAdvertisements[].ipAddressPools") + if ip_address_pools is not None: + ip_address_pools.set_elements(AAZStrType, ".") + + peers = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.bgpAdvertisements[].peers") + if peers is not None: + peers.set_elements(AAZStrType, ".") + + bgp_peers = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.bgpPeers") + if bgp_peers is not None: + bgp_peers.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.bgpPeers[]") + if _elements is not None: + _elements.set_prop("bfdEnabled", AAZStrType, ".bfd_enabled") + _elements.set_prop("bgpMultiHop", AAZStrType, ".bgp_multi_hop") + _elements.set_prop("holdTime", AAZStrType, ".hold_time") + _elements.set_prop("keepAliveTime", AAZStrType, ".keep_alive_time") + _elements.set_prop("myAsn", AAZIntType, ".my_asn") + _elements.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("password", AAZStrType, ".password", typ_kwargs={"flags": {"secret": True}}) + _elements.set_prop("peerAddress", AAZStrType, ".peer_address", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("peerAsn", AAZIntType, ".peer_asn", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("peerPort", AAZIntType, ".peer_port") + + ip_address_pools = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.ipAddressPools") + if ip_address_pools is not None: + ip_address_pools.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.ipAddressPools[]") + if _elements is not None: + _elements.set_prop("addresses", AAZListType, ".addresses", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("autoAssign", AAZStrType, ".auto_assign") + _elements.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("onlyUseHostIps", AAZStrType, ".only_use_host_ips") + + addresses = _builder.get(".properties.networkConfiguration.bgpServiceLoadBalancerConfiguration.ipAddressPools[].addresses") + if addresses is not None: + addresses.set_elements(AAZStrType, ".") + + pod_cidrs = _builder.get(".properties.networkConfiguration.podCidrs") + if pod_cidrs is not None: + pod_cidrs.set_elements(AAZStrType, ".") + + service_cidrs = _builder.get(".properties.networkConfiguration.serviceCidrs") + if service_cidrs is not None: + service_cidrs.set_elements(AAZStrType, ".") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.aad_configuration = AAZObjectType( + serialized_name="aadConfiguration", + ) + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.attached_network_ids = AAZListType( + serialized_name="attachedNetworkIds", + flags={"read_only": True}, + ) + properties.available_upgrades = AAZListType( + serialized_name="availableUpgrades", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.connected_cluster_id = AAZStrType( + serialized_name="connectedClusterId", + flags={"read_only": True}, + ) + properties.control_plane_kubernetes_version = AAZStrType( + serialized_name="controlPlaneKubernetesVersion", + flags={"read_only": True}, + ) + properties.control_plane_node_configuration = AAZObjectType( + serialized_name="controlPlaneNodeConfiguration", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.feature_statuses = AAZListType( + serialized_name="featureStatuses", + flags={"read_only": True}, + ) + properties.initial_agent_pool_configurations = AAZListType( + serialized_name="initialAgentPoolConfigurations", + flags={"required": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_configuration = AAZObjectType( + serialized_name="networkConfiguration", + flags={"required": True}, + ) + properties.nodes = AAZListType( + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + aad_configuration = cls._schema_on_200_201.properties.aad_configuration + aad_configuration.admin_group_object_ids = AAZListType( + serialized_name="adminGroupObjectIds", + flags={"required": True}, + ) + + admin_group_object_ids = cls._schema_on_200_201.properties.aad_configuration.admin_group_object_ids + admin_group_object_ids.Element = AAZStrType() + + administrator_configuration = cls._schema_on_200_201.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200_201.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _CreateHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + attached_network_ids = cls._schema_on_200_201.properties.attached_network_ids + attached_network_ids.Element = AAZStrType() + + available_upgrades = cls._schema_on_200_201.properties.available_upgrades + available_upgrades.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.available_upgrades.Element + _element.availability_lifecycle = AAZStrType( + serialized_name="availabilityLifecycle", + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + control_plane_node_configuration = cls._schema_on_200_201.properties.control_plane_node_configuration + control_plane_node_configuration.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + control_plane_node_configuration.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + control_plane_node_configuration.count = AAZIntType( + flags={"required": True}, + ) + control_plane_node_configuration.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200_201.properties.control_plane_node_configuration.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200_201.properties.control_plane_node_configuration.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _CreateHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + availability_zones = cls._schema_on_200_201.properties.control_plane_node_configuration.availability_zones + availability_zones.Element = AAZStrType() + + feature_statuses = cls._schema_on_200_201.properties.feature_statuses + feature_statuses.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.feature_statuses.Element + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + initial_agent_pool_configurations = cls._schema_on_200_201.properties.initial_agent_pool_configurations + initial_agent_pool_configurations.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element + _element.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + _element.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + _element.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + _element.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + _element.count = AAZIntType( + flags={"required": True}, + ) + _element.labels = AAZListType() + _element.mode = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.taints = AAZListType() + _element.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _CreateHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + agent_options = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _CreateHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _CreateHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _CreateHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + availability_zones = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.labels + labels.Element = AAZObjectType() + _CreateHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.taints + taints.Element = AAZObjectType() + _CreateHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200_201.properties.initial_agent_pool_configurations.Element.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + managed_resource_group_configuration = cls._schema_on_200_201.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_configuration = cls._schema_on_200_201.properties.network_configuration + network_configuration.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + network_configuration.bgp_service_load_balancer_configuration = AAZObjectType( + serialized_name="bgpServiceLoadBalancerConfiguration", + ) + network_configuration.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"required": True}, + ) + network_configuration.cni_network_id = AAZStrType( + serialized_name="cniNetworkId", + flags={"required": True}, + ) + network_configuration.dns_service_ip = AAZStrType( + serialized_name="dnsServiceIp", + ) + network_configuration.pod_cidrs = AAZListType( + serialized_name="podCidrs", + ) + network_configuration.service_cidrs = AAZListType( + serialized_name="serviceCidrs", + ) + + attached_network_configuration = cls._schema_on_200_201.properties.network_configuration.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200_201.properties.network_configuration.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _CreateHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200_201.properties.network_configuration.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _CreateHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200_201.properties.network_configuration.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _CreateHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + bgp_service_load_balancer_configuration = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration + bgp_service_load_balancer_configuration.bgp_advertisements = AAZListType( + serialized_name="bgpAdvertisements", + ) + bgp_service_load_balancer_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + bgp_service_load_balancer_configuration.fabric_peering_enabled = AAZStrType( + serialized_name="fabricPeeringEnabled", + ) + bgp_service_load_balancer_configuration.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + ) + + bgp_advertisements = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements + bgp_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element + _element.advertise_to_fabric = AAZStrType( + serialized_name="advertiseToFabric", + ) + _element.communities = AAZListType() + _element.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + flags={"required": True}, + ) + _element.peers = AAZListType() + + communities = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.communities + communities.Element = AAZStrType() + + ip_address_pools = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.ip_address_pools + ip_address_pools.Element = AAZStrType() + + peers = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.peers + peers.Element = AAZStrType() + + bgp_peers = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers.Element + _element.bfd_enabled = AAZStrType( + serialized_name="bfdEnabled", + ) + _element.bgp_multi_hop = AAZStrType( + serialized_name="bgpMultiHop", + ) + _element.hold_time = AAZStrType( + serialized_name="holdTime", + ) + _element.keep_alive_time = AAZStrType( + serialized_name="keepAliveTime", + ) + _element.my_asn = AAZIntType( + serialized_name="myAsn", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.peer_address = AAZStrType( + serialized_name="peerAddress", + flags={"required": True}, + ) + _element.peer_asn = AAZIntType( + serialized_name="peerAsn", + flags={"required": True}, + ) + _element.peer_port = AAZIntType( + serialized_name="peerPort", + ) + + ip_address_pools = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools + ip_address_pools.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element + _element.addresses = AAZListType( + flags={"required": True}, + ) + _element.auto_assign = AAZStrType( + serialized_name="autoAssign", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.only_use_host_ips = AAZStrType( + serialized_name="onlyUseHostIps", + ) + + addresses = cls._schema_on_200_201.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element.addresses + addresses.Element = AAZStrType() + + pod_cidrs = cls._schema_on_200_201.properties.network_configuration.pod_cidrs + pod_cidrs.Element = AAZStrType() + + service_cidrs = cls._schema_on_200_201.properties.network_configuration.service_cidrs + service_cidrs.Element = AAZStrType() + + nodes = cls._schema_on_200_201.properties.nodes + nodes.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.nodes.Element + _element.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + _element.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + _element.image = AAZStrType( + flags={"read_only": True}, + ) + _element.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + _element.labels = AAZListType( + flags={"read_only": True}, + ) + _element.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + _element.mode = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + _element.role = AAZStrType( + flags={"read_only": True}, + ) + _element.taints = AAZListType( + flags={"read_only": True}, + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"read_only": True}, + ) + + labels = cls._schema_on_200_201.properties.nodes.Element.labels + labels.Element = AAZObjectType() + _CreateHelper._build_schema_kubernetes_label_read(labels.Element) + + network_attachments = cls._schema_on_200_201.properties.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + taints = cls._schema_on_200_201.properties.nodes.Element.taints + taints.Element = AAZObjectType() + _CreateHelper._build_schema_kubernetes_label_read(taints.Element) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + @classmethod + def _build_schema_kubernetes_label_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("key", AAZStrType, ".key", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("value", AAZStrType, ".value", typ_kwargs={"flags": {"required": True}}) + + @classmethod + def _build_schema_l2_network_attachment_configuration_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("networkId", AAZStrType, ".network_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("pluginType", AAZStrType, ".plugin_type") + + @classmethod + def _build_schema_l3_network_attachment_configuration_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("ipamEnabled", AAZStrType, ".ipam_enabled") + _builder.set_prop("networkId", AAZStrType, ".network_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("pluginType", AAZStrType, ".plugin_type") + + @classmethod + def _build_schema_ssh_public_key_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + @classmethod + def _build_schema_trunked_network_attachment_configuration_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("networkId", AAZStrType, ".network_id", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("pluginType", AAZStrType, ".plugin_type") + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + _schema_l2_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l2_network_attachment_configuration_read(cls, _schema): + if cls._schema_l2_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + return + + cls._schema_l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read = AAZObjectType() + + l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read + l2_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l2_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + + _schema_l3_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l3_network_attachment_configuration_read(cls, _schema): + if cls._schema_l3_network_attachment_configuration_read is not None: + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + return + + cls._schema_l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read = AAZObjectType() + + l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read + l3_network_attachment_configuration_read.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + l3_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l3_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + + _schema_ssh_public_key_read = None + + @classmethod + def _build_schema_ssh_public_key_read(cls, _schema): + if cls._schema_ssh_public_key_read is not None: + _schema.key_data = cls._schema_ssh_public_key_read.key_data + return + + cls._schema_ssh_public_key_read = _schema_ssh_public_key_read = AAZObjectType() + + ssh_public_key_read = _schema_ssh_public_key_read + ssh_public_key_read.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + _schema.key_data = cls._schema_ssh_public_key_read.key_data + + _schema_trunked_network_attachment_configuration_read = None + + @classmethod + def _build_schema_trunked_network_attachment_configuration_read(cls, _schema): + if cls._schema_trunked_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + return + + cls._schema_trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read = AAZObjectType() + + trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read + trunked_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + trunked_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_delete.py new file mode 100644 index 00000000000..d239a4556b2 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided Kubernetes cluster. + + :example: Delete Kubernetes cluster + az networkcloud kubernetescluster delete --name "kubernetesClusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["-n", "--name", "--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.KubernetesClustersDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class KubernetesClustersDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_list.py new file mode 100644 index 00000000000..89ab4074745 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_list.py @@ -0,0 +1,1486 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster list", + is_experimental=True, +) +class List(AAZCommand): + """List Kubernetes clusters in the provided subscription. + + :example: List Kubernetes clusters for subscription + az networkcloud kubernetescluster list + + :example: List Kubernetes clusters for resource group + az networkcloud kubernetescluster list --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/kubernetesclusters", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.KubernetesClustersListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.KubernetesClustersListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class KubernetesClustersListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.aad_configuration = AAZObjectType( + serialized_name="aadConfiguration", + ) + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.attached_network_ids = AAZListType( + serialized_name="attachedNetworkIds", + flags={"read_only": True}, + ) + properties.available_upgrades = AAZListType( + serialized_name="availableUpgrades", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.connected_cluster_id = AAZStrType( + serialized_name="connectedClusterId", + flags={"read_only": True}, + ) + properties.control_plane_kubernetes_version = AAZStrType( + serialized_name="controlPlaneKubernetesVersion", + flags={"read_only": True}, + ) + properties.control_plane_node_configuration = AAZObjectType( + serialized_name="controlPlaneNodeConfiguration", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.feature_statuses = AAZListType( + serialized_name="featureStatuses", + flags={"read_only": True}, + ) + properties.initial_agent_pool_configurations = AAZListType( + serialized_name="initialAgentPoolConfigurations", + flags={"required": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_configuration = AAZObjectType( + serialized_name="networkConfiguration", + flags={"required": True}, + ) + properties.nodes = AAZListType( + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + aad_configuration = cls._schema_on_200.value.Element.properties.aad_configuration + aad_configuration.admin_group_object_ids = AAZListType( + serialized_name="adminGroupObjectIds", + flags={"required": True}, + ) + + admin_group_object_ids = cls._schema_on_200.value.Element.properties.aad_configuration.admin_group_object_ids + admin_group_object_ids.Element = AAZStrType() + + administrator_configuration = cls._schema_on_200.value.Element.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ListHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + attached_network_ids = cls._schema_on_200.value.Element.properties.attached_network_ids + attached_network_ids.Element = AAZStrType() + + available_upgrades = cls._schema_on_200.value.Element.properties.available_upgrades + available_upgrades.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.available_upgrades.Element + _element.availability_lifecycle = AAZStrType( + serialized_name="availabilityLifecycle", + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + control_plane_node_configuration = cls._schema_on_200.value.Element.properties.control_plane_node_configuration + control_plane_node_configuration.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + control_plane_node_configuration.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + control_plane_node_configuration.count = AAZIntType( + flags={"required": True}, + ) + control_plane_node_configuration.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.value.Element.properties.control_plane_node_configuration.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.control_plane_node_configuration.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ListHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + availability_zones = cls._schema_on_200.value.Element.properties.control_plane_node_configuration.availability_zones + availability_zones.Element = AAZStrType() + + feature_statuses = cls._schema_on_200.value.Element.properties.feature_statuses + feature_statuses.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.feature_statuses.Element + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + initial_agent_pool_configurations = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations + initial_agent_pool_configurations.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element + _element.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + _element.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + _element.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + _element.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + _element.count = AAZIntType( + flags={"required": True}, + ) + _element.labels = AAZListType() + _element.mode = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.taints = AAZListType() + _element.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ListHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + agent_options = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _ListHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _ListHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _ListHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + availability_zones = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.labels + labels.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.taints + taints.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_configuration = cls._schema_on_200.value.Element.properties.network_configuration + network_configuration.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + network_configuration.bgp_service_load_balancer_configuration = AAZObjectType( + serialized_name="bgpServiceLoadBalancerConfiguration", + ) + network_configuration.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"required": True}, + ) + network_configuration.cni_network_id = AAZStrType( + serialized_name="cniNetworkId", + flags={"required": True}, + ) + network_configuration.dns_service_ip = AAZStrType( + serialized_name="dnsServiceIp", + ) + network_configuration.pod_cidrs = AAZListType( + serialized_name="podCidrs", + ) + network_configuration.service_cidrs = AAZListType( + serialized_name="serviceCidrs", + ) + + attached_network_configuration = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _ListHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _ListHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _ListHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + bgp_service_load_balancer_configuration = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration + bgp_service_load_balancer_configuration.bgp_advertisements = AAZListType( + serialized_name="bgpAdvertisements", + ) + bgp_service_load_balancer_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + bgp_service_load_balancer_configuration.fabric_peering_enabled = AAZStrType( + serialized_name="fabricPeeringEnabled", + ) + bgp_service_load_balancer_configuration.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + ) + + bgp_advertisements = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements + bgp_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element + _element.advertise_to_fabric = AAZStrType( + serialized_name="advertiseToFabric", + ) + _element.communities = AAZListType() + _element.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + flags={"required": True}, + ) + _element.peers = AAZListType() + + communities = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.communities + communities.Element = AAZStrType() + + ip_address_pools = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.ip_address_pools + ip_address_pools.Element = AAZStrType() + + peers = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.peers + peers.Element = AAZStrType() + + bgp_peers = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers.Element + _element.bfd_enabled = AAZStrType( + serialized_name="bfdEnabled", + ) + _element.bgp_multi_hop = AAZStrType( + serialized_name="bgpMultiHop", + ) + _element.hold_time = AAZStrType( + serialized_name="holdTime", + ) + _element.keep_alive_time = AAZStrType( + serialized_name="keepAliveTime", + ) + _element.my_asn = AAZIntType( + serialized_name="myAsn", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.peer_address = AAZStrType( + serialized_name="peerAddress", + flags={"required": True}, + ) + _element.peer_asn = AAZIntType( + serialized_name="peerAsn", + flags={"required": True}, + ) + _element.peer_port = AAZIntType( + serialized_name="peerPort", + ) + + ip_address_pools = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools + ip_address_pools.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element + _element.addresses = AAZListType( + flags={"required": True}, + ) + _element.auto_assign = AAZStrType( + serialized_name="autoAssign", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.only_use_host_ips = AAZStrType( + serialized_name="onlyUseHostIps", + ) + + addresses = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element.addresses + addresses.Element = AAZStrType() + + pod_cidrs = cls._schema_on_200.value.Element.properties.network_configuration.pod_cidrs + pod_cidrs.Element = AAZStrType() + + service_cidrs = cls._schema_on_200.value.Element.properties.network_configuration.service_cidrs + service_cidrs.Element = AAZStrType() + + nodes = cls._schema_on_200.value.Element.properties.nodes + nodes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.nodes.Element + _element.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + _element.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + _element.image = AAZStrType( + flags={"read_only": True}, + ) + _element.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + _element.labels = AAZListType( + flags={"read_only": True}, + ) + _element.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + _element.mode = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + _element.role = AAZStrType( + flags={"read_only": True}, + ) + _element.taints = AAZListType( + flags={"read_only": True}, + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"read_only": True}, + ) + + labels = cls._schema_on_200.value.Element.properties.nodes.Element.labels + labels.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(labels.Element) + + network_attachments = cls._schema_on_200.value.Element.properties.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + taints = cls._schema_on_200.value.Element.properties.nodes.Element.taints + taints.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(taints.Element) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class KubernetesClustersListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/kubernetesClusters", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.aad_configuration = AAZObjectType( + serialized_name="aadConfiguration", + ) + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.attached_network_ids = AAZListType( + serialized_name="attachedNetworkIds", + flags={"read_only": True}, + ) + properties.available_upgrades = AAZListType( + serialized_name="availableUpgrades", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.connected_cluster_id = AAZStrType( + serialized_name="connectedClusterId", + flags={"read_only": True}, + ) + properties.control_plane_kubernetes_version = AAZStrType( + serialized_name="controlPlaneKubernetesVersion", + flags={"read_only": True}, + ) + properties.control_plane_node_configuration = AAZObjectType( + serialized_name="controlPlaneNodeConfiguration", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.feature_statuses = AAZListType( + serialized_name="featureStatuses", + flags={"read_only": True}, + ) + properties.initial_agent_pool_configurations = AAZListType( + serialized_name="initialAgentPoolConfigurations", + flags={"required": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_configuration = AAZObjectType( + serialized_name="networkConfiguration", + flags={"required": True}, + ) + properties.nodes = AAZListType( + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + aad_configuration = cls._schema_on_200.value.Element.properties.aad_configuration + aad_configuration.admin_group_object_ids = AAZListType( + serialized_name="adminGroupObjectIds", + flags={"required": True}, + ) + + admin_group_object_ids = cls._schema_on_200.value.Element.properties.aad_configuration.admin_group_object_ids + admin_group_object_ids.Element = AAZStrType() + + administrator_configuration = cls._schema_on_200.value.Element.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ListHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + attached_network_ids = cls._schema_on_200.value.Element.properties.attached_network_ids + attached_network_ids.Element = AAZStrType() + + available_upgrades = cls._schema_on_200.value.Element.properties.available_upgrades + available_upgrades.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.available_upgrades.Element + _element.availability_lifecycle = AAZStrType( + serialized_name="availabilityLifecycle", + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + control_plane_node_configuration = cls._schema_on_200.value.Element.properties.control_plane_node_configuration + control_plane_node_configuration.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + control_plane_node_configuration.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + control_plane_node_configuration.count = AAZIntType( + flags={"required": True}, + ) + control_plane_node_configuration.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.value.Element.properties.control_plane_node_configuration.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.control_plane_node_configuration.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ListHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + availability_zones = cls._schema_on_200.value.Element.properties.control_plane_node_configuration.availability_zones + availability_zones.Element = AAZStrType() + + feature_statuses = cls._schema_on_200.value.Element.properties.feature_statuses + feature_statuses.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.feature_statuses.Element + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + initial_agent_pool_configurations = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations + initial_agent_pool_configurations.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element + _element.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + _element.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + _element.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + _element.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + _element.count = AAZIntType( + flags={"required": True}, + ) + _element.labels = AAZListType() + _element.mode = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.taints = AAZListType() + _element.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ListHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + agent_options = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _ListHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _ListHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _ListHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + availability_zones = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.labels + labels.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.taints + taints.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200.value.Element.properties.initial_agent_pool_configurations.Element.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + managed_resource_group_configuration = cls._schema_on_200.value.Element.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_configuration = cls._schema_on_200.value.Element.properties.network_configuration + network_configuration.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + network_configuration.bgp_service_load_balancer_configuration = AAZObjectType( + serialized_name="bgpServiceLoadBalancerConfiguration", + ) + network_configuration.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"required": True}, + ) + network_configuration.cni_network_id = AAZStrType( + serialized_name="cniNetworkId", + flags={"required": True}, + ) + network_configuration.dns_service_ip = AAZStrType( + serialized_name="dnsServiceIp", + ) + network_configuration.pod_cidrs = AAZListType( + serialized_name="podCidrs", + ) + network_configuration.service_cidrs = AAZListType( + serialized_name="serviceCidrs", + ) + + attached_network_configuration = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _ListHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _ListHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.value.Element.properties.network_configuration.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _ListHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + bgp_service_load_balancer_configuration = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration + bgp_service_load_balancer_configuration.bgp_advertisements = AAZListType( + serialized_name="bgpAdvertisements", + ) + bgp_service_load_balancer_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + bgp_service_load_balancer_configuration.fabric_peering_enabled = AAZStrType( + serialized_name="fabricPeeringEnabled", + ) + bgp_service_load_balancer_configuration.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + ) + + bgp_advertisements = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements + bgp_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element + _element.advertise_to_fabric = AAZStrType( + serialized_name="advertiseToFabric", + ) + _element.communities = AAZListType() + _element.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + flags={"required": True}, + ) + _element.peers = AAZListType() + + communities = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.communities + communities.Element = AAZStrType() + + ip_address_pools = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.ip_address_pools + ip_address_pools.Element = AAZStrType() + + peers = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.peers + peers.Element = AAZStrType() + + bgp_peers = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers.Element + _element.bfd_enabled = AAZStrType( + serialized_name="bfdEnabled", + ) + _element.bgp_multi_hop = AAZStrType( + serialized_name="bgpMultiHop", + ) + _element.hold_time = AAZStrType( + serialized_name="holdTime", + ) + _element.keep_alive_time = AAZStrType( + serialized_name="keepAliveTime", + ) + _element.my_asn = AAZIntType( + serialized_name="myAsn", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.peer_address = AAZStrType( + serialized_name="peerAddress", + flags={"required": True}, + ) + _element.peer_asn = AAZIntType( + serialized_name="peerAsn", + flags={"required": True}, + ) + _element.peer_port = AAZIntType( + serialized_name="peerPort", + ) + + ip_address_pools = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools + ip_address_pools.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element + _element.addresses = AAZListType( + flags={"required": True}, + ) + _element.auto_assign = AAZStrType( + serialized_name="autoAssign", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.only_use_host_ips = AAZStrType( + serialized_name="onlyUseHostIps", + ) + + addresses = cls._schema_on_200.value.Element.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element.addresses + addresses.Element = AAZStrType() + + pod_cidrs = cls._schema_on_200.value.Element.properties.network_configuration.pod_cidrs + pod_cidrs.Element = AAZStrType() + + service_cidrs = cls._schema_on_200.value.Element.properties.network_configuration.service_cidrs + service_cidrs.Element = AAZStrType() + + nodes = cls._schema_on_200.value.Element.properties.nodes + nodes.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.nodes.Element + _element.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + _element.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + _element.image = AAZStrType( + flags={"read_only": True}, + ) + _element.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + _element.labels = AAZListType( + flags={"read_only": True}, + ) + _element.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + _element.mode = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + _element.role = AAZStrType( + flags={"read_only": True}, + ) + _element.taints = AAZListType( + flags={"read_only": True}, + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"read_only": True}, + ) + + labels = cls._schema_on_200.value.Element.properties.nodes.Element.labels + labels.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(labels.Element) + + network_attachments = cls._schema_on_200.value.Element.properties.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + taints = cls._schema_on_200.value.Element.properties.nodes.Element.taints + taints.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(taints.Element) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + _schema_l2_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l2_network_attachment_configuration_read(cls, _schema): + if cls._schema_l2_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + return + + cls._schema_l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read = AAZObjectType() + + l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read + l2_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l2_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + + _schema_l3_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l3_network_attachment_configuration_read(cls, _schema): + if cls._schema_l3_network_attachment_configuration_read is not None: + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + return + + cls._schema_l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read = AAZObjectType() + + l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read + l3_network_attachment_configuration_read.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + l3_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l3_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + + _schema_ssh_public_key_read = None + + @classmethod + def _build_schema_ssh_public_key_read(cls, _schema): + if cls._schema_ssh_public_key_read is not None: + _schema.key_data = cls._schema_ssh_public_key_read.key_data + return + + cls._schema_ssh_public_key_read = _schema_ssh_public_key_read = AAZObjectType() + + ssh_public_key_read = _schema_ssh_public_key_read + ssh_public_key_read.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + _schema.key_data = cls._schema_ssh_public_key_read.key_data + + _schema_trunked_network_attachment_configuration_read = None + + @classmethod + def _build_schema_trunked_network_attachment_configuration_read(cls, _schema): + if cls._schema_trunked_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + return + + cls._schema_trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read = AAZObjectType() + + trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read + trunked_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + trunked_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_show.py new file mode 100644 index 00000000000..d3c1a01aa5e --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_show.py @@ -0,0 +1,840 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided the Kubernetes cluster. + + :example: Get Kubernetes cluster + az networkcloud kubernetescluster show --name "kubernetesClusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["-n", "--name", "--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.KubernetesClustersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class KubernetesClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.aad_configuration = AAZObjectType( + serialized_name="aadConfiguration", + ) + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.attached_network_ids = AAZListType( + serialized_name="attachedNetworkIds", + flags={"read_only": True}, + ) + properties.available_upgrades = AAZListType( + serialized_name="availableUpgrades", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.connected_cluster_id = AAZStrType( + serialized_name="connectedClusterId", + flags={"read_only": True}, + ) + properties.control_plane_kubernetes_version = AAZStrType( + serialized_name="controlPlaneKubernetesVersion", + flags={"read_only": True}, + ) + properties.control_plane_node_configuration = AAZObjectType( + serialized_name="controlPlaneNodeConfiguration", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.feature_statuses = AAZListType( + serialized_name="featureStatuses", + flags={"read_only": True}, + ) + properties.initial_agent_pool_configurations = AAZListType( + serialized_name="initialAgentPoolConfigurations", + flags={"required": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_configuration = AAZObjectType( + serialized_name="networkConfiguration", + flags={"required": True}, + ) + properties.nodes = AAZListType( + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + aad_configuration = cls._schema_on_200.properties.aad_configuration + aad_configuration.admin_group_object_ids = AAZListType( + serialized_name="adminGroupObjectIds", + flags={"required": True}, + ) + + admin_group_object_ids = cls._schema_on_200.properties.aad_configuration.admin_group_object_ids + admin_group_object_ids.Element = AAZStrType() + + administrator_configuration = cls._schema_on_200.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ShowHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + attached_network_ids = cls._schema_on_200.properties.attached_network_ids + attached_network_ids.Element = AAZStrType() + + available_upgrades = cls._schema_on_200.properties.available_upgrades + available_upgrades.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.available_upgrades.Element + _element.availability_lifecycle = AAZStrType( + serialized_name="availabilityLifecycle", + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + control_plane_node_configuration = cls._schema_on_200.properties.control_plane_node_configuration + control_plane_node_configuration.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + control_plane_node_configuration.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + control_plane_node_configuration.count = AAZIntType( + flags={"required": True}, + ) + control_plane_node_configuration.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.properties.control_plane_node_configuration.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.control_plane_node_configuration.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ShowHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + availability_zones = cls._schema_on_200.properties.control_plane_node_configuration.availability_zones + availability_zones.Element = AAZStrType() + + feature_statuses = cls._schema_on_200.properties.feature_statuses + feature_statuses.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.feature_statuses.Element + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + initial_agent_pool_configurations = cls._schema_on_200.properties.initial_agent_pool_configurations + initial_agent_pool_configurations.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.initial_agent_pool_configurations.Element + _element.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + _element.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + _element.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + _element.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + _element.count = AAZIntType( + flags={"required": True}, + ) + _element.labels = AAZListType() + _element.mode = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.taints = AAZListType() + _element.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _ShowHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + agent_options = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _ShowHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _ShowHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _ShowHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + availability_zones = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.labels + labels.Element = AAZObjectType() + _ShowHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.taints + taints.Element = AAZObjectType() + _ShowHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_configuration = cls._schema_on_200.properties.network_configuration + network_configuration.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + network_configuration.bgp_service_load_balancer_configuration = AAZObjectType( + serialized_name="bgpServiceLoadBalancerConfiguration", + ) + network_configuration.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"required": True}, + ) + network_configuration.cni_network_id = AAZStrType( + serialized_name="cniNetworkId", + flags={"required": True}, + ) + network_configuration.dns_service_ip = AAZStrType( + serialized_name="dnsServiceIp", + ) + network_configuration.pod_cidrs = AAZListType( + serialized_name="podCidrs", + ) + network_configuration.service_cidrs = AAZListType( + serialized_name="serviceCidrs", + ) + + attached_network_configuration = cls._schema_on_200.properties.network_configuration.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.properties.network_configuration.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _ShowHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.properties.network_configuration.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _ShowHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.properties.network_configuration.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _ShowHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + bgp_service_load_balancer_configuration = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration + bgp_service_load_balancer_configuration.bgp_advertisements = AAZListType( + serialized_name="bgpAdvertisements", + ) + bgp_service_load_balancer_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + bgp_service_load_balancer_configuration.fabric_peering_enabled = AAZStrType( + serialized_name="fabricPeeringEnabled", + ) + bgp_service_load_balancer_configuration.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + ) + + bgp_advertisements = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements + bgp_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element + _element.advertise_to_fabric = AAZStrType( + serialized_name="advertiseToFabric", + ) + _element.communities = AAZListType() + _element.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + flags={"required": True}, + ) + _element.peers = AAZListType() + + communities = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.communities + communities.Element = AAZStrType() + + ip_address_pools = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.ip_address_pools + ip_address_pools.Element = AAZStrType() + + peers = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.peers + peers.Element = AAZStrType() + + bgp_peers = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers.Element + _element.bfd_enabled = AAZStrType( + serialized_name="bfdEnabled", + ) + _element.bgp_multi_hop = AAZStrType( + serialized_name="bgpMultiHop", + ) + _element.hold_time = AAZStrType( + serialized_name="holdTime", + ) + _element.keep_alive_time = AAZStrType( + serialized_name="keepAliveTime", + ) + _element.my_asn = AAZIntType( + serialized_name="myAsn", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.peer_address = AAZStrType( + serialized_name="peerAddress", + flags={"required": True}, + ) + _element.peer_asn = AAZIntType( + serialized_name="peerAsn", + flags={"required": True}, + ) + _element.peer_port = AAZIntType( + serialized_name="peerPort", + ) + + ip_address_pools = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools + ip_address_pools.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element + _element.addresses = AAZListType( + flags={"required": True}, + ) + _element.auto_assign = AAZStrType( + serialized_name="autoAssign", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.only_use_host_ips = AAZStrType( + serialized_name="onlyUseHostIps", + ) + + addresses = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element.addresses + addresses.Element = AAZStrType() + + pod_cidrs = cls._schema_on_200.properties.network_configuration.pod_cidrs + pod_cidrs.Element = AAZStrType() + + service_cidrs = cls._schema_on_200.properties.network_configuration.service_cidrs + service_cidrs.Element = AAZStrType() + + nodes = cls._schema_on_200.properties.nodes + nodes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.nodes.Element + _element.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + _element.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + _element.image = AAZStrType( + flags={"read_only": True}, + ) + _element.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + _element.labels = AAZListType( + flags={"read_only": True}, + ) + _element.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + _element.mode = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + _element.role = AAZStrType( + flags={"read_only": True}, + ) + _element.taints = AAZListType( + flags={"read_only": True}, + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"read_only": True}, + ) + + labels = cls._schema_on_200.properties.nodes.Element.labels + labels.Element = AAZObjectType() + _ShowHelper._build_schema_kubernetes_label_read(labels.Element) + + network_attachments = cls._schema_on_200.properties.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + taints = cls._schema_on_200.properties.nodes.Element.taints + taints.Element = AAZObjectType() + _ShowHelper._build_schema_kubernetes_label_read(taints.Element) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + _schema_l2_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l2_network_attachment_configuration_read(cls, _schema): + if cls._schema_l2_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + return + + cls._schema_l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read = AAZObjectType() + + l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read + l2_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l2_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + + _schema_l3_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l3_network_attachment_configuration_read(cls, _schema): + if cls._schema_l3_network_attachment_configuration_read is not None: + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + return + + cls._schema_l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read = AAZObjectType() + + l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read + l3_network_attachment_configuration_read.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + l3_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l3_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + + _schema_ssh_public_key_read = None + + @classmethod + def _build_schema_ssh_public_key_read(cls, _schema): + if cls._schema_ssh_public_key_read is not None: + _schema.key_data = cls._schema_ssh_public_key_read.key_data + return + + cls._schema_ssh_public_key_read = _schema_ssh_public_key_read = AAZObjectType() + + ssh_public_key_read = _schema_ssh_public_key_read + ssh_public_key_read.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + _schema.key_data = cls._schema_ssh_public_key_read.key_data + + _schema_trunked_network_attachment_configuration_read = None + + @classmethod + def _build_schema_trunked_network_attachment_configuration_read(cls, _schema): + if cls._schema_trunked_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + return + + cls._schema_trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read = AAZObjectType() + + trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read + trunked_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + trunked_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_update.py new file mode 100644 index 00000000000..a05e0320807 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_update.py @@ -0,0 +1,947 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster update", + is_experimental=True, +) +class Update(AAZCommand): + """Update the properties of the provided Kubernetes cluster, or update the tags associated with the Kubernetes cluster. Properties and tag updates can be done independently. + + :example: Patch Kubernetes cluster + az networkcloud kubernetescluster update --name "kubernetesClusterName" --resource-group "resourceGroupName" --kubernetes-version "1.25.4" --control-plane-node-configuration count="3" --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["-n", "--name", "--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "KubernetesClusterUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="KubernetesClusterUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.control_plane_node_configuration = AAZObjectArg( + options=["--control-plane-node-configuration"], + arg_group="Properties", + help="The defining characteristics of the control plane that can be patched for this Kubernetes cluster.", + ) + _args_schema.kubernetes_version = AAZStrArg( + options=["--kubernetes-version"], + arg_group="Properties", + help="The Kubernetes version for this cluster. Accepts n.n, n.n.n, and n.n.n-n format. The interpreted version used will be resolved into this field after creation or update.", + ) + + control_plane_node_configuration = cls._args_schema.control_plane_node_configuration + control_plane_node_configuration.count = AAZIntArg( + options=["count"], + help="The number of virtual machines that use this configuration.", + fmt=AAZIntArgFormat( + minimum=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.KubernetesClustersUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class KubernetesClustersUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("controlPlaneNodeConfiguration", AAZObjectType, ".control_plane_node_configuration") + properties.set_prop("kubernetesVersion", AAZStrType, ".kubernetes_version") + + control_plane_node_configuration = _builder.get(".properties.controlPlaneNodeConfiguration") + if control_plane_node_configuration is not None: + control_plane_node_configuration.set_prop("count", AAZIntType, ".count") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_kubernetes_cluster_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_kubernetes_cluster_read = None + + @classmethod + def _build_schema_kubernetes_cluster_read(cls, _schema): + if cls._schema_kubernetes_cluster_read is not None: + _schema.extended_location = cls._schema_kubernetes_cluster_read.extended_location + _schema.id = cls._schema_kubernetes_cluster_read.id + _schema.location = cls._schema_kubernetes_cluster_read.location + _schema.name = cls._schema_kubernetes_cluster_read.name + _schema.properties = cls._schema_kubernetes_cluster_read.properties + _schema.system_data = cls._schema_kubernetes_cluster_read.system_data + _schema.tags = cls._schema_kubernetes_cluster_read.tags + _schema.type = cls._schema_kubernetes_cluster_read.type + return + + cls._schema_kubernetes_cluster_read = _schema_kubernetes_cluster_read = AAZObjectType() + + kubernetes_cluster_read = _schema_kubernetes_cluster_read + kubernetes_cluster_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + kubernetes_cluster_read.id = AAZStrType( + flags={"read_only": True}, + ) + kubernetes_cluster_read.location = AAZStrType( + flags={"required": True}, + ) + kubernetes_cluster_read.name = AAZStrType( + flags={"read_only": True}, + ) + kubernetes_cluster_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + kubernetes_cluster_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + kubernetes_cluster_read.tags = AAZDictType() + kubernetes_cluster_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_kubernetes_cluster_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_kubernetes_cluster_read.properties + properties.aad_configuration = AAZObjectType( + serialized_name="aadConfiguration", + ) + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.attached_network_ids = AAZListType( + serialized_name="attachedNetworkIds", + flags={"read_only": True}, + ) + properties.available_upgrades = AAZListType( + serialized_name="availableUpgrades", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.connected_cluster_id = AAZStrType( + serialized_name="connectedClusterId", + flags={"read_only": True}, + ) + properties.control_plane_kubernetes_version = AAZStrType( + serialized_name="controlPlaneKubernetesVersion", + flags={"read_only": True}, + ) + properties.control_plane_node_configuration = AAZObjectType( + serialized_name="controlPlaneNodeConfiguration", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.feature_statuses = AAZListType( + serialized_name="featureStatuses", + flags={"read_only": True}, + ) + properties.initial_agent_pool_configurations = AAZListType( + serialized_name="initialAgentPoolConfigurations", + flags={"required": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_configuration = AAZObjectType( + serialized_name="networkConfiguration", + flags={"required": True}, + ) + properties.nodes = AAZListType( + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + aad_configuration = _schema_kubernetes_cluster_read.properties.aad_configuration + aad_configuration.admin_group_object_ids = AAZListType( + serialized_name="adminGroupObjectIds", + flags={"required": True}, + ) + + admin_group_object_ids = _schema_kubernetes_cluster_read.properties.aad_configuration.admin_group_object_ids + admin_group_object_ids.Element = AAZStrType() + + administrator_configuration = _schema_kubernetes_cluster_read.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = _schema_kubernetes_cluster_read.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + cls._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + attached_network_ids = _schema_kubernetes_cluster_read.properties.attached_network_ids + attached_network_ids.Element = AAZStrType() + + available_upgrades = _schema_kubernetes_cluster_read.properties.available_upgrades + available_upgrades.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.available_upgrades.Element + _element.availability_lifecycle = AAZStrType( + serialized_name="availabilityLifecycle", + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + control_plane_node_configuration = _schema_kubernetes_cluster_read.properties.control_plane_node_configuration + control_plane_node_configuration.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + control_plane_node_configuration.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + control_plane_node_configuration.count = AAZIntType( + flags={"required": True}, + ) + control_plane_node_configuration.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = _schema_kubernetes_cluster_read.properties.control_plane_node_configuration.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = _schema_kubernetes_cluster_read.properties.control_plane_node_configuration.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + cls._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + availability_zones = _schema_kubernetes_cluster_read.properties.control_plane_node_configuration.availability_zones + availability_zones.Element = AAZStrType() + + feature_statuses = _schema_kubernetes_cluster_read.properties.feature_statuses + feature_statuses.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.feature_statuses.Element + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + initial_agent_pool_configurations = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations + initial_agent_pool_configurations.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element + _element.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + _element.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + _element.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + _element.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + _element.count = AAZIntType( + flags={"required": True}, + ) + _element.labels = AAZListType() + _element.mode = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.taints = AAZListType() + _element.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + cls._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + agent_options = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + cls._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + cls._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + cls._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + availability_zones = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.availability_zones + availability_zones.Element = AAZStrType() + + labels = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.labels + labels.Element = AAZObjectType() + cls._build_schema_kubernetes_label_read(labels.Element) + + taints = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.taints + taints.Element = AAZObjectType() + cls._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = _schema_kubernetes_cluster_read.properties.initial_agent_pool_configurations.Element.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + managed_resource_group_configuration = _schema_kubernetes_cluster_read.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_configuration = _schema_kubernetes_cluster_read.properties.network_configuration + network_configuration.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + network_configuration.bgp_service_load_balancer_configuration = AAZObjectType( + serialized_name="bgpServiceLoadBalancerConfiguration", + ) + network_configuration.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"required": True}, + ) + network_configuration.cni_network_id = AAZStrType( + serialized_name="cniNetworkId", + flags={"required": True}, + ) + network_configuration.dns_service_ip = AAZStrType( + serialized_name="dnsServiceIp", + ) + network_configuration.pod_cidrs = AAZListType( + serialized_name="podCidrs", + ) + network_configuration.service_cidrs = AAZListType( + serialized_name="serviceCidrs", + ) + + attached_network_configuration = _schema_kubernetes_cluster_read.properties.network_configuration.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = _schema_kubernetes_cluster_read.properties.network_configuration.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + cls._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = _schema_kubernetes_cluster_read.properties.network_configuration.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + cls._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = _schema_kubernetes_cluster_read.properties.network_configuration.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + cls._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + bgp_service_load_balancer_configuration = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration + bgp_service_load_balancer_configuration.bgp_advertisements = AAZListType( + serialized_name="bgpAdvertisements", + ) + bgp_service_load_balancer_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + bgp_service_load_balancer_configuration.fabric_peering_enabled = AAZStrType( + serialized_name="fabricPeeringEnabled", + ) + bgp_service_load_balancer_configuration.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + ) + + bgp_advertisements = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements + bgp_advertisements.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element + _element.advertise_to_fabric = AAZStrType( + serialized_name="advertiseToFabric", + ) + _element.communities = AAZListType() + _element.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + flags={"required": True}, + ) + _element.peers = AAZListType() + + communities = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.communities + communities.Element = AAZStrType() + + ip_address_pools = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.ip_address_pools + ip_address_pools.Element = AAZStrType() + + peers = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.peers + peers.Element = AAZStrType() + + bgp_peers = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers.Element + _element.bfd_enabled = AAZStrType( + serialized_name="bfdEnabled", + ) + _element.bgp_multi_hop = AAZStrType( + serialized_name="bgpMultiHop", + ) + _element.hold_time = AAZStrType( + serialized_name="holdTime", + ) + _element.keep_alive_time = AAZStrType( + serialized_name="keepAliveTime", + ) + _element.my_asn = AAZIntType( + serialized_name="myAsn", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.peer_address = AAZStrType( + serialized_name="peerAddress", + flags={"required": True}, + ) + _element.peer_asn = AAZIntType( + serialized_name="peerAsn", + flags={"required": True}, + ) + _element.peer_port = AAZIntType( + serialized_name="peerPort", + ) + + ip_address_pools = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools + ip_address_pools.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element + _element.addresses = AAZListType( + flags={"required": True}, + ) + _element.auto_assign = AAZStrType( + serialized_name="autoAssign", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.only_use_host_ips = AAZStrType( + serialized_name="onlyUseHostIps", + ) + + addresses = _schema_kubernetes_cluster_read.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element.addresses + addresses.Element = AAZStrType() + + pod_cidrs = _schema_kubernetes_cluster_read.properties.network_configuration.pod_cidrs + pod_cidrs.Element = AAZStrType() + + service_cidrs = _schema_kubernetes_cluster_read.properties.network_configuration.service_cidrs + service_cidrs.Element = AAZStrType() + + nodes = _schema_kubernetes_cluster_read.properties.nodes + nodes.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.nodes.Element + _element.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + _element.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + _element.image = AAZStrType( + flags={"read_only": True}, + ) + _element.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + _element.labels = AAZListType( + flags={"read_only": True}, + ) + _element.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + _element.mode = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + _element.role = AAZStrType( + flags={"read_only": True}, + ) + _element.taints = AAZListType( + flags={"read_only": True}, + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"read_only": True}, + ) + + labels = _schema_kubernetes_cluster_read.properties.nodes.Element.labels + labels.Element = AAZObjectType() + cls._build_schema_kubernetes_label_read(labels.Element) + + network_attachments = _schema_kubernetes_cluster_read.properties.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = _schema_kubernetes_cluster_read.properties.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + taints = _schema_kubernetes_cluster_read.properties.nodes.Element.taints + taints.Element = AAZObjectType() + cls._build_schema_kubernetes_label_read(taints.Element) + + system_data = _schema_kubernetes_cluster_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_kubernetes_cluster_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_kubernetes_cluster_read.extended_location + _schema.id = cls._schema_kubernetes_cluster_read.id + _schema.location = cls._schema_kubernetes_cluster_read.location + _schema.name = cls._schema_kubernetes_cluster_read.name + _schema.properties = cls._schema_kubernetes_cluster_read.properties + _schema.system_data = cls._schema_kubernetes_cluster_read.system_data + _schema.tags = cls._schema_kubernetes_cluster_read.tags + _schema.type = cls._schema_kubernetes_cluster_read.type + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + _schema_l2_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l2_network_attachment_configuration_read(cls, _schema): + if cls._schema_l2_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + return + + cls._schema_l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read = AAZObjectType() + + l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read + l2_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l2_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + + _schema_l3_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l3_network_attachment_configuration_read(cls, _schema): + if cls._schema_l3_network_attachment_configuration_read is not None: + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + return + + cls._schema_l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read = AAZObjectType() + + l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read + l3_network_attachment_configuration_read.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + l3_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l3_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + + _schema_ssh_public_key_read = None + + @classmethod + def _build_schema_ssh_public_key_read(cls, _schema): + if cls._schema_ssh_public_key_read is not None: + _schema.key_data = cls._schema_ssh_public_key_read.key_data + return + + cls._schema_ssh_public_key_read = _schema_ssh_public_key_read = AAZObjectType() + + ssh_public_key_read = _schema_ssh_public_key_read + ssh_public_key_read.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + _schema.key_data = cls._schema_ssh_public_key_read.key_data + + _schema_trunked_network_attachment_configuration_read = None + + @classmethod + def _build_schema_trunked_network_attachment_configuration_read(cls, _schema): + if cls._schema_trunked_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + return + + cls._schema_trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read = AAZObjectType() + + trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read + trunked_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + trunked_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_wait.py new file mode 100644 index 00000000000..b365ac02f0a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/_wait.py @@ -0,0 +1,835 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["-n", "--name", "--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.KubernetesClustersGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class KubernetesClustersGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.aad_configuration = AAZObjectType( + serialized_name="aadConfiguration", + ) + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.attached_network_ids = AAZListType( + serialized_name="attachedNetworkIds", + flags={"read_only": True}, + ) + properties.available_upgrades = AAZListType( + serialized_name="availableUpgrades", + flags={"read_only": True}, + ) + properties.cluster_id = AAZStrType( + serialized_name="clusterId", + flags={"read_only": True}, + ) + properties.connected_cluster_id = AAZStrType( + serialized_name="connectedClusterId", + flags={"read_only": True}, + ) + properties.control_plane_kubernetes_version = AAZStrType( + serialized_name="controlPlaneKubernetesVersion", + flags={"read_only": True}, + ) + properties.control_plane_node_configuration = AAZObjectType( + serialized_name="controlPlaneNodeConfiguration", + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.feature_statuses = AAZListType( + serialized_name="featureStatuses", + flags={"read_only": True}, + ) + properties.initial_agent_pool_configurations = AAZListType( + serialized_name="initialAgentPoolConfigurations", + flags={"required": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"required": True}, + ) + properties.managed_resource_group_configuration = AAZObjectType( + serialized_name="managedResourceGroupConfiguration", + ) + properties.network_configuration = AAZObjectType( + serialized_name="networkConfiguration", + flags={"required": True}, + ) + properties.nodes = AAZListType( + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + + aad_configuration = cls._schema_on_200.properties.aad_configuration + aad_configuration.admin_group_object_ids = AAZListType( + serialized_name="adminGroupObjectIds", + flags={"required": True}, + ) + + admin_group_object_ids = cls._schema_on_200.properties.aad_configuration.admin_group_object_ids + admin_group_object_ids.Element = AAZStrType() + + administrator_configuration = cls._schema_on_200.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _WaitHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + attached_network_ids = cls._schema_on_200.properties.attached_network_ids + attached_network_ids.Element = AAZStrType() + + available_upgrades = cls._schema_on_200.properties.available_upgrades + available_upgrades.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.available_upgrades.Element + _element.availability_lifecycle = AAZStrType( + serialized_name="availabilityLifecycle", + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + control_plane_node_configuration = cls._schema_on_200.properties.control_plane_node_configuration + control_plane_node_configuration.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + control_plane_node_configuration.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + control_plane_node_configuration.count = AAZIntType( + flags={"required": True}, + ) + control_plane_node_configuration.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.properties.control_plane_node_configuration.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.control_plane_node_configuration.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _WaitHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + availability_zones = cls._schema_on_200.properties.control_plane_node_configuration.availability_zones + availability_zones.Element = AAZStrType() + + feature_statuses = cls._schema_on_200.properties.feature_statuses + feature_statuses.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.feature_statuses.Element + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.version = AAZStrType( + flags={"read_only": True}, + ) + + initial_agent_pool_configurations = cls._schema_on_200.properties.initial_agent_pool_configurations + initial_agent_pool_configurations.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.initial_agent_pool_configurations.Element + _element.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + _element.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + _element.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + _element.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + _element.count = AAZIntType( + flags={"required": True}, + ) + _element.labels = AAZListType() + _element.mode = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.taints = AAZListType() + _element.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + _WaitHelper._build_schema_ssh_public_key_read(ssh_public_keys.Element) + + agent_options = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _WaitHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _WaitHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _WaitHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + availability_zones = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.labels + labels.Element = AAZObjectType() + _WaitHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.taints + taints.Element = AAZObjectType() + _WaitHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200.properties.initial_agent_pool_configurations.Element.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + managed_resource_group_configuration = cls._schema_on_200.properties.managed_resource_group_configuration + managed_resource_group_configuration.location = AAZStrType() + managed_resource_group_configuration.name = AAZStrType() + + network_configuration = cls._schema_on_200.properties.network_configuration + network_configuration.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + network_configuration.bgp_service_load_balancer_configuration = AAZObjectType( + serialized_name="bgpServiceLoadBalancerConfiguration", + ) + network_configuration.cloud_services_network_id = AAZStrType( + serialized_name="cloudServicesNetworkId", + flags={"required": True}, + ) + network_configuration.cni_network_id = AAZStrType( + serialized_name="cniNetworkId", + flags={"required": True}, + ) + network_configuration.dns_service_ip = AAZStrType( + serialized_name="dnsServiceIp", + ) + network_configuration.pod_cidrs = AAZListType( + serialized_name="podCidrs", + ) + network_configuration.service_cidrs = AAZListType( + serialized_name="serviceCidrs", + ) + + attached_network_configuration = cls._schema_on_200.properties.network_configuration.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.properties.network_configuration.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + _WaitHelper._build_schema_l2_network_attachment_configuration_read(l2_networks.Element) + + l3_networks = cls._schema_on_200.properties.network_configuration.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + _WaitHelper._build_schema_l3_network_attachment_configuration_read(l3_networks.Element) + + trunked_networks = cls._schema_on_200.properties.network_configuration.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + _WaitHelper._build_schema_trunked_network_attachment_configuration_read(trunked_networks.Element) + + bgp_service_load_balancer_configuration = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration + bgp_service_load_balancer_configuration.bgp_advertisements = AAZListType( + serialized_name="bgpAdvertisements", + ) + bgp_service_load_balancer_configuration.bgp_peers = AAZListType( + serialized_name="bgpPeers", + ) + bgp_service_load_balancer_configuration.fabric_peering_enabled = AAZStrType( + serialized_name="fabricPeeringEnabled", + ) + bgp_service_load_balancer_configuration.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + ) + + bgp_advertisements = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements + bgp_advertisements.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element + _element.advertise_to_fabric = AAZStrType( + serialized_name="advertiseToFabric", + ) + _element.communities = AAZListType() + _element.ip_address_pools = AAZListType( + serialized_name="ipAddressPools", + flags={"required": True}, + ) + _element.peers = AAZListType() + + communities = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.communities + communities.Element = AAZStrType() + + ip_address_pools = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.ip_address_pools + ip_address_pools.Element = AAZStrType() + + peers = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_advertisements.Element.peers + peers.Element = AAZStrType() + + bgp_peers = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers + bgp_peers.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.bgp_peers.Element + _element.bfd_enabled = AAZStrType( + serialized_name="bfdEnabled", + ) + _element.bgp_multi_hop = AAZStrType( + serialized_name="bgpMultiHop", + ) + _element.hold_time = AAZStrType( + serialized_name="holdTime", + ) + _element.keep_alive_time = AAZStrType( + serialized_name="keepAliveTime", + ) + _element.my_asn = AAZIntType( + serialized_name="myAsn", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.peer_address = AAZStrType( + serialized_name="peerAddress", + flags={"required": True}, + ) + _element.peer_asn = AAZIntType( + serialized_name="peerAsn", + flags={"required": True}, + ) + _element.peer_port = AAZIntType( + serialized_name="peerPort", + ) + + ip_address_pools = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools + ip_address_pools.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element + _element.addresses = AAZListType( + flags={"required": True}, + ) + _element.auto_assign = AAZStrType( + serialized_name="autoAssign", + ) + _element.name = AAZStrType( + flags={"required": True}, + ) + _element.only_use_host_ips = AAZStrType( + serialized_name="onlyUseHostIps", + ) + + addresses = cls._schema_on_200.properties.network_configuration.bgp_service_load_balancer_configuration.ip_address_pools.Element.addresses + addresses.Element = AAZStrType() + + pod_cidrs = cls._schema_on_200.properties.network_configuration.pod_cidrs + pod_cidrs.Element = AAZStrType() + + service_cidrs = cls._schema_on_200.properties.network_configuration.service_cidrs + service_cidrs.Element = AAZStrType() + + nodes = cls._schema_on_200.properties.nodes + nodes.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.nodes.Element + _element.agent_pool_id = AAZStrType( + serialized_name="agentPoolId", + flags={"read_only": True}, + ) + _element.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) + _element.bare_metal_machine_id = AAZStrType( + serialized_name="bareMetalMachineId", + flags={"read_only": True}, + ) + _element.cpu_cores = AAZIntType( + serialized_name="cpuCores", + flags={"read_only": True}, + ) + _element.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + _element.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + _element.disk_size_gb = AAZIntType( + serialized_name="diskSizeGB", + flags={"read_only": True}, + ) + _element.image = AAZStrType( + flags={"read_only": True}, + ) + _element.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + _element.labels = AAZListType( + flags={"read_only": True}, + ) + _element.memory_size_gb = AAZIntType( + serialized_name="memorySizeGB", + flags={"read_only": True}, + ) + _element.mode = AAZStrType( + flags={"read_only": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.network_attachments = AAZListType( + serialized_name="networkAttachments", + flags={"read_only": True}, + ) + _element.power_state = AAZStrType( + serialized_name="powerState", + flags={"read_only": True}, + ) + _element.role = AAZStrType( + flags={"read_only": True}, + ) + _element.taints = AAZListType( + flags={"read_only": True}, + ) + _element.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"read_only": True}, + ) + + labels = cls._schema_on_200.properties.nodes.Element.labels + labels.Element = AAZObjectType() + _WaitHelper._build_schema_kubernetes_label_read(labels.Element) + + network_attachments = cls._schema_on_200.properties.nodes.Element.network_attachments + network_attachments.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.nodes.Element.network_attachments.Element + _element.attached_network_id = AAZStrType( + serialized_name="attachedNetworkId", + flags={"required": True}, + ) + _element.default_gateway = AAZStrType( + serialized_name="defaultGateway", + ) + _element.ip_allocation_method = AAZStrType( + serialized_name="ipAllocationMethod", + flags={"required": True}, + ) + _element.ipv4_address = AAZStrType( + serialized_name="ipv4Address", + ) + _element.ipv6_address = AAZStrType( + serialized_name="ipv6Address", + ) + _element.mac_address = AAZStrType( + serialized_name="macAddress", + flags={"read_only": True}, + ) + _element.network_attachment_name = AAZStrType( + serialized_name="networkAttachmentName", + ) + + taints = cls._schema_on_200.properties.nodes.Element.taints + taints.Element = AAZObjectType() + _WaitHelper._build_schema_kubernetes_label_read(taints.Element) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + _schema_l2_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l2_network_attachment_configuration_read(cls, _schema): + if cls._schema_l2_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + return + + cls._schema_l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read = AAZObjectType() + + l2_network_attachment_configuration_read = _schema_l2_network_attachment_configuration_read + l2_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l2_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_l2_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l2_network_attachment_configuration_read.plugin_type + + _schema_l3_network_attachment_configuration_read = None + + @classmethod + def _build_schema_l3_network_attachment_configuration_read(cls, _schema): + if cls._schema_l3_network_attachment_configuration_read is not None: + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + return + + cls._schema_l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read = AAZObjectType() + + l3_network_attachment_configuration_read = _schema_l3_network_attachment_configuration_read + l3_network_attachment_configuration_read.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + l3_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + l3_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.ipam_enabled = cls._schema_l3_network_attachment_configuration_read.ipam_enabled + _schema.network_id = cls._schema_l3_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_l3_network_attachment_configuration_read.plugin_type + + _schema_ssh_public_key_read = None + + @classmethod + def _build_schema_ssh_public_key_read(cls, _schema): + if cls._schema_ssh_public_key_read is not None: + _schema.key_data = cls._schema_ssh_public_key_read.key_data + return + + cls._schema_ssh_public_key_read = _schema_ssh_public_key_read = AAZObjectType() + + ssh_public_key_read = _schema_ssh_public_key_read + ssh_public_key_read.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + _schema.key_data = cls._schema_ssh_public_key_read.key_data + + _schema_trunked_network_attachment_configuration_read = None + + @classmethod + def _build_schema_trunked_network_attachment_configuration_read(cls, _schema): + if cls._schema_trunked_network_attachment_configuration_read is not None: + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + return + + cls._schema_trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read = AAZObjectType() + + trunked_network_attachment_configuration_read = _schema_trunked_network_attachment_configuration_read + trunked_network_attachment_configuration_read.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + trunked_network_attachment_configuration_read.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + _schema.network_id = cls._schema_trunked_network_attachment_configuration_read.network_id + _schema.plugin_type = cls._schema_trunked_network_attachment_configuration_read.plugin_type + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__cmd_group.py new file mode 100644 index 00000000000..5d088267da3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud kubernetescluster agentpool", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage Kubernetes cluster's agent pool + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/__init__.py @@ -0,0 +1,17 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_create.py new file mode 100644 index 00000000000..5b30c57a36f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_create.py @@ -0,0 +1,765 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster agentpool create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new Kubernetes cluster agent pool or update the properties of the existing one. + + :example: Create or update agent pool of the Kubernetes cluster + az networkcloud kubernetescluster agentpool create --name "poolName" --kubernetes-cluster-name "kubernetesClusterName" --resource-group "resourceGroupName" --admin-username "azureuser" --ssh-key-values 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgt5SjWU= admin@vm' --count 3 --mode "System" --vm-sku-name "NC_M16_v1" --agent-options hugepages-count=96 hugepages-size="1G" --attached-network-configuration l2-networks="[{networkId:'/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l2Networks/l2NetworkName',pluginType:'DPDK'}]" l3-networks="[{networkId:'/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName,pluginType:'SRIOV',ipamEnabled:'False'}]" trunked-networks="[{networkId:'/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/trunkedNetworks/trunkedNetworkName',pluginType:'MACVLAN'}]" --labels="[{key:'kubernetes.label',value:'true'}]" --taints="[{key:'kubernetes.taint',value:'true'}]" --upgrade-settings max-surge="1" --availability-zones="['zone1','zone2']" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}/agentpools/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.agent_pool_name = AAZStrArg( + options=["-n", "--name", "--agent-pool-name"], + help="The name of the Kubernetes cluster agent pool.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "AdministratorConfiguration" + + _args_schema = cls._args_schema + _args_schema.admin_username = AAZStrArg( + options=["--admin-username"], + arg_group="AdministratorConfiguration", + help="The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.", + ) + _args_schema.ssh_public_keys = AAZListArg( + options=["--ssh-public-keys"], + arg_group="AdministratorConfiguration", + help="The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.", + ) + + ssh_public_keys = cls._args_schema.ssh_public_keys + ssh_public_keys.Element = AAZObjectArg() + + _element = cls._args_schema.ssh_public_keys.Element + _element.key_data = AAZStrArg( + options=["key-data"], + help="The SSH public key data.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + + # define Arg Group "AgentPoolParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="AgentPoolParameters", + help="The extended location of the cluster associated with the resource.", + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="AgentPoolParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="AgentPoolParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.agent_options = AAZObjectArg( + options=["--agent-options"], + arg_group="Properties", + help="The configurations that will be applied to each agent in this agent pool.", + ) + _args_schema.attached_network_configuration = AAZObjectArg( + options=["--attached-network-configuration"], + arg_group="Properties", + help="The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. These networks are in addition to the networks connected in the Kubernetes cluster attached network configuration.", + ) + _args_schema.availability_zones = AAZListArg( + options=["--availability-zones"], + arg_group="Properties", + help="The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.", + ) + _args_schema.count = AAZIntArg( + options=["--count"], + arg_group="Properties", + help="The number of virtual machines that use this configuration.", + required=True, + ) + _args_schema.labels = AAZListArg( + options=["--labels"], + arg_group="Properties", + help="The labels applied to the nodes in this agent pool.", + ) + _args_schema.mode = AAZStrArg( + options=["--mode"], + arg_group="Properties", + help="The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.", + required=True, + enum={"NotApplicable": "NotApplicable", "System": "System", "User": "User"}, + ) + _args_schema.taints = AAZListArg( + options=["--taints"], + arg_group="Properties", + help="The taints applied to the nodes in this agent pool.", + ) + _args_schema.upgrade_settings = AAZObjectArg( + options=["--upgrade-settings"], + arg_group="Properties", + help="The configuration of the agent pool.", + ) + _args_schema.vm_sku_name = AAZStrArg( + options=["--vm-sku-name"], + arg_group="Properties", + help="The name of the VM SKU that determines the size of resources allocated for node VMs.", + required=True, + ) + + agent_options = cls._args_schema.agent_options + agent_options.hugepages_count = AAZIntArg( + options=["hugepages-count"], + help="The number of hugepages to allocate.", + required=True, + ) + agent_options.hugepages_size = AAZStrArg( + options=["hugepages-size"], + help="The size of the hugepages to allocate.", + default="2M", + enum={"1G": "1G", "2M": "2M"}, + ) + + attached_network_configuration = cls._args_schema.attached_network_configuration + attached_network_configuration.l2_networks = AAZListArg( + options=["l2-networks"], + help="The list of Layer 2 Networks and related configuration for attachment.", + ) + attached_network_configuration.l3_networks = AAZListArg( + options=["l3-networks"], + help="The list of Layer 3 Networks and related configuration for attachment.", + ) + attached_network_configuration.trunked_networks = AAZListArg( + options=["trunked-networks"], + help="The list of Trunked Networks and related configuration for attachment.", + ) + + l2_networks = cls._args_schema.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectArg() + + _element = cls._args_schema.attached_network_configuration.l2_networks.Element + _element.network_id = AAZStrArg( + options=["network-id"], + help="The resource ID of the network that is being configured for attachment.", + required=True, + ) + _element.plugin_type = AAZStrArg( + options=["plugin-type"], + help="The indicator of how this network will be utilized by the Kubernetes cluster.", + default="SRIOV", + enum={"DPDK": "DPDK", "IPVLAN": "IPVLAN", "MACVLAN": "MACVLAN", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + + l3_networks = cls._args_schema.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectArg() + + _element = cls._args_schema.attached_network_configuration.l3_networks.Element + _element.ipam_enabled = AAZStrArg( + options=["ipam-enabled"], + help="The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.", + default="False", + enum={"False": "False", "True": "True"}, + ) + _element.network_id = AAZStrArg( + options=["network-id"], + help="The resource ID of the network that is being configured for attachment.", + required=True, + ) + _element.plugin_type = AAZStrArg( + options=["plugin-type"], + help="The indicator of how this network will be utilized by the Kubernetes cluster.", + default="SRIOV", + enum={"DPDK": "DPDK", "IPVLAN": "IPVLAN", "MACVLAN": "MACVLAN", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + + trunked_networks = cls._args_schema.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectArg() + + _element = cls._args_schema.attached_network_configuration.trunked_networks.Element + _element.network_id = AAZStrArg( + options=["network-id"], + help="The resource ID of the network that is being configured for attachment.", + required=True, + ) + _element.plugin_type = AAZStrArg( + options=["plugin-type"], + help="The indicator of how this network will be utilized by the Kubernetes cluster.", + default="SRIOV", + enum={"DPDK": "DPDK", "IPVLAN": "IPVLAN", "MACVLAN": "MACVLAN", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, + ) + + availability_zones = cls._args_schema.availability_zones + availability_zones.Element = AAZStrArg() + + labels = cls._args_schema.labels + labels.Element = AAZObjectArg() + cls._build_args_kubernetes_label_create(labels.Element) + + taints = cls._args_schema.taints + taints.Element = AAZObjectArg() + cls._build_args_kubernetes_label_create(taints.Element) + + upgrade_settings = cls._args_schema.upgrade_settings + upgrade_settings.max_surge = AAZStrArg( + options=["max-surge"], + help="The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.", + default="1", + ) + return cls._args_schema + + _args_kubernetes_label_create = None + + @classmethod + def _build_args_kubernetes_label_create(cls, _schema): + if cls._args_kubernetes_label_create is not None: + _schema.key = cls._args_kubernetes_label_create.key + _schema.value = cls._args_kubernetes_label_create.value + return + + cls._args_kubernetes_label_create = AAZObjectArg() + + kubernetes_label_create = cls._args_kubernetes_label_create + kubernetes_label_create.key = AAZStrArg( + options=["key"], + help="The name of the label or taint.", + required=True, + ) + kubernetes_label_create.value = AAZStrArg( + options=["value"], + help="The value of the label or taint.", + required=True, + ) + + _schema.key = cls._args_kubernetes_label_create.key + _schema.value = cls._args_kubernetes_label_create.value + + def _execute_operations(self): + self.pre_operations() + yield self.AgentPoolsCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class AgentPoolsCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "agentPoolName", self.ctx.args.agent_pool_name, + required=True, + ), + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location") + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("administratorConfiguration", AAZObjectType) + properties.set_prop("agentOptions", AAZObjectType, ".agent_options") + properties.set_prop("attachedNetworkConfiguration", AAZObjectType, ".attached_network_configuration") + properties.set_prop("availabilityZones", AAZListType, ".availability_zones") + properties.set_prop("count", AAZIntType, ".count", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("labels", AAZListType, ".labels") + properties.set_prop("mode", AAZStrType, ".mode", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("taints", AAZListType, ".taints") + properties.set_prop("upgradeSettings", AAZObjectType, ".upgrade_settings") + properties.set_prop("vmSkuName", AAZStrType, ".vm_sku_name", typ_kwargs={"flags": {"required": True}}) + + administrator_configuration = _builder.get(".properties.administratorConfiguration") + if administrator_configuration is not None: + administrator_configuration.set_prop("adminUsername", AAZStrType, ".admin_username") + administrator_configuration.set_prop("sshPublicKeys", AAZListType, ".ssh_public_keys") + + ssh_public_keys = _builder.get(".properties.administratorConfiguration.sshPublicKeys") + if ssh_public_keys is not None: + ssh_public_keys.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.administratorConfiguration.sshPublicKeys[]") + if _elements is not None: + _elements.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + agent_options = _builder.get(".properties.agentOptions") + if agent_options is not None: + agent_options.set_prop("hugepagesCount", AAZIntType, ".hugepages_count", typ_kwargs={"flags": {"required": True}}) + agent_options.set_prop("hugepagesSize", AAZStrType, ".hugepages_size") + + attached_network_configuration = _builder.get(".properties.attachedNetworkConfiguration") + if attached_network_configuration is not None: + attached_network_configuration.set_prop("l2Networks", AAZListType, ".l2_networks") + attached_network_configuration.set_prop("l3Networks", AAZListType, ".l3_networks") + attached_network_configuration.set_prop("trunkedNetworks", AAZListType, ".trunked_networks") + + l2_networks = _builder.get(".properties.attachedNetworkConfiguration.l2Networks") + if l2_networks is not None: + l2_networks.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.attachedNetworkConfiguration.l2Networks[]") + if _elements is not None: + _elements.set_prop("networkId", AAZStrType, ".network_id", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("pluginType", AAZStrType, ".plugin_type") + + l3_networks = _builder.get(".properties.attachedNetworkConfiguration.l3Networks") + if l3_networks is not None: + l3_networks.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.attachedNetworkConfiguration.l3Networks[]") + if _elements is not None: + _elements.set_prop("ipamEnabled", AAZStrType, ".ipam_enabled") + _elements.set_prop("networkId", AAZStrType, ".network_id", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("pluginType", AAZStrType, ".plugin_type") + + trunked_networks = _builder.get(".properties.attachedNetworkConfiguration.trunkedNetworks") + if trunked_networks is not None: + trunked_networks.set_elements(AAZObjectType, ".") + + _elements = _builder.get(".properties.attachedNetworkConfiguration.trunkedNetworks[]") + if _elements is not None: + _elements.set_prop("networkId", AAZStrType, ".network_id", typ_kwargs={"flags": {"required": True}}) + _elements.set_prop("pluginType", AAZStrType, ".plugin_type") + + availability_zones = _builder.get(".properties.availabilityZones") + if availability_zones is not None: + availability_zones.set_elements(AAZStrType, ".") + + labels = _builder.get(".properties.labels") + if labels is not None: + _CreateHelper._build_schema_kubernetes_label_create(labels.set_elements(AAZObjectType, ".")) + + taints = _builder.get(".properties.taints") + if taints is not None: + _CreateHelper._build_schema_kubernetes_label_create(taints.set_elements(AAZObjectType, ".")) + + upgrade_settings = _builder.get(".properties.upgradeSettings") + if upgrade_settings is not None: + upgrade_settings.set_prop("maxSurge", AAZStrType, ".max_surge") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + properties.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.count = AAZIntType( + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.labels = AAZListType() + properties.mode = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.taints = AAZListType() + properties.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + properties.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200_201.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200_201.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.administrator_configuration.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + agent_options = cls._schema_on_200_201.properties.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200_201.properties.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200_201.properties.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.attached_network_configuration.l2_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + l3_networks = cls._schema_on_200_201.properties.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.attached_network_configuration.l3_networks.Element + _element.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + trunked_networks = cls._schema_on_200_201.properties.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + + _element = cls._schema_on_200_201.properties.attached_network_configuration.trunked_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + availability_zones = cls._schema_on_200_201.properties.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200_201.properties.labels + labels.Element = AAZObjectType() + _CreateHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200_201.properties.taints + taints.Element = AAZObjectType() + _CreateHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200_201.properties.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + @classmethod + def _build_schema_kubernetes_label_create(cls, _builder): + if _builder is None: + return + _builder.set_prop("key", AAZStrType, ".key", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("value", AAZStrType, ".value", typ_kwargs={"flags": {"required": True}}) + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_delete.py new file mode 100644 index 00000000000..77cebe48f54 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_delete.py @@ -0,0 +1,180 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster agentpool delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided Kubernetes cluster agent pool. + + :example: Delete agent pool of the Kubernetes cluster + az networkcloud kubernetescluster agentpool delete --name "poolName" --kubernetes-cluster-name "kubernetesClusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}/agentpools/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.agent_pool_name = AAZStrArg( + options=["-n", "--name", "--agent-pool-name"], + help="The name of the Kubernetes cluster agent pool.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.AgentPoolsDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class AgentPoolsDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "agentPoolName", self.ctx.args.agent_pool_name, + required=True, + ), + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_list.py new file mode 100644 index 00000000000..476d2e32178 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_list.py @@ -0,0 +1,389 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster agentpool list", + is_experimental=True, +) +class List(AAZCommand): + """List agent pools for the provided Kubernetes cluster. + + :example: List agent pools of the Kubernetes cluster + az networkcloud kubernetescluster agentpool list --kubernetes-cluster-name "kubernetesClusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}/agentpools", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.AgentPoolsListByKubernetesCluster(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class AgentPoolsListByKubernetesCluster(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + properties.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.count = AAZIntType( + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.labels = AAZListType() + properties.mode = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.taints = AAZListType() + properties.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + properties.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.value.Element.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.value.Element.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.administrator_configuration.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + agent_options = cls._schema_on_200.value.Element.properties.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200.value.Element.properties.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.value.Element.properties.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.attached_network_configuration.l2_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + l3_networks = cls._schema_on_200.value.Element.properties.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.attached_network_configuration.l3_networks.Element + _element.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + trunked_networks = cls._schema_on_200.value.Element.properties.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element.properties.attached_network_configuration.trunked_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + availability_zones = cls._schema_on_200.value.Element.properties.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200.value.Element.properties.labels + labels.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200.value.Element.properties.taints + taints.Element = AAZObjectType() + _ListHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200.value.Element.properties.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_show.py new file mode 100644 index 00000000000..05a0790dfcb --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_show.py @@ -0,0 +1,394 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster agentpool show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided Kubernetes cluster agent pool. + + :example: Get agent pool of the Kubernetes cluster + az networkcloud kubernetescluster agentpool show --name "poolName" --kubernetes-cluster-name "kubernetesClusterName" --resource-group "resourceGroupName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}/agentpools/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.agent_pool_name = AAZStrArg( + options=["-n", "--name", "--agent-pool-name"], + help="The name of the Kubernetes cluster agent pool.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.AgentPoolsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class AgentPoolsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "agentPoolName", self.ctx.args.agent_pool_name, + required=True, + ), + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + properties.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.count = AAZIntType( + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.labels = AAZListType() + properties.mode = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.taints = AAZListType() + properties.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + properties.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.administrator_configuration.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + agent_options = cls._schema_on_200.properties.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200.properties.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.properties.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.attached_network_configuration.l2_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + l3_networks = cls._schema_on_200.properties.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.attached_network_configuration.l3_networks.Element + _element.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + trunked_networks = cls._schema_on_200.properties.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.attached_network_configuration.trunked_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + availability_zones = cls._schema_on_200.properties.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200.properties.labels + labels.Element = AAZObjectType() + _ShowHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200.properties.taints + taints.Element = AAZObjectType() + _ShowHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200.properties.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_update.py new file mode 100644 index 00000000000..327140dc12b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_update.py @@ -0,0 +1,499 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster agentpool update", + is_experimental=True, +) +class Update(AAZCommand): + """Update the properties of the provided Kubernetes cluster agent pool, or update the tags associated with the Kubernetes cluster agent pool. Properties and tag updates can be done independently. + + :example: Patch agent pool of the Kubernetes cluster + az networkcloud kubernetescluster agentpool update --name "poolName" --kubernetes-cluster-name "kubernetesClusterName" --resource-group "resourceGroupName" --count 3 --upgrade-settings max-surge="1" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}/agentpools/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.agent_pool_name = AAZStrArg( + options=["-n", "--name", "--agent-pool-name"], + help="The name of the Kubernetes cluster agent pool.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + + # define Arg Group "AgentPoolUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="AgentPoolUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.count = AAZIntArg( + options=["--count"], + arg_group="Properties", + help="The number of virtual machines that use this configuration.", + ) + _args_schema.upgrade_settings = AAZObjectArg( + options=["--upgrade-settings"], + arg_group="Properties", + help="The configuration of the agent pool.", + ) + + upgrade_settings = cls._args_schema.upgrade_settings + upgrade_settings.max_surge = AAZStrArg( + options=["max-surge"], + help="The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.", + default="1", + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.AgentPoolsUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class AgentPoolsUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "agentPoolName", self.ctx.args.agent_pool_name, + required=True, + ), + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("count", AAZIntType, ".count") + properties.set_prop("upgradeSettings", AAZObjectType, ".upgrade_settings") + + upgrade_settings = _builder.get(".properties.upgradeSettings") + if upgrade_settings is not None: + upgrade_settings.set_prop("maxSurge", AAZStrType, ".max_surge") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_agent_pool_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_agent_pool_read = None + + @classmethod + def _build_schema_agent_pool_read(cls, _schema): + if cls._schema_agent_pool_read is not None: + _schema.extended_location = cls._schema_agent_pool_read.extended_location + _schema.id = cls._schema_agent_pool_read.id + _schema.location = cls._schema_agent_pool_read.location + _schema.name = cls._schema_agent_pool_read.name + _schema.properties = cls._schema_agent_pool_read.properties + _schema.system_data = cls._schema_agent_pool_read.system_data + _schema.tags = cls._schema_agent_pool_read.tags + _schema.type = cls._schema_agent_pool_read.type + return + + cls._schema_agent_pool_read = _schema_agent_pool_read = AAZObjectType() + + agent_pool_read = _schema_agent_pool_read + agent_pool_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + ) + agent_pool_read.id = AAZStrType( + flags={"read_only": True}, + ) + agent_pool_read.location = AAZStrType( + flags={"required": True}, + ) + agent_pool_read.name = AAZStrType( + flags={"read_only": True}, + ) + agent_pool_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + agent_pool_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + agent_pool_read.tags = AAZDictType() + agent_pool_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_agent_pool_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_agent_pool_read.properties + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + properties.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.count = AAZIntType( + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.labels = AAZListType() + properties.mode = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.taints = AAZListType() + properties.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + properties.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = _schema_agent_pool_read.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = _schema_agent_pool_read.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = _schema_agent_pool_read.properties.administrator_configuration.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + agent_options = _schema_agent_pool_read.properties.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = _schema_agent_pool_read.properties.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = _schema_agent_pool_read.properties.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + + _element = _schema_agent_pool_read.properties.attached_network_configuration.l2_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + l3_networks = _schema_agent_pool_read.properties.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + + _element = _schema_agent_pool_read.properties.attached_network_configuration.l3_networks.Element + _element.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + trunked_networks = _schema_agent_pool_read.properties.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + + _element = _schema_agent_pool_read.properties.attached_network_configuration.trunked_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + availability_zones = _schema_agent_pool_read.properties.availability_zones + availability_zones.Element = AAZStrType() + + labels = _schema_agent_pool_read.properties.labels + labels.Element = AAZObjectType() + cls._build_schema_kubernetes_label_read(labels.Element) + + taints = _schema_agent_pool_read.properties.taints + taints.Element = AAZObjectType() + cls._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = _schema_agent_pool_read.properties.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + system_data = _schema_agent_pool_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_agent_pool_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_agent_pool_read.extended_location + _schema.id = cls._schema_agent_pool_read.id + _schema.location = cls._schema_agent_pool_read.location + _schema.name = cls._schema_agent_pool_read.name + _schema.properties = cls._schema_agent_pool_read.properties + _schema.system_data = cls._schema_agent_pool_read.system_data + _schema.tags = cls._schema_agent_pool_read.tags + _schema.type = cls._schema_agent_pool_read.type + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_wait.py new file mode 100644 index 00000000000..348263aefc5 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/kubernetescluster/agentpool/_wait.py @@ -0,0 +1,389 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud kubernetescluster agentpool wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/kubernetesclusters/{}/agentpools/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.agent_pool_name = AAZStrArg( + options=["-n", "--name", "--agent-pool-name"], + help="The name of the Kubernetes cluster agent pool.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.kubernetes_cluster_name = AAZStrArg( + options=["--kubernetes-cluster-name"], + help="The name of the Kubernetes cluster.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.AgentPoolsGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class AgentPoolsGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/agentPools/{agentPoolName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "agentPoolName", self.ctx.args.agent_pool_name, + required=True, + ), + **self.serialize_url_param( + "kubernetesClusterName", self.ctx.args.kubernetes_cluster_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.administrator_configuration = AAZObjectType( + serialized_name="administratorConfiguration", + ) + properties.agent_options = AAZObjectType( + serialized_name="agentOptions", + ) + properties.attached_network_configuration = AAZObjectType( + serialized_name="attachedNetworkConfiguration", + ) + properties.availability_zones = AAZListType( + serialized_name="availabilityZones", + ) + properties.count = AAZIntType( + flags={"required": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.kubernetes_version = AAZStrType( + serialized_name="kubernetesVersion", + flags={"read_only": True}, + ) + properties.labels = AAZListType() + properties.mode = AAZStrType( + flags={"required": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.taints = AAZListType() + properties.upgrade_settings = AAZObjectType( + serialized_name="upgradeSettings", + ) + properties.vm_sku_name = AAZStrType( + serialized_name="vmSkuName", + flags={"required": True}, + ) + + administrator_configuration = cls._schema_on_200.properties.administrator_configuration + administrator_configuration.admin_username = AAZStrType( + serialized_name="adminUsername", + ) + administrator_configuration.ssh_public_keys = AAZListType( + serialized_name="sshPublicKeys", + ) + + ssh_public_keys = cls._schema_on_200.properties.administrator_configuration.ssh_public_keys + ssh_public_keys.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.administrator_configuration.ssh_public_keys.Element + _element.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + agent_options = cls._schema_on_200.properties.agent_options + agent_options.hugepages_count = AAZIntType( + serialized_name="hugepagesCount", + flags={"required": True}, + ) + agent_options.hugepages_size = AAZStrType( + serialized_name="hugepagesSize", + ) + + attached_network_configuration = cls._schema_on_200.properties.attached_network_configuration + attached_network_configuration.l2_networks = AAZListType( + serialized_name="l2Networks", + ) + attached_network_configuration.l3_networks = AAZListType( + serialized_name="l3Networks", + ) + attached_network_configuration.trunked_networks = AAZListType( + serialized_name="trunkedNetworks", + ) + + l2_networks = cls._schema_on_200.properties.attached_network_configuration.l2_networks + l2_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.attached_network_configuration.l2_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + l3_networks = cls._schema_on_200.properties.attached_network_configuration.l3_networks + l3_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.attached_network_configuration.l3_networks.Element + _element.ipam_enabled = AAZStrType( + serialized_name="ipamEnabled", + ) + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + trunked_networks = cls._schema_on_200.properties.attached_network_configuration.trunked_networks + trunked_networks.Element = AAZObjectType() + + _element = cls._schema_on_200.properties.attached_network_configuration.trunked_networks.Element + _element.network_id = AAZStrType( + serialized_name="networkId", + flags={"required": True}, + ) + _element.plugin_type = AAZStrType( + serialized_name="pluginType", + ) + + availability_zones = cls._schema_on_200.properties.availability_zones + availability_zones.Element = AAZStrType() + + labels = cls._schema_on_200.properties.labels + labels.Element = AAZObjectType() + _WaitHelper._build_schema_kubernetes_label_read(labels.Element) + + taints = cls._schema_on_200.properties.taints + taints.Element = AAZObjectType() + _WaitHelper._build_schema_kubernetes_label_read(taints.Element) + + upgrade_settings = cls._schema_on_200.properties.upgrade_settings + upgrade_settings.max_surge = AAZStrType( + serialized_name="maxSurge", + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + _schema_kubernetes_label_read = None + + @classmethod + def _build_schema_kubernetes_label_read(cls, _schema): + if cls._schema_kubernetes_label_read is not None: + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + return + + cls._schema_kubernetes_label_read = _schema_kubernetes_label_read = AAZObjectType() + + kubernetes_label_read = _schema_kubernetes_label_read + kubernetes_label_read.key = AAZStrType( + flags={"required": True}, + ) + kubernetes_label_read.value = AAZStrType( + flags={"required": True}, + ) + + _schema.key = cls._schema_kubernetes_label_read.key + _schema.value = cls._schema_kubernetes_label_read.value + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py index cd9aa1db946..b6b9d5d52e0 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_create.py @@ -19,13 +19,13 @@ class Create(AAZCommand): """Create a new layer 2 (L2) network or update the properties of the existing network. :example: Create or update L2 network - az networkcloud l2network create --name "l2NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --hybrid-aks-plugin-type "DPDK" --interface-name "eth0" --l2-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/l2IsolationDomainName" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + az networkcloud l2network create --name "l2NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --interface-name "eth0" --l2-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/l2IsolationDomainName" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2023-05-01-preview"], ] } @@ -99,13 +99,6 @@ def _build_arguments_schema(cls, *args, **kwargs): # define Arg Group "Properties" _args_schema = cls._args_schema - _args_schema.hybrid_aks_plugin_type = AAZStrArg( - options=["--hybrid-aks-plugin-type"], - arg_group="Properties", - help="The network plugin type for Hybrid AKS.", - default="SRIOV", - enum={"DPDK": "DPDK", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, - ) _args_schema.interface_name = AAZStrArg( options=["--interface-name"], arg_group="Properties", @@ -204,7 +197,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -241,7 +234,6 @@ def content(self): properties = _builder.get(".properties") if properties is not None: - properties.set_prop("hybridAksPluginType", AAZStrType, ".hybrid_aks_plugin_type") properties.set_prop("interfaceName", AAZStrType, ".interface_name") properties.set_prop("l2IsolationDomainId", AAZStrType, ".l2_isolation_domain_id", typ_kwargs={"flags": {"required": True}}) @@ -303,6 +295,10 @@ def _build_schema_on_200_201(cls): ) properties = cls._schema_on_200_201.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -338,6 +334,9 @@ def _build_schema_on_200_201(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200_201.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py index a02511ac472..3899360fcbb 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2023-05-01-preview"], ] } @@ -147,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py index 36472cfe809..06444f155d2 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_list.py @@ -21,15 +21,15 @@ class List(AAZCommand): :example: List L2 networks for subscription az networkcloud l2network list - :example: List L2 networks for resourcegroup + :example: List L2 networks for resource group az networkcloud l2network list --resource-group "resourcegroupname" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/l2networks", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/l2networks", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -194,6 +194,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -229,6 +233,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() @@ -300,7 +307,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -376,6 +383,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -411,6 +422,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py index 32f22b64a45..693e7ea180d 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -191,6 +191,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -226,6 +230,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py index 081ff8bb27e..62b33ce5a5c 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2023-05-01-preview"], ] } @@ -136,7 +136,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -221,6 +221,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -256,6 +260,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py index b85a23c30c7..352c5cf515b 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l2network/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l2networks/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -186,6 +186,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -221,6 +225,9 @@ def _build_schema_on_200(cls): flags={"read_only": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py index 39ba6942a97..2047dd185d8 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_create.py @@ -19,13 +19,13 @@ class Create(AAZCommand): """Create a new layer 3 (L3) network or update the properties of the existing network. :example: Create or update L3 network - az networkcloud l3network create --name "l3NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --hybrid-aks-ipam-enabled "True" --hybrid-aks-plugin-type "DPDK" --interface-name "eth0" --ip-allocation-type "DualStack" --ipv4-connected-prefix "198.51.100.0/24" --ipv6-connected-prefix "2001:db8::/64" --l3-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlan 12 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" + az networkcloud l3network create --name "l3NetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --interface-name "eth0" --ip-allocation-type "DualStack" --ipv4-connected-prefix "198.51.100.0/24" --ipv6-connected-prefix "2001:db8::/64" --l3-isolation-domain-id "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlan 12 --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2023-05-01-preview"], ] } @@ -99,20 +99,6 @@ def _build_arguments_schema(cls, *args, **kwargs): # define Arg Group "Properties" _args_schema = cls._args_schema - _args_schema.hybrid_aks_ipam_enabled = AAZStrArg( - options=["--hybrid-aks-ipam-enabled"], - arg_group="Properties", - help="The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.", - default="True", - enum={"False": "False", "True": "True"}, - ) - _args_schema.hybrid_aks_plugin_type = AAZStrArg( - options=["--hybrid-aks-plugin-type"], - arg_group="Properties", - help="The network plugin type for Hybrid AKS.", - default="SRIOV", - enum={"DPDK": "DPDK", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, - ) _args_schema.interface_name = AAZStrArg( options=["--interface-name"], arg_group="Properties", @@ -234,7 +220,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -271,8 +257,6 @@ def content(self): properties = _builder.get(".properties") if properties is not None: - properties.set_prop("hybridAksIpamEnabled", AAZStrType, ".hybrid_aks_ipam_enabled") - properties.set_prop("hybridAksPluginType", AAZStrType, ".hybrid_aks_plugin_type") properties.set_prop("interfaceName", AAZStrType, ".interface_name") properties.set_prop("ipAllocationType", AAZStrType, ".ip_allocation_type") properties.set_prop("ipv4ConnectedPrefix", AAZStrType, ".ipv4_connected_prefix") @@ -338,6 +322,10 @@ def _build_schema_on_200_201(cls): ) properties = cls._schema_on_200_201.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -388,6 +376,9 @@ def _build_schema_on_200_201(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200_201.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py index d1833e46a18..3c795e51a29 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2023-05-01-preview"], ] } @@ -147,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py index e52b323404c..44b16c60fbf 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/l3networks", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/l3networks", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -194,6 +194,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -244,6 +248,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() @@ -315,7 +322,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -391,6 +398,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -441,6 +452,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py index c0094836e83..e36692d3c5f 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -191,6 +191,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -241,6 +245,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py index 68dd09732d2..c905eda287f 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2023-05-01-preview"], ] } @@ -136,7 +136,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -221,6 +221,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -271,6 +275,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py index e901e7842d3..f5a28569055 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/l3network/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/l3networks/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -186,6 +186,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -236,6 +240,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py index 5c94d19e681..dc110a19ea8 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/racks", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/racks", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -292,7 +292,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py index a74b2c94b81..84ec5c0e8ff 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py index d2c753d65e3..7d3db1defa0 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2023-05-01-preview"], ] } @@ -174,7 +174,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py index 47073ae16c9..3ca1292483e 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/rack/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/racks/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py index ab81909f9bb..eb21b3d583d 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_list.py @@ -23,9 +23,9 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/rackskus", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/rackskus", "2023-05-01-preview"], ] } @@ -102,7 +102,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py index db486d527e4..889ef82898e 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/racksku/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/rackskus/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/rackskus/{}", "2023-05-01-preview"], ] } @@ -114,7 +114,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py index 1e56aefdcb6..2ec1660630f 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_disable_remote_vendor_management.py @@ -23,9 +23,9 @@ class DisableRemoteVendorManagement(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}/disableremotevendormanagement", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}/disableremotevendormanagement", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _DisableRemoteVendorManagementHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _DisableRemoteVendorManagementHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _DisableRemoteVendorManagementHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py index 9fb69789837..7f76f86ed67 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_enable_remote_vendor_management.py @@ -23,9 +23,9 @@ class EnableRemoteVendorManagement(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}/enableremotevendormanagement", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}/enableremotevendormanagement", "2023-05-01-preview"], ] } @@ -89,25 +89,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -152,7 +152,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -180,28 +180,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _EnableRemoteVendorManagementHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _EnableRemoteVendorManagementHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _EnableRemoteVendorManagementHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py index 6952e77d322..f4140e48a6c 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/storageappliances", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/storageappliances", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -323,7 +323,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py index c58881a2d60..8d5201136c8 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py index edf7f84d09c..b9e37d060d4 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_update.py @@ -16,16 +16,16 @@ is_experimental=True, ) class Update(AAZCommand): - """Update properties of the provided bare metal machine, or update tags associated with the bare metal machine. Properties and tag updates can be done independently. + """Update properties of the provided storage appliance, or update tags associated with the storage appliance Properties and tag updates can be done independently. :example: Patch storage appliance az networkcloud storageappliance update --resource-group "resourceGroupName" --storage-appliance-name "storageApplianceName" --serial-number "BM1219XXX" --tags key1="myvalue1" key2="myvalue2" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2023-05-01-preview"], ] } @@ -162,7 +162,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py index 7bcd1c3991f..fe94c80f3dc 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/storageappliance/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/storageappliances/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py index e697f49ae44..3bdbf2941a4 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_create.py @@ -19,13 +19,13 @@ class Create(AAZCommand): """Create a new trunked network or update the properties of the existing trunked network. :example: Create or update trunked network - az networkcloud trunkednetwork create --resource-group "resourceGroupName" --name "trunkedNetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --hybrid-aks-plugin-type "DPDK" --interface-name "eth0" --isolation-domain-ids "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/l2IsolationDomainName" "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlans 12 14 --tags key1="myvalue1" key2="myvalue2" + az networkcloud trunkednetwork create --resource-group "resourceGroupName" --name "trunkedNetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --interface-name "eth0" --isolation-domain-ids "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/l2IsolationDomainName" "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName" --vlans 12 14 --tags key1="myvalue1" key2="myvalue2" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2023-05-01-preview"], ] } @@ -61,13 +61,6 @@ def _build_arguments_schema(cls, *args, **kwargs): # define Arg Group "Properties" _args_schema = cls._args_schema - _args_schema.hybrid_aks_plugin_type = AAZStrArg( - options=["--hybrid-aks-plugin-type"], - arg_group="Properties", - help="The network plugin type for Hybrid AKS.", - default="SRIOV", - enum={"DPDK": "DPDK", "OSDevice": "OSDevice", "SRIOV": "SRIOV"}, - ) _args_schema.interface_name = AAZStrArg( options=["--interface-name"], arg_group="Properties", @@ -216,7 +209,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -253,7 +246,6 @@ def content(self): properties = _builder.get(".properties") if properties is not None: - properties.set_prop("hybridAksPluginType", AAZStrType, ".hybrid_aks_plugin_type") properties.set_prop("interfaceName", AAZStrType, ".interface_name") properties.set_prop("isolationDomainIds", AAZListType, ".isolation_domain_ids", typ_kwargs={"flags": {"required": True}}) properties.set_prop("vlans", AAZListType, ".vlans", typ_kwargs={"flags": {"required": True}}) @@ -324,6 +316,10 @@ def _build_schema_on_200_201(cls): ) properties = cls._schema_on_200_201.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -362,6 +358,9 @@ def _build_schema_on_200_201(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200_201.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200_201.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py index 115d23b3a86..efc8931fc83 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2023-05-01-preview"], ] } @@ -147,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py index 5bb479fac4b..b8b4fc59e10 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/trunkednetworks", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/trunkednetworks", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -194,6 +194,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -232,6 +236,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() @@ -309,7 +316,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -385,6 +392,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.value.Element.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -423,6 +434,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.value.Element.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.value.Element.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py index e87f547bbab..5fe285ca1cb 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -191,6 +191,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -229,6 +233,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py index 2be5e148df8..42d85f8cccf 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2023-05-01-preview"], ] } @@ -136,7 +136,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -221,6 +221,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -259,6 +263,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py index 0c44dee1e93..e5ad3f42628 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/trunkednetwork/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/trunkednetworks/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -186,6 +186,10 @@ def _build_schema_on_200(cls): ) properties = cls._schema_on_200.properties + properties.associated_resource_ids = AAZListType( + serialized_name="associatedResourceIds", + flags={"read_only": True}, + ) properties.cluster_id = AAZStrType( serialized_name="clusterId", flags={"read_only": True}, @@ -224,6 +228,9 @@ def _build_schema_on_200(cls): flags={"required": True}, ) + associated_resource_ids = cls._schema_on_200.properties.associated_resource_ids + associated_resource_ids.Element = AAZStrType() + hybrid_aks_clusters_associated_ids = cls._schema_on_200.properties.hybrid_aks_clusters_associated_ids hybrid_aks_clusters_associated_ids.Element = AAZStrType() diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py index e19efe86a3b..665fd03bd00 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_create.py @@ -19,13 +19,13 @@ class Create(AAZCommand): """Create a new virtual machine or update the properties of the existing virtual machine. :example: Create virtual machine - az networkcloud virtualmachine create --resource-group "resourceGroupName" --name "virtualMachineName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --admin-username "admin" --boot-method "UEFI" --cloud-services-network-attachment attached-network-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/CloudServicesNetworks/cloudServicesNetworkName" --cpu-cores 2 --isolate-emulator-thread "True" --memory-size 8 --network-attachments "[{attachedNetworkId:'/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName',defaultGateway:'True',ipAllocationMethod:'Dynamic',ipv4Address:'198.51.100.1',ipv6Address:'2001:0db8:0000:0000:0000:0000:0000:0000',networkAttachmentName:'networkAttachmentName'}]" --network-data "bmV0d29ya0RhdGVTYW1wbGU=" --placement-hints "[{hintType:'Affinity',resourceId:'/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/racks/rackName',schedulingExecution:'Hard,scope:''}]" --ssh-key-values "ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT= admin@vm" --storage-profile disk-size=120 create-option="Ephemeral" delete-option="Delete" --tags key1="myvalues1" --tags key2="myvalues2" --user-data "dXNlckRhdGVTYW1wbGU=" --virtio-interface "Modern" --vm-image "myacr.azurecr.io/ubuntu-pw:20.04" --vm-image-repository-credentials password="password" registry-url="myacr.azurecr.io" username="username" + az networkcloud virtualmachine create --resource-group "resourceGroupName" --name "virtualMachineName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --admin-username "admin" --boot-method "UEFI" --cloud-services-network-attachment attached-network-id="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/CloudServicesNetworks/cloudServicesNetworkName" --cpu-cores 2 --memory-size 8 --network-attachments "[{attachedNetworkId:'/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/l3Networks/l3NetworkName',defaultGateway:'True',ipAllocationMethod:'Dynamic',ipv4Address:'198.51.100.1',ipv6Address:'2001:0db8:0000:0000:0000:0000:0000:0000',networkAttachmentName:'networkAttachmentName'}]" --network-data "bmV0d29ya0RhdGVTYW1wbGU=" --placement-hints "[{hintType:'Affinity',resourceId:'/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/racks/rackName',schedulingExecution:'Hard,scope:''}]" --ssh-key-values "ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT= admin@vm" --storage-profile disk-size=120 create-option="Ephemeral" delete-option="Delete" --tags key1="myvalues1" --tags key2="myvalues2" --user-data "dXNlckRhdGVTYW1wbGU=" --vm-device-model "T2" --vm-image "myacr.azurecr.io/ubuntu-pw:20.04" --vm-image-repository-credentials password="password" registry-url="myacr.azurecr.io" username="username" """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2023-05-01-preview"], ] } @@ -58,12 +58,12 @@ def _build_arguments_schema(cls, *args, **kwargs): ), ) - # define Arg Group "Properties" + # define Arg Group "Authentication" _args_schema = cls._args_schema _args_schema.admin_username = AAZStrArg( options=["--admin-username"], - arg_group="Properties", + arg_group="Authentication", help="The name of the administrator to which the ssh public keys will be added into the authorized keys.", required=True, fmt=AAZStrArgFormat( @@ -72,6 +72,10 @@ def _build_arguments_schema(cls, *args, **kwargs): min_length=1, ), ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema _args_schema.boot_method = AAZStrArg( options=["--boot-method"], arg_group="Properties", @@ -94,13 +98,6 @@ def _build_arguments_schema(cls, *args, **kwargs): minimum=2, ), ) - _args_schema.isolate_emulator_thread = AAZStrArg( - options=["--isolate-emulator-thread"], - arg_group="Properties", - help="Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine.", - default="True", - enum={"False": "False", "True": "True"}, - ) _args_schema.memory_size_gb = AAZIntArg( options=["--memory-size", "--memory-size-gb"], arg_group="Properties", @@ -141,13 +138,6 @@ def _build_arguments_schema(cls, *args, **kwargs): arg_group="Properties", help="The Base64 encoded cloud-init user data.", ) - _args_schema.virtio_interface = AAZStrArg( - options=["--vi", "--virtio-interface"], - arg_group="Properties", - help="Field Deprecated, use virtualizationModel instead. The type of the virtio interface.", - default="Modern", - enum={"Modern": "Modern", "Transitional": "Transitional"}, - ) _args_schema.vm_device_model = AAZStrArg( options=["--vm-device-model"], arg_group="Properties", @@ -449,7 +439,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -490,7 +480,6 @@ def content(self): properties.set_prop("bootMethod", AAZStrType, ".boot_method") properties.set_prop("cloudServicesNetworkAttachment", AAZObjectType, ".cloud_services_network_attachment", typ_kwargs={"flags": {"required": True}}) properties.set_prop("cpuCores", AAZIntType, ".cpu_cores", typ_kwargs={"flags": {"required": True}}) - properties.set_prop("isolateEmulatorThread", AAZStrType, ".isolate_emulator_thread") properties.set_prop("memorySizeGB", AAZIntType, ".memory_size_gb", typ_kwargs={"flags": {"required": True}}) properties.set_prop("networkAttachments", AAZListType, ".network_attachments") properties.set_prop("networkData", AAZStrType, ".network_data") @@ -498,7 +487,6 @@ def content(self): properties.set_prop("sshPublicKeys", AAZListType, ".ssh_public_keys") properties.set_prop("storageProfile", AAZObjectType, ".storage_profile", typ_kwargs={"flags": {"required": True}}) properties.set_prop("userData", AAZStrType, ".user_data") - properties.set_prop("virtioInterface", AAZStrType, ".virtio_interface") properties.set_prop("vmDeviceModel", AAZStrType, ".vm_device_model") properties.set_prop("vmImage", AAZStrType, ".vm_image", typ_kwargs={"flags": {"required": True}}) properties.set_prop("vmImageRepositoryCredentials", AAZObjectType, ".vm_image_repository_credentials") @@ -627,6 +615,10 @@ def _build_schema_on_200_201(cls): serialized_name="adminUsername", flags={"required": True}, ) + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) properties.bare_metal_machine_id = AAZStrType( serialized_name="bareMetalMachineId", flags={"read_only": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py index 9f4118a828e..7ff1c6fb960 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_delete.py @@ -24,9 +24,9 @@ class Delete(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2023-05-01-preview"], ] } @@ -147,7 +147,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py index a1986e3dbd7..c468e19fea6 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_list.py @@ -26,10 +26,10 @@ class List(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/virtualmachines", "2022-12-12-preview"], - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/virtualmachines", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines", "2023-05-01-preview"], ] } @@ -118,7 +118,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -198,6 +198,10 @@ def _build_schema_on_200(cls): serialized_name="adminUsername", flags={"required": True}, ) + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) properties.bare_metal_machine_id = AAZStrType( serialized_name="bareMetalMachineId", flags={"read_only": True}, @@ -464,7 +468,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -544,6 +548,10 @@ def _build_schema_on_200(cls): serialized_name="adminUsername", flags={"required": True}, ) + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) properties.bare_metal_machine_id = AAZStrType( serialized_name="bareMetalMachineId", flags={"read_only": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py index 7e52a6e399f..4d4b014cda4 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_power_off.py @@ -23,9 +23,9 @@ class PowerOff(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/poweroff", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/poweroff", "2023-05-01-preview"], ] } @@ -98,25 +98,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -161,7 +161,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -190,28 +190,28 @@ def content(self): return self.serialize_content(_content_value) - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _PowerOffHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _PowerOffHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _PowerOffHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py index ce7a3f2579f..859fdf7237b 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_reimage.py @@ -23,9 +23,9 @@ class Reimage(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/reimage", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/reimage", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _ReimageHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _ReimageHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _ReimageHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py index e0ae3ce0567..963b7a20c4f 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_restart.py @@ -23,9 +23,9 @@ class Restart(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/restart", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/restart", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _RestartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _RestartHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _RestartHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py index 34e49596aeb..615918061f5 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_show.py @@ -23,9 +23,9 @@ class Show(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2023-05-01-preview"], ] } @@ -124,7 +124,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -195,6 +195,10 @@ def _build_schema_on_200(cls): serialized_name="adminUsername", flags={"required": True}, ) + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) properties.bare_metal_machine_id = AAZStrType( serialized_name="bareMetalMachineId", flags={"read_only": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py index 5f2cfffdb6b..6fb94b83c20 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_start.py @@ -23,9 +23,9 @@ class Start(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/start", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/start", "2023-05-01-preview"], ] } @@ -87,25 +87,25 @@ def __call__(self, *args, **kwargs): return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [200]: + if session.http_response.status_code in [204]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_200, + self.on_204, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, ) - if session.http_response.status_code in [204]: + if session.http_response.status_code in [200, 201]: return self.client.build_lro_polling( self.ctx.args.no_wait, session, - self.on_204, + self.on_200_201, self.on_error, lro_options={"final-state-via": "location"}, path_format_arguments=self.url_parameters, @@ -150,7 +150,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -165,28 +165,28 @@ def header_parameters(self): } return parameters - def on_200(self, session): + def on_204(self, session): + pass + + def on_200_201(self, session): data = self.deserialize_http_content(session) self.ctx.set_var( "instance", data, - schema_builder=self._build_schema_on_200 + schema_builder=self._build_schema_on_200_201 ) - _schema_on_200 = None + _schema_on_200_201 = None @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 - - cls._schema_on_200 = AAZObjectType() - _StartHelper._build_schema_operation_status_result_read(cls._schema_on_200) + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - return cls._schema_on_200 + cls._schema_on_200_201 = AAZObjectType() + _StartHelper._build_schema_operation_status_result_read(cls._schema_on_200_201) - def on_204(self, session): - pass + return cls._schema_on_200_201 class _StartHelper: diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py index f38eb4a4a87..1613104e096 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_update.py @@ -23,9 +23,9 @@ class Update(AAZCommand): """ _aaz_info = { - "version": "2022-12-12-preview", + "version": "2023-05-01-preview", "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2023-05-01-preview"], ] } @@ -185,7 +185,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -309,6 +309,10 @@ def _build_schema_virtual_machine_read(cls, _schema): serialized_name="adminUsername", flags={"required": True}, ) + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) properties.bare_metal_machine_id = AAZStrType( serialized_name="bareMetalMachineId", flags={"read_only": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py index 416db8d37ae..4bf6ff6c696 100644 --- a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/_wait.py @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand): _aaz_info = { "resources": [ - ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2022-12-12-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}", "2023-05-01-preview"], ] } @@ -119,7 +119,7 @@ def url_parameters(self): def query_parameters(self): parameters = { **self.serialize_query_param( - "api-version", "2022-12-12-preview", + "api-version", "2023-05-01-preview", required=True, ), } @@ -190,6 +190,10 @@ def _build_schema_on_200(cls): serialized_name="adminUsername", flags={"required": True}, ) + properties.availability_zone = AAZStrType( + serialized_name="availabilityZone", + flags={"read_only": True}, + ) properties.bare_metal_machine_id = AAZStrType( serialized_name="bareMetalMachineId", flags={"read_only": True}, diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__cmd_group.py new file mode 100644 index 00000000000..30043ef82fe --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud virtualmachine console", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage virtual machine's console + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/__init__.py @@ -0,0 +1,17 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_create.py new file mode 100644 index 00000000000..9280c83324f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_create.py @@ -0,0 +1,398 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine console create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new virtual machine console or update the properties of the existing virtual machine console. + + A single console is allowed for each virtual machine and is always named 'default'. + + :example: Create or update virtual machine console + az networkcloud virtualmachine console create --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "location" --enabled "True" --expiration "2024-06-01T01:27:03.008Z" --ssh-public-key key-data="ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT/ojNZfpB3af/YDzwQCZgTcTRyNNhL4o/blKUmug0daSsSXISTRnIDpcf5qytjs1Xo+yYyJMvzLL59mhAyb3p/cD+Y3/s3WhAx+l0XOKpzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" --virtual-machine-name "virtualMachineName" + + :example: Create or update virtual machine console with SSH key file + az networkcloud virtualmachine console create --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterManagerExtendedLocationName" type="CustomLocation" --location "location" --enabled "True" --expiration "2024-06-01T01:27:03.008Z" --ssh-public-key key-data=~/.ssh/id_rsa.pub --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" --virtual-machine-name "virtualMachineName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/consoles/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.console_name = AAZStrArg( + options=["-n", "--name", "--console-name"], + help="The name of the virtual machine console.", + required=True, + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "ConsoleParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="ConsoleParameters", + help="The extended location of the cluster manager associated with the cluster this virtual machine is created on.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="ConsoleParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="ConsoleParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.enabled = AAZStrArg( + options=["--enabled"], + arg_group="Properties", + help="The indicator of whether the console access is enabled.", + required=True, + enum={"False": "False", "True": "True"}, + ) + _args_schema.expiration = AAZDateTimeArg( + options=["--expiration"], + arg_group="Properties", + help="The date and time after which the key will be disallowed access.", + ) + _args_schema.ssh_public_key = AAZObjectArg( + options=["--ssh-public-key"], + arg_group="Properties", + help="The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.", + required=True, + ) + + ssh_public_key = cls._args_schema.ssh_public_key + ssh_public_key.key_data = AAZStrArg( + options=["key-data"], + help="The public ssh key of the user.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ConsolesCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ConsolesCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/consoles/{consoleName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "consoleName", self.ctx.args.console_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("enabled", AAZStrType, ".enabled", typ_kwargs={"flags": {"required": True}}) + properties.set_prop("expiration", AAZStrType, ".expiration") + properties.set_prop("sshPublicKey", AAZObjectType, ".ssh_public_key", typ_kwargs={"flags": {"required": True}}) + + ssh_public_key = _builder.get(".properties.sshPublicKey") + if ssh_public_key is not None: + ssh_public_key.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enabled = AAZStrType( + flags={"required": True}, + ) + properties.expiration = AAZStrType() + properties.private_link_service_id = AAZStrType( + serialized_name="privateLinkServiceId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + properties.virtual_machine_access_id = AAZStrType( + serialized_name="virtualMachineAccessId", + flags={"read_only": True}, + ) + + ssh_public_key = cls._schema_on_200_201.properties.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_delete.py new file mode 100644 index 00000000000..264002f10de --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_delete.py @@ -0,0 +1,180 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine console delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided virtual machine console. + + :example: Delete virtual machine console + az networkcloud virtualmachine console delete --resource-group "resourceGroupName" --virtual-machine-name "virtualMachineName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/consoles/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.console_name = AAZStrArg( + options=["-n", "--name", "--console-name"], + help="The name of the virtual machine console.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ConsolesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class ConsolesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/consoles/{consoleName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "consoleName", self.ctx.args.console_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_list.py new file mode 100644 index 00000000000..0b87729fe9c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_list.py @@ -0,0 +1,267 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine console list", + is_experimental=True, +) +class List(AAZCommand): + """List consoles of the virtual machine. + + :example: List consoles of the virtual machine + az networkcloud virtualmachine console list --resource-group "resourceGroupName" --virtual-machine-name "virtualMachineName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/consoles", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ConsolesListByVirtualMachine(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class ConsolesListByVirtualMachine(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/consoles", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enabled = AAZStrType( + flags={"required": True}, + ) + properties.expiration = AAZStrType() + properties.private_link_service_id = AAZStrType( + serialized_name="privateLinkServiceId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + properties.virtual_machine_access_id = AAZStrType( + serialized_name="virtualMachineAccessId", + flags={"read_only": True}, + ) + + ssh_public_key = cls._schema_on_200.value.Element.properties.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_show.py new file mode 100644 index 00000000000..128562a7bfe --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_show.py @@ -0,0 +1,272 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine console show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided virtual machine console. + + :example: Get virtual machine console + az networkcloud virtualmachine console show --resource-group "resourceGroupName" --virtual-machine-name "virtualMachineName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/consoles/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.console_name = AAZStrArg( + options=["-n", "--name", "--console-name"], + help="The name of the virtual machine console.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ConsolesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ConsolesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/consoles/{consoleName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "consoleName", self.ctx.args.console_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enabled = AAZStrType( + flags={"required": True}, + ) + properties.expiration = AAZStrType() + properties.private_link_service_id = AAZStrType( + serialized_name="privateLinkServiceId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + properties.virtual_machine_access_id = AAZStrType( + serialized_name="virtualMachineAccessId", + flags={"read_only": True}, + ) + + ssh_public_key = cls._schema_on_200.properties.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_update.py new file mode 100644 index 00000000000..69263888f97 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_update.py @@ -0,0 +1,390 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine console update", + is_experimental=True, +) +class Update(AAZCommand): + """Update the properties of the provided virtual machine console, or update the tags associated with the virtual machine console. Properties and tag updates can be done independently. + + :example: Patch virtual machine console + az networkcloud virtualmachine console update --enabled "True" --expiration "2022-06-01T01:27:03.008Z" --ssh-public-key key-data="ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT/ojNZfpB3af/YDzwQCZgTcTRyNNhL4o/blKUmug0daSsSXISTRnIDpcf5qytjs1Xo+yYyJMvzLL59mhAyb3p/cD+Y3/s3WhAx+l0XOKpzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" --virtual-machine-name "virtualMachineName" + + :example: Patch virtual machine console with SSH key file + az networkcloud virtualmachine console update --enabled "True" --expiration "2022-06-01T01:27:03.008Z" --ssh-public-key key-data=~/.ssh/id_rsa.pub --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName" --virtual-machine-name "virtualMachineName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/consoles/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.console_name = AAZStrArg( + options=["-n", "--name", "--console-name"], + help="The name of the virtual machine console.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "ConsoleUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="ConsoleUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.enabled = AAZStrArg( + options=["--enabled"], + arg_group="Properties", + help="The credentials used to login to the image repository that has access to the specified image.", + enum={"False": "False", "True": "True"}, + ) + _args_schema.expiration = AAZDateTimeArg( + options=["--expiration"], + arg_group="Properties", + help="The date and time after which the key will be disallowed access.", + ) + _args_schema.ssh_public_key = AAZObjectArg( + options=["--ssh-public-key"], + arg_group="Properties", + help="The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.", + ) + + ssh_public_key = cls._args_schema.ssh_public_key + ssh_public_key.key_data = AAZStrArg( + options=["key-data"], + help="The public ssh key of the user.", + required=True, + fmt=AAZStrArgFormat( + min_length=1, + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.ConsolesUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class ConsolesUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/consoles/{consoleName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "consoleName", self.ctx.args.console_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("properties", AAZObjectType, typ_kwargs={"flags": {"client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("enabled", AAZStrType, ".enabled") + properties.set_prop("expiration", AAZStrType, ".expiration") + properties.set_prop("sshPublicKey", AAZObjectType, ".ssh_public_key") + + ssh_public_key = _builder.get(".properties.sshPublicKey") + if ssh_public_key is not None: + ssh_public_key.set_prop("keyData", AAZStrType, ".key_data", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + _UpdateHelper._build_schema_console_read(cls._schema_on_200) + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + _schema_console_read = None + + @classmethod + def _build_schema_console_read(cls, _schema): + if cls._schema_console_read is not None: + _schema.extended_location = cls._schema_console_read.extended_location + _schema.id = cls._schema_console_read.id + _schema.location = cls._schema_console_read.location + _schema.name = cls._schema_console_read.name + _schema.properties = cls._schema_console_read.properties + _schema.system_data = cls._schema_console_read.system_data + _schema.tags = cls._schema_console_read.tags + _schema.type = cls._schema_console_read.type + return + + cls._schema_console_read = _schema_console_read = AAZObjectType() + + console_read = _schema_console_read + console_read.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + console_read.id = AAZStrType( + flags={"read_only": True}, + ) + console_read.location = AAZStrType( + flags={"required": True}, + ) + console_read.name = AAZStrType( + flags={"read_only": True}, + ) + console_read.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + console_read.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + console_read.tags = AAZDictType() + console_read.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = _schema_console_read.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = _schema_console_read.properties + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enabled = AAZStrType( + flags={"required": True}, + ) + properties.expiration = AAZStrType() + properties.private_link_service_id = AAZStrType( + serialized_name="privateLinkServiceId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + properties.virtual_machine_access_id = AAZStrType( + serialized_name="virtualMachineAccessId", + flags={"read_only": True}, + ) + + ssh_public_key = _schema_console_read.properties.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + system_data = _schema_console_read.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = _schema_console_read.tags + tags.Element = AAZStrType() + + _schema.extended_location = cls._schema_console_read.extended_location + _schema.id = cls._schema_console_read.id + _schema.location = cls._schema_console_read.location + _schema.name = cls._schema_console_read.name + _schema.properties = cls._schema_console_read.properties + _schema.system_data = cls._schema_console_read.system_data + _schema.tags = cls._schema_console_read.tags + _schema.type = cls._schema_console_read.type + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_wait.py new file mode 100644 index 00000000000..8771b619ed5 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/virtualmachine/console/_wait.py @@ -0,0 +1,267 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud virtualmachine console wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/virtualmachines/{}/consoles/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.console_name = AAZStrArg( + options=["-n", "--name", "--console-name"], + help="The name of the virtual machine console.", + required=True, + id_part="child_name_1", + fmt=AAZStrArgFormat( + pattern="^default$", + ), + ) + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.virtual_machine_name = AAZStrArg( + options=["--virtual-machine-name"], + help="The name of the virtual machine.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.ConsolesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class ConsolesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}/consoles/{consoleName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "consoleName", self.ctx.args.console_name, + required=True, + ), + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "virtualMachineName", self.ctx.args.virtual_machine_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.enabled = AAZStrType( + flags={"required": True}, + ) + properties.expiration = AAZStrType() + properties.private_link_service_id = AAZStrType( + serialized_name="privateLinkServiceId", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.ssh_public_key = AAZObjectType( + serialized_name="sshPublicKey", + flags={"required": True}, + ) + properties.virtual_machine_access_id = AAZStrType( + serialized_name="virtualMachineAccessId", + flags={"read_only": True}, + ) + + ssh_public_key = cls._schema_on_200.properties.ssh_public_key + ssh_public_key.key_data = AAZStrType( + serialized_name="keyData", + flags={"required": True}, + ) + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__cmd_group.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__cmd_group.py new file mode 100644 index 00000000000..e500714c4fa --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__cmd_group.py @@ -0,0 +1,24 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command_group( + "networkcloud volume", + is_experimental=True, +) +class __CMDGroup(AAZCommandGroup): + """Manage volume + """ + pass + + +__all__ = ["__CMDGroup"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__init__.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__init__.py new file mode 100644 index 00000000000..db73033039b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/__init__.py @@ -0,0 +1,17 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from .__cmd_group import * +from ._create import * +from ._delete import * +from ._list import * +from ._show import * +from ._update import * +from ._wait import * diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_create.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_create.py new file mode 100644 index 00000000000..62ab86de2a6 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_create.py @@ -0,0 +1,349 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud volume create", + is_experimental=True, +) +class Create(AAZCommand): + """Create a new volume or update the properties of the existing one. + + :example: Create or update volume + az networkcloud volume create --resource-group "resourceGroupName" --name "volumeName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --size 10000 --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/volumes/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.volume_name = AAZStrArg( + options=["-n", "--name", "--volume-name"], + help="The name of the volume.", + required=True, + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "Properties" + + _args_schema = cls._args_schema + _args_schema.size_mib = AAZIntArg( + options=["--size", "--size-mib"], + arg_group="Properties", + help="The size of the allocation for this volume in Mebibytes.", + required=True, + fmt=AAZIntArgFormat( + minimum=1, + ), + ) + + # define Arg Group "VolumeParameters" + + _args_schema = cls._args_schema + _args_schema.extended_location = AAZObjectArg( + options=["--extended-location"], + arg_group="VolumeParameters", + help="The extended location of the cluster associated with the resource.", + required=True, + ) + _args_schema.location = AAZResourceLocationArg( + arg_group="VolumeParameters", + help="The geo-location where the resource lives", + required=True, + fmt=AAZResourceLocationArgFormat( + resource_group_arg="resource_group", + ), + ) + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="VolumeParameters", + help="Resource tags.", + ) + + extended_location = cls._args_schema.extended_location + extended_location.name = AAZStrArg( + options=["name"], + help="The resource ID of the extended location on which the resource will be created.", + required=True, + ) + extended_location.type = AAZStrArg( + options=["type"], + help="The extended location type, for example, CustomLocation.", + required=True, + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VolumesCreateOrUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VolumesCreateOrUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200, 201]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200_201, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/volumes/{volumeName}", + **self.url_parameters + ) + + @property + def method(self): + return "PUT" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "volumeName", self.ctx.args.volume_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"required": True, "client_flatten": True}} + ) + _builder.set_prop("extendedLocation", AAZObjectType, ".extended_location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("location", AAZStrType, ".location", typ_kwargs={"flags": {"required": True}}) + _builder.set_prop("properties", AAZObjectType, ".", typ_kwargs={"flags": {"required": True, "client_flatten": True}}) + _builder.set_prop("tags", AAZDictType, ".tags") + + extended_location = _builder.get(".extendedLocation") + if extended_location is not None: + extended_location.set_prop("name", AAZStrType, ".name", typ_kwargs={"flags": {"required": True}}) + extended_location.set_prop("type", AAZStrType, ".type", typ_kwargs={"flags": {"required": True}}) + + properties = _builder.get(".properties") + if properties is not None: + properties.set_prop("sizeMiB", AAZIntType, ".size_mib", typ_kwargs={"flags": {"required": True}}) + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200_201(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200_201 + ) + + _schema_on_200_201 = None + + @classmethod + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 + + cls._schema_on_200_201 = AAZObjectType() + + _schema_on_200_201 = cls._schema_on_200_201 + _schema_on_200_201.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200_201.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200_201.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200_201.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200_201.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200_201.tags = AAZDictType() + _schema_on_200_201.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200_201.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200_201.properties + properties.attached_to = AAZListType( + serialized_name="attachedTo", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + properties.size_mi_b = AAZIntType( + serialized_name="sizeMiB", + flags={"required": True}, + ) + + attached_to = cls._schema_on_200_201.properties.attached_to + attached_to.Element = AAZStrType() + + system_data = cls._schema_on_200_201.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200_201.tags + tags.Element = AAZStrType() + + return cls._schema_on_200_201 + + +class _CreateHelper: + """Helper class for Create""" + + +__all__ = ["Create"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_delete.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_delete.py new file mode 100644 index 00000000000..a26bbc00210 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_delete.py @@ -0,0 +1,167 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud volume delete", + is_experimental=True, + confirmation="Are you sure you want to perform this operation?", +) +class Delete(AAZCommand): + """Delete the provided volume. + + :example: Delete volume + az networkcloud volume delete --resource-group "resourceGroupName" --name "volumeName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/volumes/{}", "2023-05-01-preview"], + ] + } + + AZ_SUPPORT_NO_WAIT = True + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_lro_poller(self._execute_operations, None) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.volume_name = AAZStrArg( + options=["-n", "--name", "--volume-name"], + help="The name of the volume.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + yield self.VolumesDelete(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + class VolumesDelete(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [200]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + if session.http_response.status_code in [204]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_204, + self.on_error, + lro_options={"final-state-via": "location"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/volumes/{volumeName}", + **self.url_parameters + ) + + @property + def method(self): + return "DELETE" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "volumeName", self.ctx.args.volume_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + def on_200(self, session): + pass + + def on_204(self, session): + pass + + +class _DeleteHelper: + """Helper class for Delete""" + + +__all__ = ["Delete"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_list.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_list.py new file mode 100644 index 00000000000..f775ab0d983 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_list.py @@ -0,0 +1,424 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud volume list", + is_experimental=True, +) +class List(AAZCommand): + """List volumes in the provided resource group or subscription. + + :example: List volumes for resource group + az networkcloud volume list --resource-group "resourceGroupName" + + :example: List volumes for subscription + az networkcloud volume list + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/providers/microsoft.networkcloud/volumes", "2023-05-01-preview"], + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/volumes", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + return self.build_paging(self._execute_operations, self._output) + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + condition_0 = has_value(self.ctx.args.resource_group) and has_value(self.ctx.subscription_id) + condition_1 = has_value(self.ctx.subscription_id) and has_value(self.ctx.args.resource_group) is not True + if condition_0: + self.VolumesListByResourceGroup(ctx=self.ctx)() + if condition_1: + self.VolumesListBySubscription(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance.value, client_flatten=True) + next_link = self.deserialize_output(self.ctx.vars.instance.next_link) + return result, next_link + + class VolumesListByResourceGroup(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/volumes", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.attached_to = AAZListType( + serialized_name="attachedTo", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + properties.size_mi_b = AAZIntType( + serialized_name="sizeMiB", + flags={"required": True}, + ) + + attached_to = cls._schema_on_200.value.Element.properties.attached_to + attached_to.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + class VolumesListBySubscription(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/volumes", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.next_link = AAZStrType( + serialized_name="nextLink", + ) + _schema_on_200.value = AAZListType() + + value = cls._schema_on_200.value + value.Element = AAZObjectType() + + _element = cls._schema_on_200.value.Element + _element.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _element.id = AAZStrType( + flags={"read_only": True}, + ) + _element.location = AAZStrType( + flags={"required": True}, + ) + _element.name = AAZStrType( + flags={"read_only": True}, + ) + _element.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _element.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _element.tags = AAZDictType() + _element.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.value.Element.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.value.Element.properties + properties.attached_to = AAZListType( + serialized_name="attachedTo", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + properties.size_mi_b = AAZIntType( + serialized_name="sizeMiB", + flags={"required": True}, + ) + + attached_to = cls._schema_on_200.value.Element.properties.attached_to + attached_to.Element = AAZStrType() + + system_data = cls._schema_on_200.value.Element.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.value.Element.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ListHelper: + """Helper class for List""" + + +__all__ = ["List"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_show.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_show.py new file mode 100644 index 00000000000..19ad79fed20 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_show.py @@ -0,0 +1,252 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud volume show", + is_experimental=True, +) +class Show(AAZCommand): + """Get properties of the provided volume. + + :example: Get volume + az networkcloud volume show --resource-group "resourceGroupName" --name "volumeName" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/volumes/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.volume_name = AAZStrArg( + options=["-n", "--name", "--volume-name"], + help="The name of the volume.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.VolumesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VolumesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/volumes/{volumeName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "volumeName", self.ctx.args.volume_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.attached_to = AAZListType( + serialized_name="attachedTo", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + properties.size_mi_b = AAZIntType( + serialized_name="sizeMiB", + flags={"required": True}, + ) + + attached_to = cls._schema_on_200.properties.attached_to + attached_to.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _ShowHelper: + """Helper class for Show""" + + +__all__ = ["Show"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_update.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_update.py new file mode 100644 index 00000000000..d359859f860 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_update.py @@ -0,0 +1,282 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud volume update", + is_experimental=True, +) +class Update(AAZCommand): + """Update tags associated with the provided volume. + + :example: Update tags for volume + az networkcloud volume update --resource-group "resourceGroupName" --name "volumeName" --tags key1="myvalue1" key2="myvalue2" + """ + + _aaz_info = { + "version": "2023-05-01-preview", + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/volumes/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.volume_name = AAZStrArg( + options=["-n", "--name", "--volume-name"], + help="The name of the volume.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9])$", + ), + ) + + # define Arg Group "VolumeUpdateParameters" + + _args_schema = cls._args_schema + _args_schema.tags = AAZDictArg( + options=["--tags"], + arg_group="VolumeUpdateParameters", + help="The Azure resource tags that will replace the existing ones.", + ) + + tags = cls._args_schema.tags + tags.Element = AAZStrArg() + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.VolumesUpdate(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + class VolumesUpdate(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/volumes/{volumeName}", + **self.url_parameters + ) + + @property + def method(self): + return "PATCH" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "volumeName", self.ctx.args.volume_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Content-Type", "application/json", + ), + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + @property + def content(self): + _content_value, _builder = self.new_content_builder( + self.ctx.args, + typ=AAZObjectType, + typ_kwargs={"flags": {"client_flatten": True}} + ) + _builder.set_prop("tags", AAZDictType, ".tags") + + tags = _builder.get(".tags") + if tags is not None: + tags.set_elements(AAZStrType, ".") + + return self.serialize_content(_content_value) + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.attached_to = AAZListType( + serialized_name="attachedTo", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + properties.size_mi_b = AAZIntType( + serialized_name="sizeMiB", + flags={"required": True}, + ) + + attached_to = cls._schema_on_200.properties.attached_to + attached_to.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _UpdateHelper: + """Helper class for Update""" + + +__all__ = ["Update"] diff --git a/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_wait.py b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_wait.py new file mode 100644 index 00000000000..4dda8726de3 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/aaz/latest/networkcloud/volume/_wait.py @@ -0,0 +1,247 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Code generated by aaz-dev-tools +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from azure.cli.core.aaz import * + + +@register_command( + "networkcloud volume wait", +) +class Wait(AAZWaitCommand): + """Place the CLI in a waiting state until a condition is met. + """ + + _aaz_info = { + "resources": [ + ["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/volumes/{}", "2023-05-01-preview"], + ] + } + + def _handler(self, command_args): + super()._handler(command_args) + self._execute_operations() + return self._output() + + _args_schema = None + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + if cls._args_schema is not None: + return cls._args_schema + cls._args_schema = super()._build_arguments_schema(*args, **kwargs) + + # define Arg Group "" + + _args_schema = cls._args_schema + _args_schema.resource_group = AAZResourceGroupNameArg( + required=True, + ) + _args_schema.volume_name = AAZStrArg( + options=["-n", "--name", "--volume-name"], + help="The name of the volume.", + required=True, + id_part="name", + fmt=AAZStrArgFormat( + pattern="^([a-zA-Z0-9][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9])$", + ), + ) + return cls._args_schema + + def _execute_operations(self): + self.pre_operations() + self.VolumesGet(ctx=self.ctx)() + self.post_operations() + + @register_callback + def pre_operations(self): + pass + + @register_callback + def post_operations(self): + pass + + def _output(self, *args, **kwargs): + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=False) + return result + + class VolumesGet(AAZHttpOperation): + CLIENT_TYPE = "MgmtClient" + + def __call__(self, *args, **kwargs): + request = self.make_request() + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200]: + return self.on_200(session) + + return self.on_error(session.http_response) + + @property + def url(self): + return self.client.format_url( + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/volumes/{volumeName}", + **self.url_parameters + ) + + @property + def method(self): + return "GET" + + @property + def error_format(self): + return "MgmtErrorFormat" + + @property + def url_parameters(self): + parameters = { + **self.serialize_url_param( + "resourceGroupName", self.ctx.args.resource_group, + required=True, + ), + **self.serialize_url_param( + "subscriptionId", self.ctx.subscription_id, + required=True, + ), + **self.serialize_url_param( + "volumeName", self.ctx.args.volume_name, + required=True, + ), + } + return parameters + + @property + def query_parameters(self): + parameters = { + **self.serialize_query_param( + "api-version", "2023-05-01-preview", + required=True, + ), + } + return parameters + + @property + def header_parameters(self): + parameters = { + **self.serialize_header_param( + "Accept", "application/json", + ), + } + return parameters + + def on_200(self, session): + data = self.deserialize_http_content(session) + self.ctx.set_var( + "instance", + data, + schema_builder=self._build_schema_on_200 + ) + + _schema_on_200 = None + + @classmethod + def _build_schema_on_200(cls): + if cls._schema_on_200 is not None: + return cls._schema_on_200 + + cls._schema_on_200 = AAZObjectType() + + _schema_on_200 = cls._schema_on_200 + _schema_on_200.extended_location = AAZObjectType( + serialized_name="extendedLocation", + flags={"required": True}, + ) + _schema_on_200.id = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.location = AAZStrType( + flags={"required": True}, + ) + _schema_on_200.name = AAZStrType( + flags={"read_only": True}, + ) + _schema_on_200.properties = AAZObjectType( + flags={"required": True, "client_flatten": True}, + ) + _schema_on_200.system_data = AAZObjectType( + serialized_name="systemData", + flags={"read_only": True}, + ) + _schema_on_200.tags = AAZDictType() + _schema_on_200.type = AAZStrType( + flags={"read_only": True}, + ) + + extended_location = cls._schema_on_200.extended_location + extended_location.name = AAZStrType( + flags={"required": True}, + ) + extended_location.type = AAZStrType( + flags={"required": True}, + ) + + properties = cls._schema_on_200.properties + properties.attached_to = AAZListType( + serialized_name="attachedTo", + flags={"read_only": True}, + ) + properties.detailed_status = AAZStrType( + serialized_name="detailedStatus", + flags={"read_only": True}, + ) + properties.detailed_status_message = AAZStrType( + serialized_name="detailedStatusMessage", + flags={"read_only": True}, + ) + properties.provisioning_state = AAZStrType( + serialized_name="provisioningState", + flags={"read_only": True}, + ) + properties.serial_number = AAZStrType( + serialized_name="serialNumber", + flags={"read_only": True}, + ) + properties.size_mi_b = AAZIntType( + serialized_name="sizeMiB", + flags={"required": True}, + ) + + attached_to = cls._schema_on_200.properties.attached_to + attached_to.Element = AAZStrType() + + system_data = cls._schema_on_200.system_data + system_data.created_at = AAZStrType( + serialized_name="createdAt", + ) + system_data.created_by = AAZStrType( + serialized_name="createdBy", + ) + system_data.created_by_type = AAZStrType( + serialized_name="createdByType", + ) + system_data.last_modified_at = AAZStrType( + serialized_name="lastModifiedAt", + ) + system_data.last_modified_by = AAZStrType( + serialized_name="lastModifiedBy", + ) + system_data.last_modified_by_type = AAZStrType( + serialized_name="lastModifiedByType", + ) + + tags = cls._schema_on_200.tags + tags.Element = AAZStrType() + + return cls._schema_on_200 + + +class _WaitHelper: + """Helper class for Wait""" + + +__all__ = ["Wait"] diff --git a/src/networkcloud/azext_networkcloud/azext_metadata.json b/src/networkcloud/azext_networkcloud/azext_metadata.json index daed0119d22..106e25ccf03 100644 --- a/src/networkcloud/azext_networkcloud/azext_metadata.json +++ b/src/networkcloud/azext_networkcloud/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.isExperimental": true, - "azext.minCliCoreVersion": "2.45.0" + "azext.minCliCoreVersion": "2.49.0" } \ No newline at end of file diff --git a/src/networkcloud/azext_networkcloud/commands.py b/src/networkcloud/azext_networkcloud/commands.py index d54b16b0919..effbfb1af5e 100644 --- a/src/networkcloud/azext_networkcloud/commands.py +++ b/src/networkcloud/azext_networkcloud/commands.py @@ -7,48 +7,298 @@ # pylint: disable=too-many-lines,import-outside-toplevel # pylint: disable=too-many-statements -''' Load Command model table importing custom commands''' +""" Load Command model table importing custom commands""" + +from ._format import ( + transform_child_resource_table_output, + transform_cluster_manager_table_output, + transform_hydrated_resource_table_output, + transform_rack_sku_table_output, + transform_resource_table_output, +) def load_command_table(self, _): # pylint: disable=unused-argument - ''' Custom code imported in this function is loaded via: - cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/__init__.py - ''' + """Custom code imported in this function is loaded via: + cli-ext/*/ext/src/networkcloud/azext_networkcloud/__init__.py + """ + # baremetalmachine - from .operations.baremetalmachine._run_command import RunCommand - self.command_table["networkcloud baremetalmachine run-command"] = RunCommand( - loader=self) - from .operations.baremetalmachine._run_read_command import \ - RunReadCommand - self.command_table["networkcloud baremetalmachine run-read-command"] = RunReadCommand( - loader=self) - from .operations.baremetalmachine._run_data_extract import \ - RunDataExtract - self.command_table["networkcloud baremetalmachine run-data-extract"] = RunDataExtract( - loader=self) + with self.command_group("networkcloud baremetalmachine"): + from .aaz.latest.networkcloud.baremetalmachine import List, Show + + self.command_table["networkcloud baremetalmachine show"] = Show( + loader=self, table_transformer=transform_hydrated_resource_table_output + ) + self.command_table["networkcloud baremetalmachine list"] = List( + loader=self, table_transformer=transform_hydrated_resource_table_output + ) + + from .operations.baremetalmachine._run_command import RunCommand + from .operations.baremetalmachine._run_read_command import RunReadCommand + from .operations.baremetalmachine._run_data_extract import RunDataExtract + + self.command_table["networkcloud baremetalmachine run-command"] = RunCommand( + loader=self + ) + self.command_table[ + "networkcloud baremetalmachine run-read-command" + ] = RunReadCommand(loader=self) + self.command_table[ + "networkcloud baremetalmachine run-data-extract" + ] = RunDataExtract(loader=self) + + # cloudservicesnetwork + with self.command_group("networkcloud cloudservicesnetwork"): + from .aaz.latest.networkcloud.cloudservicesnetwork import List, Show + + self.command_table["networkcloud cloudservicesnetwork show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud cloudservicesnetwork list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) # cluster - from .operations.cluster.metricsconfiguration._create import \ - ClusterMetricsConfigurationCreate - self.command_table["networkcloud cluster metricsconfiguration create"] = \ - ClusterMetricsConfigurationCreate(loader=self) - - from .operations.cluster.metricsconfiguration._update import \ - ClusterMetricsConfigurationUpdate - self.command_table["networkcloud cluster metricsconfiguration update"] = \ - ClusterMetricsConfigurationUpdate(loader=self) - - from .operations.cluster.metricsconfiguration._delete import \ - ClusterMetricsConfigurationDelete - self.command_table["networkcloud cluster metricsconfiguration delete"] = \ - ClusterMetricsConfigurationDelete(loader=self) - - from .operations.cluster.metricsconfiguration._show import \ - ClusterMetricsConfigurationShow - self.command_table["networkcloud cluster metricsconfiguration show"] = \ - ClusterMetricsConfigurationShow(loader=self) + with self.command_group("networkcloud cluster"): + from .aaz.latest.networkcloud.cluster import List, Show + + self.command_table["networkcloud cluster show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud cluster list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) + + # cluster baremetalmachinekeyset + with self.command_group("networkcloud cluster baremetalmachinekeyset"): + from .aaz.latest.networkcloud.cluster.baremetalmachinekeyset import List, Show + + self.command_table["networkcloud cluster baremetalmachinekeyset show"] = Show( + loader=self, table_transformer=transform_child_resource_table_output + ) + self.command_table["networkcloud cluster baremetalmachinekeyset list"] = List( + loader=self, table_transformer=transform_child_resource_table_output + ) + + # cluster bmckeyset + with self.command_group("networkcloud cluster bmckeyset"): + from .aaz.latest.networkcloud.cluster.bmckeyset import List, Show + + self.command_table["networkcloud cluster bmckeyset show"] = Show( + loader=self, table_transformer=transform_child_resource_table_output + ) + self.command_table["networkcloud cluster bmckeyset list"] = List( + loader=self, table_transformer=transform_child_resource_table_output + ) + + # cluster metricsconfiguration + with self.command_group("networkcloud cluster metricsconfiguration"): + from .aaz.latest.networkcloud.cluster.metricsconfiguration import List + + self.command_table["networkcloud cluster metricsconfiguration list"] = List( + loader=self, table_transformer=transform_child_resource_table_output + ) + + from .operations.cluster.metricsconfiguration._create import Create + from .operations.cluster.metricsconfiguration._update import Update + from .operations.cluster.metricsconfiguration._delete import Delete + from .operations.cluster.metricsconfiguration._show import Show + + self.command_table["networkcloud cluster metricsconfiguration create"] = Create( + loader=self + ) + self.command_table["networkcloud cluster metricsconfiguration update"] = Update( + loader=self + ) + self.command_table["networkcloud cluster metricsconfiguration delete"] = Delete( + loader=self + ) + self.command_table["networkcloud cluster metricsconfiguration show"] = Show( + loader=self, table_transformer=transform_child_resource_table_output + ) + + # clustermanager + with self.command_group("networkcloud clustermanager"): + from .aaz.latest.networkcloud.clustermanager import List, Show + + self.command_table["networkcloud clustermanager show"] = Show( + loader=self, table_transformer=transform_cluster_manager_table_output + ) + self.command_table["networkcloud clustermanager list"] = List( + loader=self, table_transformer=transform_cluster_manager_table_output + ) + + # defaultcninetwork + with self.command_group("networkcloud defaultcninetwork"): + from .aaz.latest.networkcloud.defaultcninetwork import List, Show + + self.command_table["networkcloud defaultcninetwork show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud defaultcninetwork list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) + + # hybridakscluster + with self.command_group("networkcloud hybridakscluster"): + from .aaz.latest.networkcloud.hybridakscluster import List, Show + + self.command_table["networkcloud hybridakscluster show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud hybridakscluster list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) + + # kubernetescluster + with self.command_group("networkcloud kubernetescluster"): + from .aaz.latest.networkcloud.kubernetescluster import List, Show + + self.command_table["networkcloud kubernetescluster show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud kubernetescluster list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) + + from .operations.kubernetescluster._create import Create + + self.command_table["networkcloud kubernetescluster create"] = Create( + loader=self + ) + + # kubernetescluster agentpool + with self.command_group("networkcloud kubernetescluster agentpool"): + from .aaz.latest.networkcloud.kubernetescluster.agentpool import List, Show + + self.command_table["networkcloud kubernetescluster agentpool show"] = Show( + loader=self, table_transformer=transform_child_resource_table_output + ) + self.command_table["networkcloud kubernetescluster agentpool list"] = List( + loader=self, table_transformer=transform_child_resource_table_output + ) + + from .operations.kubernetescluster.agentpool._create import Create + + self.command_table["networkcloud kubernetescluster agentpool create"] = Create( + loader=self + ) + + # l2network + with self.command_group("networkcloud l2network"): + from .aaz.latest.networkcloud.l2network import List, Show + + self.command_table["networkcloud l2network show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud l2network list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) + + # l3network + with self.command_group("networkcloud l3network"): + from .aaz.latest.networkcloud.l3network import List, Show + + self.command_table["networkcloud l3network show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud l3network list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) + + # rack + with self.command_group("networkcloud rack"): + from .aaz.latest.networkcloud.rack import List, Show + + self.command_table["networkcloud rack show"] = Show( + loader=self, table_transformer=transform_hydrated_resource_table_output + ) + self.command_table["networkcloud rack list"] = List( + loader=self, table_transformer=transform_hydrated_resource_table_output + ) + + # racksku + with self.command_group("networkcloud racksku"): + from .aaz.latest.networkcloud.racksku import List, Show + + self.command_table["networkcloud racksku show"] = Show( + loader=self, table_transformer=transform_rack_sku_table_output + ) + self.command_table["networkcloud racksku list"] = List( + loader=self, table_transformer=transform_rack_sku_table_output + ) + + # storageappliance + with self.command_group("networkcloud storageappliance"): + from .aaz.latest.networkcloud.storageappliance import List, Show + + self.command_table["networkcloud storageappliance show"] = Show( + loader=self, table_transformer=transform_hydrated_resource_table_output + ) + self.command_table["networkcloud storageappliance list"] = List( + loader=self, table_transformer=transform_hydrated_resource_table_output + ) + + # trunkednetwork + with self.command_group("networkcloud trunkednetwork"): + from .aaz.latest.networkcloud.trunkednetwork import List, Show + + self.command_table["networkcloud trunkednetwork show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud trunkednetwork list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) # virtualmachine - from .operations.virtualmachine._create import VirtualMachineCreate - self.command_table["networkcloud virtualmachine create"] = VirtualMachineCreate( - loader=self) + with self.command_group("networkcloud virtualmachine"): + from .aaz.latest.networkcloud.virtualmachine import List, Show + + self.command_table["networkcloud virtualmachine show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud virtualmachine list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) + + from .operations.virtualmachine._create import Create + + self.command_table["networkcloud virtualmachine create"] = Create(loader=self) + + # virtualmachine console + with self.command_group("networkcloud virtualmachine console"): + from .aaz.latest.networkcloud.virtualmachine.console import List + + self.command_table["networkcloud virtualmachine console list"] = List( + loader=self, table_transformer=transform_child_resource_table_output + ) + + from .operations.virtualmachine.console._create import Create + from .operations.virtualmachine.console._update import Update + from .operations.virtualmachine.console._delete import Delete + from .operations.virtualmachine.console._show import Show + + self.command_table["networkcloud virtualmachine console create"] = Create( + loader=self + ) + self.command_table["networkcloud virtualmachine console update"] = Update( + loader=self + ) + self.command_table["networkcloud virtualmachine console delete"] = Delete( + loader=self + ) + self.command_table["networkcloud virtualmachine console show"] = Show( + loader=self, table_transformer=transform_child_resource_table_output + ) + + # volume + with self.command_group("networkcloud volume"): + from .aaz.latest.networkcloud.volume import List, Show + + self.command_table["networkcloud volume show"] = Show( + loader=self, table_transformer=transform_resource_table_output + ) + self.command_table["networkcloud volume list"] = List( + loader=self, table_transformer=transform_resource_table_output + ) diff --git a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/__init__.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/__init__.py index 34913fb394d..864e9509c34 100644 --- a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/__init__.py +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/__init__.py @@ -2,3 +2,10 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from ._run_command import * +from ._run_data_extract import * +from ._run_read_command import * diff --git a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_command.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_command.py index 6214e48ae2e..710c0a2f443 100644 --- a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_command.py +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_command.py @@ -3,26 +3,24 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # # -------------------------------------------------------------------------------------------- -# pylint: disable=unused-wildcard-import,anomalous-backslash-in-string,wildcard-import # pylint: disable=protected-access,duplicate-code -# flake8: noqa """ This custom code inherits the auto-generated code for BMM run command and adds: - retrieval of custom properties returned on the success using CustomActionProperties class. """ +from azext_networkcloud.aaz.latest.networkcloud.baremetalmachine import ( + RunCommand as _RunCommand, +) +from azext_networkcloud.operations.custom_properties import CustomActionProperties +from azext_networkcloud.operations.run_command_options import ( + RunCommandOptions, +) +from azure.cli.core.aaz import AAZObjectType, AAZStrArg, AAZStrArgFormat -from pathlib import Path -from azure.cli.core.aaz import * -from azure.cli.core.azclierror import FileOperationError - -from ...aaz.latest.networkcloud.baremetalmachine import RunCommand as _RunCommand -from ..custom_properties import CustomActionProperties - - -class RunCommand(_RunCommand): - '''Custom class for baremetalmachine run command ''' +class RunCommand(RunCommandOptions, _RunCommand): + """Custom class for baremetalmachine run command""" # Handle custom properties returned by the actions # when run command is executed. @@ -36,12 +34,10 @@ def _build_arguments_schema(cls, *args, **kwargs): args_schema.output = AAZStrArg( options=["--output-directory"], arg_group="BareMetalMachineRunCommandParameters", - help="The output directory where the script execution results will be" + - "downloaded to from storage blob. Accepts relative or qualified directory path.", + help="The output directory where the script execution results will be" + + "downloaded to from storage blob. Accepts relative or qualified directory path.", required=False, - fmt=AAZStrArgFormat( - pattern="^(.+)([^\/]*)$" - ) + fmt=AAZStrArgFormat(pattern=r"^(.+)([^\/]*)$"), ) return args_schema @@ -50,25 +46,17 @@ def _execute_operations(self): yield self.BareMetalMachinesRunCommand(ctx=self.ctx)() self.post_operations() - def pre_operations(self): - args = self.ctx.args - output_directory = args.output - if has_value(args.output): - try: - Path(f"{output_directory}").mkdir( - parents=True, exist_ok=True) - except OSError as ex: - raise FileOperationError(ex) from ex - class BareMetalMachinesRunCommand(_RunCommand.BareMetalMachinesRunCommand): - ''' Custom class for baremetal machine run command''' + """Custom class for baremetal machine run command""" + @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - cls._schema_on_200 = AAZObjectType() + cls._schema_on_200_201 = AAZObjectType() CustomActionProperties._build_schema_operation_status_result_read( - cls._schema_on_200) + cls._schema_on_200_201 + ) - return cls._schema_on_200 + return cls._schema_on_200_201 diff --git a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_data_extract.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_data_extract.py index 33651b0d81c..2f794ded384 100644 --- a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_data_extract.py +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_data_extract.py @@ -3,10 +3,7 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # # -------------------------------------------------------------------------------------------- -# pylint: disable=wildcard-import,unused-wildcard-import,protected-access,duplicate-code -# pylint: disable=anomalous-backslash-in-string -# flake8: noqa - +# pylint: disable=protected-access,duplicate-code """ This code inherits the auto-generated code for BMM run data extracts command, and adds retrieval @@ -14,19 +11,16 @@ the results of the command. """ - -from pathlib import Path - -from azure.cli.core.aaz import * -from azure.cli.core.azclierror import FileOperationError - -from ...aaz.latest.networkcloud.baremetalmachine import \ - RunDataExtract as _RunDataExtract -from ..custom_properties import CustomActionProperties +from azext_networkcloud.aaz.latest.networkcloud.baremetalmachine import ( + RunDataExtract as _RunDataExtract, +) +from azext_networkcloud.operations.custom_properties import CustomActionProperties +from azext_networkcloud.operations.run_command_options import RunCommandOptions +from azure.cli.core.aaz import AAZObjectType, AAZStrArg, AAZStrArgFormat -class RunDataExtract(_RunDataExtract): - '''Custom class for baremetalmachine run data extract command ''' +class RunDataExtract(RunCommandOptions, _RunDataExtract): + """Custom class for baremetalmachine run data extract command""" # Handle custom properties returned by the actions # when run data extract command is executed. @@ -40,12 +34,10 @@ def _build_arguments_schema(cls, *args, **kwargs): args_schema.output = AAZStrArg( options=["--output-directory"], arg_group="BareMetalMachineRunDataExtractsParameters", - help="The output directory where the script execution results will " + - "be downloaded to from storage blob. Accepts relative or qualified directory path.", + help="The output directory where the script execution results will " + + "be downloaded to from storage blob. Accepts relative or qualified directory path.", required=False, - fmt=AAZStrArgFormat( - pattern="^(.+)([^\/]*)$" - ) + fmt=AAZStrArgFormat(pattern=r"^(.+)([^\/]*)$"), ) return args_schema @@ -54,27 +46,19 @@ def _execute_operations(self): yield self.BareMetalMachinesRunDataExtract(ctx=self.ctx)() self.post_operations() - def pre_operations(self): - args = self.ctx.args - output_directory = args.output - if has_value(args.output): - try: - Path(f"{output_directory}").mkdir( - parents=True, exist_ok=True) - except OSError as ex: - raise FileOperationError(ex) from ex - - class BareMetalMachinesRunDataExtract(_RunDataExtract.BareMetalMachinesRunDataExtracts): - '''Custom class for baremetalmachine run data extract command ''' + class BareMetalMachinesRunDataExtract( + _RunDataExtract.BareMetalMachinesRunDataExtracts + ): + """Custom class for baremetalmachine run data extract command""" @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - cls._schema_on_200 = AAZObjectType() + cls._schema_on_200_201 = AAZObjectType() CustomActionProperties._build_schema_operation_status_result_read( - cls._schema_on_200) - - return cls._schema_on_200 + cls._schema_on_200_201 + ) + return cls._schema_on_200_201 diff --git a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_read_command.py b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_read_command.py index 6c82ebd3a60..bbfd96953dd 100644 --- a/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_read_command.py +++ b/src/networkcloud/azext_networkcloud/operations/baremetalmachine/_run_read_command.py @@ -3,28 +3,25 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # # -------------------------------------------------------------------------------------------- -# pylint: disable=unused-wildcard-import,anomalous-backslash-in-string,wildcard-import # pylint: disable=protected-access,duplicate-code -# flake8: noqa """ This code inherits the auto-generated code for BMM run read command, and adds retrieval of custom properties. It also processes the output directory if given and downloads the results of the command. """ +from azext_networkcloud.aaz.latest.networkcloud.baremetalmachine import ( + RunReadCommand as _RunReadCommand, +) +from azext_networkcloud.operations.custom_properties import CustomActionProperties +from azext_networkcloud.operations.baremetalmachine._run_command import ( + RunCommandOptions, +) +from azure.cli.core.aaz import AAZObjectType, AAZStrArg, AAZStrArgFormat -from pathlib import Path -from azure.cli.core.aaz import * -from azure.cli.core.azclierror import FileOperationError - -from ...aaz.latest.networkcloud.baremetalmachine import \ - RunReadCommand as _RunReadCommand -from ..custom_properties import CustomActionProperties - - -class RunReadCommand(_RunReadCommand): - '''Custom class for baremetalmachine run read command ''' +class RunReadCommand(RunCommandOptions, _RunReadCommand): + """Custom class for baremetalmachine run read command""" # Handle custom properties returned by the actions # when run read command is executed. @@ -38,12 +35,10 @@ def _build_arguments_schema(cls, *args, **kwargs): args_schema.output = AAZStrArg( options=["--output-directory"], arg_group="BareMetalMachineRunReadCommandsParameters", - help="The output directory where the script execution results will be" + - " downloaded to from storage blob. Accepts relative or qualified directory path.", + help="The output directory where the script execution results will be" + + " downloaded to from storage blob. Accepts relative or qualified directory path.", required=False, - fmt=AAZStrArgFormat( - pattern="^(.+)([^\/]*)$" - ) + fmt=AAZStrArgFormat(pattern=r"^(.+)([^\/]*)$"), ) return args_schema @@ -52,27 +47,19 @@ def _execute_operations(self): yield self.BareMetalMachineRunReadCommand(ctx=self.ctx)() self.post_operations() - def pre_operations(self): - args = self.ctx.args - output_directory = args.output - if has_value(args.output): - try: - Path(f"{output_directory}").mkdir( - parents=True, exist_ok=True) - except OSError as ex: - raise FileOperationError(ex) from ex - - class BareMetalMachineRunReadCommand(_RunReadCommand.BareMetalMachinesRunReadCommands): - '''Custom class for baremetalmachine run read command ''' + class BareMetalMachineRunReadCommand( + _RunReadCommand.BareMetalMachinesRunReadCommands + ): + """Custom class for baremetalmachine run read command""" @classmethod - def _build_schema_on_200(cls): - if cls._schema_on_200 is not None: - return cls._schema_on_200 + def _build_schema_on_200_201(cls): + if cls._schema_on_200_201 is not None: + return cls._schema_on_200_201 - cls._schema_on_200 = AAZObjectType() + cls._schema_on_200_201 = AAZObjectType() CustomActionProperties._build_schema_operation_status_result_read( - cls._schema_on_200) - - return cls._schema_on_200 + cls._schema_on_200_201 + ) + return cls._schema_on_200_201 diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/__init__.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/__init__.py index 34913fb394d..64de98a48a7 100644 --- a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/__init__.py +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/__init__.py @@ -2,3 +2,12 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from ._create import * +from ._delete import * +from ._show import * +from ._update import * +from .common import * diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_create.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_create.py index b9cbbed568e..c1811630dc2 100644 --- a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_create.py +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_create.py @@ -1,4 +1,3 @@ - # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. @@ -14,13 +13,15 @@ """ from azure.cli.core.aaz import register_callback -from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._create import \ - Create +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._create import ( + Create as _Create, +) from .common import ClusterMetricsConfiguration -class ClusterMetricsConfigurationCreate(Create): - ''' Custom class for create operation of cluster's metrics configuration ''' +class Create(_Create): + """Custom class for create operation of cluster's metrics configuration""" + @classmethod def _build_arguments_schema(cls, *args, **kwargs): args_schema = super()._build_arguments_schema(*args, **kwargs) diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_delete.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_delete.py index 6ccdcb03352..2ae434a06ce 100644 --- a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_delete.py +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_delete.py @@ -1,4 +1,3 @@ - # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. @@ -14,13 +13,14 @@ """ from azure.cli.core.aaz import register_callback -from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._delete import \ - Delete +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._delete import ( + Delete as _Delete, +) from .common import ClusterMetricsConfiguration -class ClusterMetricsConfigurationDelete(Delete): - ''' Custom class for delete operation of cluster's metrics configuration ''' +class Delete(_Delete): + """Custom class for delete operation of cluster's metrics configuration""" @classmethod def _build_arguments_schema(cls, *args, **kwargs): diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_show.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_show.py index bfe40f28412..56ac24a071c 100644 --- a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_show.py +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_show.py @@ -1,4 +1,3 @@ - # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. @@ -12,16 +11,17 @@ """ from azure.cli.core.aaz import register_callback -from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._show import \ - Show +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._show import ( + Show as _Show, +) from .common import ClusterMetricsConfiguration # This custom code inherits from generate cluster metrics configuration functions. It is integrated into the generated code via: # cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py -class ClusterMetricsConfigurationShow(Show): - ''' Custom class for show operation of cluster's metrics configuration ''' +class Show(_Show): + """Custom class for show operation of cluster's metrics configuration""" @classmethod def _build_arguments_schema(cls, *args, **kwargs): diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_update.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_update.py index ea2e0addd3f..d63afc56b2d 100644 --- a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_update.py +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/_update.py @@ -1,4 +1,3 @@ - # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. @@ -13,13 +12,14 @@ """ from azure.cli.core.aaz import register_callback -from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._update import \ - Update +from azext_networkcloud.aaz.latest.networkcloud.cluster.metricsconfiguration._update import ( + Update as _Update, +) from .common import ClusterMetricsConfiguration -class ClusterMetricsConfigurationUpdate(Update): - ''' Custom class for update operation of cluster's metrics configuration ''' +class Update(_Update): + """Custom class for update operation of cluster's metrics configuration""" @classmethod def _build_arguments_schema(cls, *args, **kwargs): diff --git a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/common.py b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/common.py index e72974d6677..36561ea5403 100644 --- a/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/common.py +++ b/src/networkcloud/azext_networkcloud/operations/cluster/metricsconfiguration/common.py @@ -1,4 +1,3 @@ - # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. @@ -13,7 +12,7 @@ class ClusterMetricsConfiguration: - ''' Common custom class cluster's metrics configuration CRUD operations''' + """Common custom class cluster's metrics configuration CRUD operations""" @classmethod def _build_arguments_schema(cls, args_schema): @@ -25,5 +24,5 @@ def _build_arguments_schema(cls, args_schema): @classmethod def pre_operations(cls, args): - ''' "default" is the default name for the metrics configuration name ''' + """ "default" is the default name for the metrics configuration name""" args.metrics_configuration_name = "default" diff --git a/src/networkcloud/azext_networkcloud/operations/common_ssh.py b/src/networkcloud/azext_networkcloud/operations/common_ssh.py new file mode 100644 index 00000000000..70f099b1df0 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/common_ssh.py @@ -0,0 +1,143 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# Custom code that is added in addition to auto-generated by aaz-dev code. +# -------------------------------------------------------------------------------------------- +""" +Provides Ssh Key customization +""" +# pylint: disable=line-too-long,wildcard-import,too-many-nested-blocks,no-self-argument,no-method-argument + +import os + +from azure.cli.core import keys +from azure.cli.core.aaz._base import has_value +from azure.cli.core.aaz import AAZBoolArg, AAZListArg, AAZStrArg +from azure.cli.core.azclierror import InvalidArgumentValueError +from knack.log import get_logger + +logger = get_logger(__name__) + + +class CustomSshOptions: + """Custom class providing common ssh operations""" + + @staticmethod + def generate_ssh_keys(): + """generates ssh keys in user .ssh folder""" + + key_name = "id_rsa_generated" + private_key_path = os.path.join(os.path.expanduser("~"), ".ssh", key_name) + public_key_path = os.path.join( + os.path.expanduser("~"), ".ssh", f"{key_name}.pub" + ) + logger.warning( + "Attempted to find or generate SSH key files %s and %s.pub under ~/.ssh to allow SSH access " + "to the vm. If using machines without permanent storage, back up " + "your keys to a safe location.", + key_name, + key_name, + ) + return [{"keyData": keys.generate_ssh_keys(private_key_path, public_key_path)}] + + @staticmethod + def get_ssh_keys_from_path(values): + """get ssh keys from the provided path""" + + key_list = [] + for path in values: + # Casting is necessary to get away from the custom type AAZSimpleType wrapping the string we want + path = str(path) + if os.path.isdir(path): + content = "" + for key in os.listdir(path): + if key.endswith(".pub"): + with open( + os.path.join( + path, + key, + ), + "r", + encoding="utf-8", + ) as k: + content = k.read() + try: + if keys.is_valid_ssh_rsa_public_key(content): + key_list.append({"keyData": content}) + except Exception as exception: + raise InvalidArgumentValueError( + f"Unsupported Key {key} is provided.\nContent:\n{content}." + ) from exception + if len(key_list) == 0: + raise InvalidArgumentValueError( + f"No public keys found in the path: {path}" + ) + elif os.path.isfile(path): + with open(path, "r", encoding="utf-8") as k: + content = k.read() + try: + if keys.is_valid_ssh_rsa_public_key(content): + key_list.append({"keyData": content}) + except Exception as excep: + raise InvalidArgumentValueError( + f"Unsupported Key {path} is provided.\nContent:\n{content}" + ) from excep + else: + raise InvalidArgumentValueError( + f"An invalid directory or key was provided: {path}" + ) + return key_list + + @staticmethod + def add_ssh_key_action(values): + """validate and add ssh key to the list""" + + key_data = [] + for key in values: + # Casting is necessary to get away from the custom type AAZSimpleType wrapping the string we want + key = str(key) + try: + if keys.is_valid_ssh_rsa_public_key(key): + key_data.append({"keyData": key}) + except Exception as excep: + raise InvalidArgumentValueError( + f"Unsupported Key is provided.\nContent:\n{key}" + ) from excep + return key_data + + @staticmethod + def build_ssh_arg_schema(args_schema, group): + args_schema.ssh_key_values = AAZListArg( + options=["--ssh-key-values"], + arg_group=group, + help="The list of space-separated SSH public keys.", + ) + args_schema.ssh_key_values.Element = AAZStrArg() + args_schema.generate_ssh_keys = AAZBoolArg( + options=["--generate-ssh-keys"], + arg_group=group, + help="Generate SSH public and private key files if missing. The keys will " + + "be stored under '~/.ssh'.", + ) + args_schema.generate_ssh_keys.Element = AAZStrArg() + args_schema.ssh_dest_key_path = AAZListArg( + options=["--ssh-dest-key-path"], + arg_group=group, + help="The list of space-separated paths to ssh public keys. A file path can be " + + "provided or a directory. If a directory is provided will attempt to load all the " + + "public keys (.pub) found.", + ) + args_schema.ssh_dest_key_path.Element = AAZStrArg() + return args_schema + + @classmethod + def add_ssh_config(cls, args): + ssh_keys = [] + if has_value(args.generate_ssh_keys) and bool(args.generate_ssh_keys): + ssh_keys += cls.generate_ssh_keys() + if has_value(args.ssh_dest_key_path): + ssh_keys += cls.get_ssh_keys_from_path(list(args.ssh_dest_key_path)) + if has_value(args.ssh_key_values): + ssh_keys += cls.add_ssh_key_action(list(args.ssh_key_values)) + return ssh_keys diff --git a/src/networkcloud/azext_networkcloud/operations/custom_properties.py b/src/networkcloud/azext_networkcloud/operations/custom_properties.py index ed737303a85..4137a7c5440 100644 --- a/src/networkcloud/azext_networkcloud/operations/custom_properties.py +++ b/src/networkcloud/azext_networkcloud/operations/custom_properties.py @@ -5,8 +5,7 @@ # Custom code that is added in addition to auto-generated by aaz-dev code. # -------------------------------------------------------------------------------------------- # pylint: disable=too-many-lines,no-member,inconsistent-return-statements -# pylint: disable=too-many-statements,too-few-public-methods,unused-wildcard-import,wildcard-import -# flake8: noqa +# pylint: disable=too-many-statements,too-few-public-methods """ Helper class for all POST commands that return extra properties back to the customer @@ -15,9 +14,15 @@ import tarfile import urllib -from azure.cli.core.aaz import * -from knack.log import get_logger +from azure.cli.core.aaz import ( + AAZFloatType, + AAZObjectType, + AAZListType, + AAZStrType, + has_value, +) from azure.cli.core.azclierror import AzureInternalError +from knack.log import get_logger logger = get_logger(__name__) @@ -118,8 +123,9 @@ def _build_schema_operation_status_result_read(cls, _schema): _schema.status = cls._schema_operation_status_result_read.status return - cls._schema_operation_status_result_read = _schema_operation_status_result_read \ - = AAZObjectType() + cls._schema_operation_status_result_read = ( + _schema_operation_status_result_read + ) = AAZObjectType() operation_status_result_read = _schema_operation_status_result_read operation_status_result_read.end_time = AAZStrType( @@ -129,8 +135,7 @@ def _build_schema_operation_status_result_read(cls, _schema): cls._build_schema_error_detail_read(operation_status_result_read.error) operation_status_result_read.properties = AAZObjectType() - cls._build_schema_properties_read( - operation_status_result_read.properties) + cls._build_schema_properties_read(operation_status_result_read.properties) operation_status_result_read.id = AAZStrType() operation_status_result_read.name = AAZStrType() @@ -167,9 +172,9 @@ def _build_schema_operation_status_result_read(cls, _schema): # Custom handling of response will display the output head and the result URL # it will also save files into output directory if provided @staticmethod - def _output(self, *args, **kwargs): - args = self.ctx.args - properties = self.ctx.vars.instance.properties + def _output(parent_cmd, *args, **kwargs): # pylint: disable=unused-argument + args = parent_cmd.ctx.args + properties = parent_cmd.ctx.vars.instance.properties # Display the output head to the console if has_value(properties.output_head): @@ -180,8 +185,9 @@ def _output(self, *args, **kwargs): if has_value(properties.result_url): result_url = properties.result_url.to_serialized_data() logger.warning( - "Script execution result can be found in storage account:\n" + result_url + "\n") - + "Script execution result can be found in storage account: \n %s \n", + result_url, + ) # extract result to the provided directory if has_value(args.output): output_directory = args.output.to_serialized_data() @@ -191,10 +197,15 @@ def _output(self, *args, **kwargs): with tarfile.open(fileobj=result, mode="r:gz") as tar: tar.extractall(path=output_directory) logger.warning( - "Extracted results are available in directory: " + output_directory) + "Extracted results are available in directory: %s", + output_directory, + ) except Exception as excep: raise AzureInternalError( - f"failed to retrieve output, error {excep}") from excep + f"failed to retrieve output, error {excep}" + ) from excep else: - result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) - return result + result = parent_cmd.deserialize_output( + parent_cmd.ctx.vars.instance, client_flatten=True + ) + return result diff --git a/src/networkcloud/azext_networkcloud/operations/kubernetescluster/__init__.py b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/__init__.py new file mode 100644 index 00000000000..9005b3c5830 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/__init__.py @@ -0,0 +1,9 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from ._create import * diff --git a/src/networkcloud/azext_networkcloud/operations/kubernetescluster/_create.py b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/_create.py new file mode 100644 index 00000000000..31fdf99ba3b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/_create.py @@ -0,0 +1,94 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-nested-blocks,line-too-long +# pylint: disable=protected-access +""" +Provides Kubernetescluster customization +""" + +from azext_networkcloud.aaz.latest.networkcloud.kubernetescluster import ( + Create as _Create, +) + +from azure.cli.core.aaz._base import has_value +from azure.cli.core.aaz import AAZListArg, AAZStrArg, register_callback +from knack.log import get_logger + +from ..common_ssh import CustomSshOptions + +logger = get_logger(__name__) + + +class Create(_Create, CustomSshOptions): + + """ + This custom code inherits from generate kubernetescluster functions. It is + integrated into the generated code via: + cli-ext/v*/ext/src/networkcloud/azext_networkcloud/commands.py + """ + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + + # Build Kubernetescluster Authentication args + args_schema = CustomSshOptions.build_ssh_arg_schema( + args_schema, "AdministratorConfiguration" + ) + # Build initial_agent_pool_configurations admin configuration(admin-username and ssh-key-values) + _element = cls._args_schema.initial_agent_pool_configurations.Element + + _element.ssh_key_values = AAZListArg( + options=["ssh-key-values"], + help="The array of comma-separated SSH public keys.", + ) + _element.ssh_key_values.Element = AAZStrArg() + # Build control_plane_node_configuration admin configuration(admin-username and ssh-key-values) + args_schema.control_plane_node_configuration.ssh_key_values = AAZListArg( + options=["ssh-key-values"], + help="The array of comma-separated SSH public keys.", + ) + args_schema.control_plane_node_configuration.ssh_key_values.Element = ( + AAZStrArg() + ) + + # deregister the cli arguments which users should not interact with + args_schema.ssh_public_keys._registered = False + args_schema.initial_agent_pool_configurations.Element.ssh_public_keys._registered = ( + False + ) + args_schema.control_plane_node_configuration.ssh_public_keys._registered = False + return args_schema + + @register_callback + def pre_operations(self): + args = self.ctx.args + ssh_keys = [] + ssh_keys = CustomSshOptions.add_ssh_config(args) + if len(ssh_keys) == 0: + logger.warning( + "No keys are selected for insertion into the Kubernetes cluster node. " + "The image will need to have keys or credentials " + "setup in order to access." + ) + args.ssh_public_keys = ssh_keys + + # control plane node configuration + ssh_keys_control_plane = [] + ssh_keys_control_plane += CustomSshOptions.add_ssh_key_action( + list(args.control_plane_node_configuration.ssh_key_values) + ) + args.control_plane_node_configuration.ssh_public_keys = ssh_keys_control_plane + + # initial agent pool configuration + for x in args.initial_agent_pool_configurations: + ssh_keys_initial_pool = [] + if has_value(x.ssh_key_values) and x.ssh_key_values.to_serialized_data(): + ssh_keys_initial_pool += CustomSshOptions.add_ssh_key_action( + (x.ssh_key_values.to_serialized_data()) + ) + x.ssh_public_keys = ssh_keys_initial_pool + return args diff --git a/src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/__init__.py b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/__init__.py new file mode 100644 index 00000000000..9005b3c5830 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/__init__.py @@ -0,0 +1,9 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from ._create import * diff --git a/src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/_create.py b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/_create.py new file mode 100644 index 00000000000..253c3a54b22 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/kubernetescluster/agentpool/_create.py @@ -0,0 +1,56 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=too-many-nested-blocks +# pylint: disable=protected-access,too-few-public-methods + +""" +Provides Agentpool customization +""" + +from azext_networkcloud.aaz.latest.networkcloud.kubernetescluster.agentpool import ( + Create as _Create, +) +from azure.cli.core.aaz import register_callback +from knack.log import get_logger + +from ...common_ssh import CustomSshOptions + +logger = get_logger(__name__) + + +class Create(_Create, CustomSshOptions): + + """ + This custom code inherits from generate agentpool functions. It is + integrated into the generated code via: + cli-ext/v*/ext/src/networkcloud/azext_networkcloud/commands.py + """ + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + + # Build agentpool Authentication args + args_schema = CustomSshOptions.build_ssh_arg_schema( + args_schema, "AdministratorConfiguration" + ) + # deregister the cli arguments which users should not interact with + args_schema.ssh_public_keys._registered = False + return args_schema + + @register_callback + def pre_operations(self): + args = self.ctx.args + ssh_keys = [] + ssh_keys = CustomSshOptions.add_ssh_config(args) + if len(ssh_keys) == 0: + logger.warning( + "No keys are selected for insertion into the agent pool nodes. " + "The image will need to have keys or credentials " + "setup in order to access." + ) + args.ssh_public_keys = ssh_keys + return args diff --git a/src/networkcloud/azext_networkcloud/operations/run_command_options.py b/src/networkcloud/azext_networkcloud/operations/run_command_options.py new file mode 100644 index 00000000000..4dcdd82ef23 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/run_command_options.py @@ -0,0 +1,29 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,no-member + +from abc import ABC +from pathlib import Path + +from azure.cli.core.aaz import has_value +from azure.cli.core.azclierror import FileOperationError + + +class RunCommandOptions(ABC): + """ + This class adds a command hook to create a directory in the output directory + the user provides with the output argument. + """ + + def pre_operations(self): + args = self.ctx.args + output_directory = args.output + if has_value(args.output): + try: + Path(f"{output_directory}").mkdir(parents=True, exist_ok=True) + except OSError as ex: + raise FileOperationError(ex) from ex + return super().pre_operations() diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/__init__.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/__init__.py index 34913fb394d..9005b3c5830 100644 --- a/src/networkcloud/azext_networkcloud/operations/virtualmachine/__init__.py +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/__init__.py @@ -2,3 +2,8 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from ._create import * diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/_create.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/_create.py index 1ef761da34d..413b2186d78 100644 --- a/src/networkcloud/azext_networkcloud/operations/virtualmachine/_create.py +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/_create.py @@ -2,65 +2,45 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -# pylint: disable=wildcard-import,unused-wildcard-import,too-many-nested-blocks -# pylint: disable=protected-access, too-few-public-methods,line-too-long -# flake8: noqa + +# pylint: disable=too-many-nested-blocks +# pylint: disable=protected-access,too-few-public-methods """ Provides VirtualMachineCreate customization """ -import os - -from azure.cli.core import keys -from azure.cli.core.aaz import * +from azure.cli.core.aaz import register_callback from knack.log import get_logger -from azure.cli.core.azclierror import InvalidArgumentValueError - -from ...aaz.latest.networkcloud.virtualmachine import \ - Create as _VirtualMachineCreate +from azext_networkcloud.aaz.latest.networkcloud.virtualmachine import Create as _Create +from ..common_ssh import CustomSshOptions logger = get_logger(__name__) -class VirtualMachineCreate(_VirtualMachineCreate): - ''' + +class Create(_Create, CustomSshOptions): + + """ This custom code inherits from generate virtual machine functions. It is integrated into the generated code via: - cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py - ''' + cli-ext/v*/ext/src/networkcloud/azext_networkcloud/commands.py + """ @classmethod def _build_arguments_schema(cls, *args, **kwargs): args_schema = super()._build_arguments_schema(*args, **kwargs) # Build VM Authentication args - args_schema.generate_ssh_keys = AAZBoolArg( - options=["--generate-ssh-keys"], - arg_group="Authentication", - help="Generate SSH public and private key files if missing. The keys will " + - "be stored under '~/.ssh'." - ) - - args_schema.ssh_dest_key_path = AAZListArg( - options=["--ssh-dest-key-path"], - arg_group="Authentication", - help="The list of space-separated paths to ssh public keys. A file path can be " + - "provided or a directory. If a directory is provided will attempt to load all the " + - "public keys (.pub) found." - ) - args_schema.ssh_dest_key_path.Element = AAZStrArg() - - args_schema.ssh_key_values = AAZListArg( - options=["--ssh-key-values"], - arg_group="Authentication", - help="The list of space-separated SSH public keys." - ) - args_schema.ssh_key_values.Element = AAZStrArg() + args_schema = cls.build_ssh_arg_schema(args_schema, "Authentication") # deregister the VM cli arguments which users should not interact with args_schema.ssh_public_keys._registered = False - args_schema.cloud_services_network_attachment.ip_allocation_method._required = False - args_schema.cloud_services_network_attachment.ip_allocation_method._registered = False + args_schema.cloud_services_network_attachment.ip_allocation_method._required = ( + False + ) + args_schema.cloud_services_network_attachment.ip_allocation_method._registered = ( + False + ) return args_schema @@ -72,78 +52,11 @@ def pre_operations(self): args.cloud_services_network_attachment.ip_allocation_method = "Dynamic" ssh_keys = [] - if bool(args.generate_ssh_keys): - ssh_keys += generate_ssh_keys() - if list(args.ssh_dest_key_path): - ssh_keys += get_ssh_keys_from_path(list(args.ssh_dest_key_path)) - if list(args.ssh_key_values): - ssh_keys += add_ssh_key_action(list(args.ssh_key_values)) + ssh_keys = CustomSshOptions.add_ssh_config(args) if len(ssh_keys) == 0: - logger.warning('No keys are selected for insertion into the vm. The image will need to have keys or credentials setup in order to access.') + logger.warning( + "No keys are selected for insertion into the vm. The image will need to have keys or credentials " + "setup in order to access." + ) args.ssh_public_keys = ssh_keys - return args - - -def generate_ssh_keys(): - ''' generates ssh keys in user .ssh folder ''' - - key_name = "id_rsa" - private_key_path = os.path.join(os.path.expanduser('~'), '.ssh', key_name) - public_key_path = os.path.join( - os.path.expanduser('~'), '.ssh', f"{key_name}.pub") - logger.warning(f"Attempted to find or generate SSH key files {key_name} and {key_name}.pub under ~/.ssh to allow SSH access " - "to the vm. If using machines without permanent storage, back up your keys to a safe location.") - return [{'keyData': keys.generate_ssh_keys(private_key_path, public_key_path)}] - - -def get_ssh_keys_from_path(values): - ''' get ssh keys from the provided path ''' - - key_list = [] - for path in values: - # Casting is necessary to get away from the custom type AAZSimpleType wrapping the string we want - path = str(path) - if os.path.isdir(path): - content = "" - for key in os.listdir(path): - if key.endswith(".pub"): - with open(os.path.join(path, key,), 'r', encoding="utf-8") as k: - content = k.read() - try: - if keys.is_valid_ssh_rsa_public_key(content): - key_list.append({'keyData': content}) - except Exception as exception: - raise InvalidArgumentValueError( - f'Unsupported Key {key} is provided.\nContent:\n{content}.') from exception - if len(key_list) == 0: - raise InvalidArgumentValueError( - f'No public keys found in the path: {path}') - elif os.path.isfile(path): - with open(path, 'r', encoding="utf-8") as k: - content = k.read() - try: - if keys.is_valid_ssh_rsa_public_key(content): - key_list.append({'keyData': content}) - except Exception as excep: - raise InvalidArgumentValueError( - f'Unsupported Key {path} is provided.\nContent:\n{content}') from excep - else: - raise InvalidArgumentValueError(f'An invalid directory or key was provided: {path}') - return key_list - - -def add_ssh_key_action(values): - '''validate and add ssh key to the list ''' - - key_data = [] - for key in values: - # Casting is necessary to get away from the custom type AAZSimpleType wrapping the string we want - key = str(key) - try: - if keys.is_valid_ssh_rsa_public_key(key): - key_data.append({'keyData': key}) - except Exception as excep: - raise CLIError( - f'Unsupported Key is provided.\nContent:\n{key}') from excep - return key_data diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/__init__.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/__init__.py new file mode 100644 index 00000000000..64de98a48a7 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/__init__.py @@ -0,0 +1,13 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: skip-file +# flake8: noqa + +from ._create import * +from ._delete import * +from ._show import * +from ._update import * +from .common import * diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_create.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_create.py new file mode 100644 index 00000000000..c5de588ce08 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_create.py @@ -0,0 +1,33 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=protected-access, too-few-public-methods + + +""" +Provides VirtualMachine Console create customization +""" +from azext_networkcloud.aaz.latest.networkcloud.virtualmachine.console._create import ( + Create as _Create, +) +from azure.cli.core.aaz import register_callback + +from .common import VirtualMachineConsole + + +class Create(_Create): + """This custom code inherits from generate virtual machine functions. It is + integrated into the generated code via: + - cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py + """ + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + return VirtualMachineConsole._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + return VirtualMachineConsole.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_delete.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_delete.py new file mode 100644 index 00000000000..92fa758c571 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_delete.py @@ -0,0 +1,36 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=protected-access, too-few-public-methods + +""" +Provides VirtualMachine Console delete customization + +""" + +from azext_networkcloud.aaz.latest.networkcloud.virtualmachine.console._delete import ( + Delete as _Delete, +) +from azure.cli.core.aaz import register_callback + +from .common import VirtualMachineConsole + + +class Delete(_Delete): + """ + This custom code inherits from generate virtual machine console functions. + It is integrated into the generated code via: + cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py + """ + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + + return VirtualMachineConsole._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + return VirtualMachineConsole.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_show.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_show.py new file mode 100644 index 00000000000..37c10de5f22 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_show.py @@ -0,0 +1,32 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=protected-access, too-few-public-methods + +""" +Provides VirtualMachine Console show customization +""" +from azext_networkcloud.aaz.latest.networkcloud.virtualmachine.console._show import ( + Show as _Show, +) +from azure.cli.core.aaz import register_callback +from .common import VirtualMachineConsole + + +class Show(_Show): + """ + This custom code inherits from generate virtual machine console functions. + It is integrated into the generated code via: + cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py + """ + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + return VirtualMachineConsole._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + return VirtualMachineConsole.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_update.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_update.py new file mode 100644 index 00000000000..bdfefc2734f --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/_update.py @@ -0,0 +1,33 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=protected-access +# pylint: disable=line-too-long, protected-access, too-few-public-methods +# pylint: disable=R0801 +""" +Provides VirtualMachine Console update customization + +""" +from azext_networkcloud.aaz.latest.networkcloud.virtualmachine.console._update import ( + Update as _Update, +) +from azure.cli.core.aaz import register_callback +from .common import VirtualMachineConsole + + +class Update(_Update): + """ + # This custom code inherits from generate virtual machine functions. It is integrated into the generated code via: + # cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/commands.py + """ + + @classmethod + def _build_arguments_schema(cls, *args, **kwargs): + args_schema = super()._build_arguments_schema(*args, **kwargs) + return VirtualMachineConsole._build_arguments_schema(args_schema) + + @register_callback + def pre_operations(self): + return VirtualMachineConsole.pre_operations(self.ctx.args) diff --git a/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/common.py b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/common.py new file mode 100644 index 00000000000..c2036e8912b --- /dev/null +++ b/src/networkcloud/azext_networkcloud/operations/virtualmachine/console/common.py @@ -0,0 +1,28 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=protected-access, too-few-public-methods + +""" +This custom code deregisters the 'console_name' argument of console +and sets the default value to "default". +""" + + +class VirtualMachineConsole: + """Common class for VirtualMachineConsole CRUD operations""" + + @classmethod + def _build_arguments_schema(cls, args_schema): + # deregister the VM console name argument which users should not interact with + args_schema.console_name._registered = False + args_schema.console_name._required = False + return args_schema + + @classmethod + def pre_operations(cls, args): + """ "default" is the default name for the console""" + args.console_name = "default" + return args diff --git a/src/networkcloud/azext_networkcloud/tests/latest/config.ini b/src/networkcloud/azext_networkcloud/tests/latest/config.ini index 1c385b4e25a..56e0838a7c2 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/config.ini +++ b/src/networkcloud/azext_networkcloud/tests/latest/config.ini @@ -7,212 +7,293 @@ name_run_read_command='rack1control01' resource_group_commands='simulator-HostedResources-02DDCFD2' limit_time_seconds=60 script='bHM=' -run_command_arguments='["-l"]' -data_extract_commands='[{"arguments":["SysInfo", "TTYLog"],"command":"hardware-support-data-collection"}]' -run_read_commands='[{"command":"kubectl get","arguments":["pods","-A"]}]' +run_command_arguments="['-l']" +data_extract_commands="[{arguments:['SysInfo','TTYLog'],command:'hardware-support-data-collection'}]" +run_read_commands="[{command:'kubectl get',arguments:['pods','-A']}]" name_crud='rack1compute01' resource_group_crud='simulator-HostedResources-02DDCFD2' type='Custom' -tags='{"tag1":"tag1"}' -tags_update='{"tag1":"tag1","tag2":"tag2update"}' +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" machine_details='customer-specific-tag' name_cordon='rack1control01' -resource_group_cordon='simulator-HostedResources-27E40714' +resource_group_cordon='simulator-HostedResources-064925A9' cordon_evacuate='False' -name_restart='j18r750wkr5' -name_power='j18r750wkr3' +name_restart='rack1compute01' +name_power='rack1compute01' skip_shutdown='False' -resource_group_power='j18-c0d28c8f7cd3-HostedResources-3781AC00' +resource_group_power='simulator-HostedResources-02DDCFD2' name_reimage='rack1compute01' +name_replace='rack1compute02' name_validate='rack1compute03' resource_group_validate='simulator-HostedResources-11C855AF' +resource_group_replace='simulator-HostedResources-00245EF8' +bmc_creds="{username:'ZFhObGNtNWhiV1VL',password:'password'}" +bmc_mac_address='AA:BB:CC:DD:EE:BB' +boot_mac_address='52:54:00:68:9b:b1' +serial_number='BM1219XXX' +new_bmm_name='rack1compute02' validation_category='BasicValidation' [BAREMETALMACHINE_KEYSET] -location = 'eastus' -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = "/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc" -azure_group_id = "azGroup" -expiration = "2023-12-31T23:59:59.008Z" -jump_hosts_allowed = '["192.0.2.1","10.23.25.1"]' -jump_hosts_allowed_update = '["192.0.2.1","192.0.2.3","10.23.25.1"]' -os_group_name = "standardAccessGroup" -privilege_level = "Standard" -user_list = '[{"description":"UserDesc","azureUserName":"userABC","ssh-public-key":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= cloudtest@simulator"}}]' -user_list_update = '[{"description":"UserDesc XYZ","azureUserName":"userXYZ","ssh-public-key":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= cloudtest@simulator"}}]' -cluster_name = "simulator" -resource_group = "ps-cli-test-rg" +location='eastus' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location="/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc" +azure_group_id="azGroup" +expiration="2023-12-31T23:59:59.008Z" +jump_hosts_allowed="['192.0.2.1','10.23.25.1']" +jump_hosts_allowed_update="['192.0.2.1','192.0.2.3','10.23.25.1']" +os_group_name="standardAccessGroup" +privilege_level="Standard" +user_list="[{description:'UserDesc',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= cloudtest@simulator'}}]" +user_list_update="[{description:'UserDesc XYZ',azureUserName:userXYZ,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= cloudtest@simulator'}}]" +cluster_name="simulator" +resource_group="ps-cli-test-rg" [BMC_KEYSET] -location = 'eastus' -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = "/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc" -azure_group_id = "testGroup" -expiration = "2023-12-31T23:59:59.008Z" -expirationUpdate = "2024-01-31T23:59:59.008Z" -privilege_level = "ReadOnly" -user_list = '[{"description":"UserDesc","azureUserName":"userABC","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= fake-public-key"}}]' -user_list_update = '[{"description":"UserDesc","azureUserName":"userXYZ","ssh-public-key":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= fake-public-key"}}]' -cluster_name = "m15-e4f14334258d" -resource_group = "m15-cluster" +location='eastus' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location="/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc" +azure_group_id="testGroup" +expiration="2023-12-31T23:59:59.008Z" +expirationUpdate="2024-01-31T23:59:59.008Z" +privilege_level="ReadOnly" +user_list="[{description:'UserDesc',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= fake-public-key'}}]" +user_list_update="[{description:'UserDesc',azureUserName:userXYZ,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= fake-public-key'}}]" +cluster_name="m15-e4f14334258d" +resource_group="m15-cluster" + +[CLUSTER_MANAGER] +analytics_workspace_id='' +fabric_controller_id='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli2' +location='eastus' +tags="{DisableFabricIntegration:true}" +tags_update="{DisableFabricIntegration:true,tagUpdate:'NewTag'}" [CLOUD_SERVICES_NETWORK] -location = 'eastus' -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' -additional_egress_endpoint = "[{\"category\":\"azure-resource-management\",\"endpoints\":[{\"domainName\":\"https://storageaccountex.blob.core.windows.net\",\"port\":443}]}]" -default_egress_endpoint = "False" +location='eastus' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +additional_egress_endpoint="[{category:'azure-resource-management',endpoints:[{domainName:'https://storageaccountex.blob.core.windows.net',port:443}]}]" +default_egress_endpoint="False" [CLUSTER] -extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl' -extended_location_type = "CustomLocation" -location = 'eastus' -analytics_workspace_id = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai' -cluster_location = 'Foo Street, 3rd Floor, row 9' -cluster_location_update = 'Foo Street, 4rd Floor, row 10' -application_id = '12345678-1234-1234-1234-123456789012' -password = 'password' -principal_id = '00000008-0004-0004-0004-000000000012' -tenant_id = '80000000-4000-4000-4000-120000000000' -cluster_type = 'SingleRack' -cluster_version = '3.1.0' -threshold_type = 'PercentSuccess' -threshold_grouping = 'PerCluster' -threshold_value = 90 -network_fabric_id = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet' -aggregator_or_single_rack_definition = '{"networkRackId":"/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackSkuId":"/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b99m99r1","rackLocation":"b99m99r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin","password":"admin"},"storageApplianceName":"name","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"AA:BB:CC:DD:E7:08","bootMacAddress":"AA:BB:CC:F8:71:2E","machineName":"lab00r750wkr1","rackSlot":2,"serialNumber":"5HS7PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E6:CC","bootMacAddress":"B0:7B:25:F8:78:C0","machineName":"lab00r750wkr2","rackSlot":3,"serialNumber":"4HS7PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:D8:A4","bootMacAddress":"B0:7B:25:F8:50:C6","machineName":"lab00r750wkr3","rackSlot":4,"serialNumber":"FM56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FE:82:4E","bootMacAddress":"B0:7B:25:F8:5B:C8","machineName":"lab00r750wkr4","rackSlot":5,"serialNumber":"7M56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:EF:5E:B8","bootMacAddress":"B0:7B:25:DE:7F:F4","machineName":"lab00r750mgr1","rackSlot":6,"serialNumber":"6P56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:EF:60:20","bootMacAddress":"B0:7B:25:DE:79:FC","machineName":"lab00r750mgr2","rackSlot":7,"serialNumber":"7P56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E9:4E","bootMacAddress":"B0:7B:25:F8:5B:12","machineName":"lab00r750wkr5","rackSlot":8,"serialNumber":"8HS7PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:52","bootMacAddress":"B0:7B:25:F8:76:A6","machineName":"lab00r750wkr6","rackSlot":9,"serialNumber":"2N56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:40","bootMacAddress":"B0:7B:25:F8:60:4C","machineName":"lab00r750wkr7","rackSlot":10,"serialNumber":"GM56PK3"},{"bmcCredentials":{"password":"bmcPassword","username":"root"},"bmcMacAddress":"B0:7B:25:FD:DC:76","bootMacAddress":"B0:7B:25:F8:50:CA","machineName":"lab00r750wkr8","rackSlot":11,"serialNumber":"9M56PK3"}]}' -aggregator_or_single_rack_definition_directory = './cli-ext/v20221212preview/ext/src/networkcloud/azext_networkcloud/tests/testdata/aggregatorOrSingleRackDefinition.json' -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -skip_validations_for_machines = "[]" -name_delete = "simulator" -rg_delete = "cli-test-delete-rg" -name_deploy = "simulator" -rg_deploy = "cli-test-delete-rg" -name_update_version = "simulator" -rg_update_version = "cli-test-cluster-update-version-rg" -version_update_version = "3.2.0-pr14470" - -[CLUSTER_MANAGER] -analytics_workspace_id = '' -fabric_controller_id = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3' -location = 'eastus' -mrg_name = 'cli-cm-mrg' -tags = '{"DisableFabricIntegration":"true"}' -tags_update = '{"DisableFabricIntegration":"true","tagUpdate":"NewTag"}' +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl' +extended_location_type="CustomLocation" +location='eastus' +analytics_workspace_id='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai' +cluster_location='Foo Street, 3rd Floor, row 9' +cluster_location_update='Foo Street, 4rd Floor, row 10' +application_id='12345678-1234-1234-1234-123456789012' +password='password' +principal_id='00000008-0004-0004-0004-000000000012' +tenant_id='80000000-4000-4000-4000-120000000000' +cluster_type='SingleRack' +cluster_version='3.1.0' +threshold_type='PercentSuccess' +threshold_grouping='PerCluster' +threshold_value=90 +network_fabric_id='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet' +# aggregator_or_single_rack_definition start +network_rack_id="/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet" +rack_sku_id="/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly" +rack_serial_number="b99m99r1" +rack_location="b99m99r1" +availability_zone="1" +storage_appliance_configuration_data="[{rackSlot:1,adminCredentials:{username:'admin',password:'password'},storageApplianceName:'name',serialNumber:'serial'}]" +bare_metal_machine_configuration_data="[{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'AA:BB:CC:DD:E7:08',bootMacAddress:'AA:BB:CC:F8:71:2E',machineName:'lab00r750wkr1',rackSlot:2,serialNumber:'5HS7PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:FD:E6:CC',bootMacAddress:'B0:7B:25:F8:78:C0',machineName:'lab00r750wkr2',rackSlot:3,serialNumber:'4HS7PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:FD:D8:A4',bootMacAddress:'B0:7B:25:F8:50:C6',machineName:'lab00r750wkr3',rackSlot:4,serialNumber:'FM56PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:FE:82:4E',bootMacAddress:'B0:7B:25:F8:5B:C8',machineName:'lab00r750wkr4',rackSlot:5,serialNumber:'7M56PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:EF:5E:B8',bootMacAddress:'B0:7B:25:DE:7F:F4',machineName:'lab00r750mgr1',rackSlot:6,serialNumber:'6P56PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:EF:60:20',bootMacAddress:'B0:7B:25:DE:79:FC',machineName:'lab00r750mgr2',rackSlot:7,serialNumber:'7P56PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:FD:E9:4E',bootMacAddress:'B0:7B:25:F8:5B:12',machineName:'lab00r750wkr5',rackSlot:8,serialNumber:'8HS7PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:FD:E8:52',bootMacAddress:'B0:7B:25:F8:76:A6',machineName:'lab00r750wkr6',rackSlot:9,serialNumber:'2N56PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:FD:E8:40',bootMacAddress:'B0:7B:25:F8:60:4C',machineName:'lab00r750wkr7',rackSlot:10,serialNumber:'GM56PK3'},{bmcCredentials:{password:'bmcPassword',username:'root'},bmcMacAddress:'B0:7B:25:FD:DC:76',bootMacAddress:'B0:7B:25:F8:50:CA',machineName:'lab00r750wkr8',rackSlot:11,serialNumber:'9M56PK3'}]" +# aggregator_or_single_rack_definition end +aggregator_or_single_rack_definition_directory='./cli-ext/v20230501preview/ext/src/networkcloud/azext_networkcloud/tests/testdata/aggregatorOrSingleRackDefinition.json' +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +skip_validations_for_machines="[]" +name_delete="simulator" +rg_delete="cli-test-cluster-deploy-rg" +name_deploy="simulator" +rg_deploy="cli-test-cluster-deploy-rg" +name_update_version="simulator" +rg_update_version="cli-test-cluster-update-version-rg" +version_update_version="3.2.0-pr14470" [DEFAULT_CNI_NETWORK] -location = 'eastus' -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' -cni_bgp_configuration = '{"bgp-peers":[{"as-number":"64497","peer-ip":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnet-prefix":"192.0.2.0/27"}],"service-external-prefixes":["192.0.2.0/28"],"service-load-balancer-prefixes":["192.0.2.16/28"]}' -ip_allocation_type = "DualStack" -ipv4prefix = "10.20.101.0/24" -ipv6prefix = "fd01:20::0/64" -l3_isolation_domain_id = '/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2' -vlan = 1004 +location='eastus' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +cni_bgp_configuration='{"bgp-peers":[{"as-number":"64497","peer-ip":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnet-prefix":"192.0.2.0/27"}],"service-external-prefixes":["192.0.2.0/28"],"service-load-balancer-prefixes":["192.0.2.16/28"]}' +ip_allocation_type="DualStack" +ipv4prefix="10.20.101.0/24" +ipv6prefix="fd01:20::0/64" +l3_isolation_domain_id='/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2' +vlan=1004 [HYBRID_AKS_CLUSTER] -name = 'pipelinehaks-chntu7pwke7sq-39b7aff3' -resource_group = 'm15-e4f14334258d-HostedResources-49660092' -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +name='pipelinehaks-chntu7pwke7sq-39b7aff3' +resource_group='m15-e4f14334258d-HostedResources-49660092' +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" + +[KUBERNETESCLUSTER] +resource_group='dev6-cluster' +admin_group_object_ids='["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]' +location='eastus' +extended_location='/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc' +extended_location_type='CustomLocation' +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +admin_group_object_id="['3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f']" +initial_node_configuration="[{count:1,mode:'System',name:'systemPool1',vmSkuName:'NC_G4_v1',agentOptions:{hugepagesCount:4,hugepagesSize:1G},upgradeSettings:{maxSurge:'1'},adminUsername:'azureuser',sshKeyValues:['ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= northamerica\priyashet@DESKTOP-SMSPV4Q']}]" +cloud_services_network_id="/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn" +cni_network_id="/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734" +pod_cidrs="['10.244.0.0/16']" +service_cidrs="['10.96.0.0/16']" +dns_service_ip="10.96.0.10" +bgp_advertisements="[{advertiseToFabric:'True',communities:['64512:100'],ipAddressPools:['pool1'],peers:['peer1']}]" +fabric_peering_enabled="True" +ip_address_pools="[{addresses:['198.51.102.0/24'],autoAssign:'True',name:'pool1',onlyUseHostIps:'True'}]" +kubernetes_version="1.24.9" +#control_plane_configuration start +vm_sku_name='NC_G4_v1' +count=1 +count_update=1 +cp_admin_username='azureuser' +cp_ssh_key_list="['ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= azureuser@VM']" +#control_plane_configuration end +admin_username='azureuser' +ssh_key_values='ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= azureuser@VM' + +[KUBERNETESCLUSTER_AGENTPOOL] +name='systemPool13' +cluster_name='res-test-standard-naks-ba585' +resource_group='nc-resource-testing-k5-0907401cb287-xu9dj' +location='eastus' +extended_location='subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc' +extended_location_type='CustomLocation' +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +admin_username='azureuser' +ssh_key_values='ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= azureuser@VM' +count=1 +mode='System' +vm_sku_name='NC_M16_v1' +agent_options="{hugepages-count:12,hugepages-size:2M}" +l3_networks="[{networkId:'/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509',pluginType:'SRIOV',ipamEnabled:False}]" +taints="[{key:'kubernetes.taint',value:'true:NoSchedule'}]" +labels="[{key:'fakelabel',value:'true'}]" +availability_zones="['1']" +max_surge="1" [L2_NETWORK] -location = 'eastus' -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' -hybrid_aks_plugin_type = "DPDK" -interface_name = "eth0" -l2_isolation_domain_id = "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1" +location='eastus' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +interface_name="eth0" +l2_isolation_domain_id="/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1" [L3_NETWORK] -location = 'eastus' -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' -vlan = 1001 -ipv4prefix = "10.1.100.0/24" -ipv6prefix = "fd01:1::0/64" -ip_allocation_type = "DualStack" -hybrid_aks_ipam_enabled = "True" -hybrid_aks_plugin_type = "DPDK" -interface_name = "eth0" -l3_isolation_domain_id = "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1" +location='eastus' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +vlan=1001 +ipv4prefix="10.1.100.0/24" +ipv6prefix="fd01:1::0/64" +ip_allocation_type="DualStack" +interface_name="eth0" +l3_isolation_domain_id="/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1" [METRICSCONFIGURATION] -location = 'eastus' -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -collection_interval = 15 -enabled_metrics = 'node_os_version' -extended_location = "/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc" -cluster_name = "simulator" -resource_group = "cli-automation-rg" +location='eastus' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +collection_interval=15 +enabled_metrics= 'node_os_version' +extended_location="/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc" +cluster_name="simulator" +resource_group="cli-automation-rg" [RACKSKU] name = 'V1_5_4_Compute_DellR750_8C2M' [RACK] -location = 'eastus' -name = 'aa1234' -resource_group = 'simulator-HostedResources-432A8F10' -rack_location = 'Microsoft Datacenter, Floor 2, Aisle 1, Rack 1' -serial_number = '0000-AAA-1234' -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' +location='eastus' +name='aa1234' +resource_group='simulator-HostedResources-624CF26D' +rack_location='Microsoft Datacenter, Floor 2, Aisle 1, Rack 1' +serial_number='0000-AAA-1234' +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" [STORAGE_APPLIANCE] -name = "b37m16purestor1" -rg = "m16-1-9c522075177c-HostedResources-07ABB5FF" -tags_update = '{"CreatedBy":"/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"}' -serial_number = "serial" +name="b37m16purestor1" +resource_group="m16-1-9c522075177c-HostedResources-07ABB5FF" +tags_update="{CreatedBy:'/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule'}" +serial_number="serial" [TRUNKED_NETWORK] location = "eastus" -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' -vlans = "['1004']" -hybrid_aks_plugin_type = "DPDK" -interface_name = "eth0" -isolation_domain_ids = "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2" +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +vlans="['1004']" +interface_name="eth0" +isolation_domain_ids="/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2" [VIRTUALMACHINE] -location = "eastus" -type = "CustomLocation" -tags = '{"tag1":"tag1"}' -tags_update = '{"tag1":"tag1","tag2":"tag2update"}' -extended_location = '/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' -admin_user_name = "admin" -boot_method = "UEFI" -attached_network_id = '/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1' -cpu_cores = 2 -isolate_emulator_thread = "False" -memory_size = 4 -network_attachments = "[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic"}]" -network_data = "bmV0d29ya0RhdGVTYW1wbGU=" -placement_hints = "[]" -ssh_key_values = "ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT/ojNZfpB3af/YDzwQCZgTcTRyNNhL4o/blKUmug0daSsSXISTRnIDpcf5qytjs1Xo+yYyJMvzLL59mhAyb3p/cD+Y3/s3WhAx+l0XOKpzXnblrv9d3q4c2tWmm/SyFqthaqd0=admin@vm" -disk_size = 4 -create_opt = "Ephemeral" -delete_opt = "Delete" -user_data = "dXNlckRhdGVTYW1wbGU=" -virtio_interface = "Modern" -vm_name = "hbusipalleacr2.azurecr.io/ubuntu:20.04" -password = "password" -registry_url = "hbusipalleacr2.azurecr.io" -user_name = "user" +location ="eastus" +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc' +admin_user_name="admin" +boot_method="UEFI" +attached_network_id='/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1' +cpu_cores=2 +memory_size=4 +network_attachments="[{attachedNetworkId:'/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1',defaultGateway:True,ipAllocationMethod:Dynamic}]" +network_data="bmV0d29ya0RhdGVTYW1wbGU=" +placement_hints="[]" +ssh_key_values="ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+jfaaOLHTIIB4fJvo6dQUZxE20w2iDHV3tEkmnTo84eba97VMueQD6OzJPEyWZMRpz8UYWOd0IXeRqiFu1lawNblZhwNT/ojNZfpB3af/YDzwQCZgTcTRyNNhL4o/blKUmug0daSsSXISTRnIDpcf5qytjs1Xo+yYyJMvzLL59mhAyb3p/cD+Y3/s3WhAx+l0XOKpzXnblrv9d3q4c2tWmm/SyFqthaqd0=admin@vm" +disk_size=4 +create_opt="Ephemeral" +delete_opt="Delete" +user_data="dXNlckRhdGVTYW1wbGU=" +vm_device_model="T2" +vm_name="hbusipalleacr2.azurecr.io/ubuntu:20.04" +password="password" +registry_url="hbusipalleacr2.azurecr.io" +user_name="user" + +[VIRTUALMACHINE_CONSOLE] +resource_group="simulator-HostedResources-00245EF8" +location="eastus" +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/sim-clustermgr-mrg-7xmmftnqfkqy2/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-7xmmftnqfkqy2-cl' +enabled="True" +expiration="2023-06-01T01:27:03.008Z" +new_expiration="2023-07-01T01:27:03.008Z" +ssh_public_key="keyData='ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= azureuser@vm'" +virtual_machine_name="testvmconsole" + +[VOLUME] +resource_group="m16-1-487bb720ddfb-HostedResources-25E56565" +location="eastus" +extended_location='/subscriptions/a3eeb848-665a-4dbf-80a4-eb460930fb23/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/' +type="CustomLocation" +tags="{tag1:'tag1'}" +tags_update="{tag1:'tag1',tag2:'tag2update'}" +size=10 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_baremetalmachinekeyset_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_baremetalmachinekeyset_scenario1.yaml index d22de40e6f9..e74843d362d 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_baremetalmachinekeyset_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_baremetalmachinekeyset_scenario1.yaml @@ -26,29 +26,29 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-16T18:28:53.955844Z"},"properties":{"provisioningState":"Accepted","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:36:25.9008144Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-16T18:36:25.9008144Z"},"properties":{"provisioningState":"Accepted","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= cloudtest@simulator"}}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0034b87b-76ae-462c-9dae-2a9d33672cb8*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '1702' + - '1704' content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:28:55 GMT + - Tue, 16 May 2023 18:36:25 GMT etag: - - '"0100c56b-0000-0100-0000-6463cb670000"' + - '"01003775-0000-0100-0000-6463cd2a0000"' expires: - '-1' mise-correlation-id: - - 5a7961d2-c777-4f36-b447-1d09db4cf31b + - 40123d10-9885-46e5-8539-96590c0b353b pragma: - no-cache strict-transport-security: @@ -79,10 +79,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0034b87b-76ae-462c-9dae-2a9d33672cb8*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Accepted","startTime":"2023-05-16T18:28:54.0828518Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0034b87b-76ae-462c-9dae-2a9d33672cb8*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","name":"0034b87b-76ae-462c-9dae-2a9d33672cb8*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Accepted","startTime":"2023-05-16T18:36:25.9829972Z"}' headers: cache-control: - no-cache @@ -91,9 +91,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:28:55 GMT + - Tue, 16 May 2023 18:36:25 GMT etag: - - '"0a00393c-0000-0100-0000-6463cb660000"' + - '"0a00e54f-0000-0100-0000-6463cd290000"' expires: - '-1' pragma: @@ -126,10 +126,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0034b87b-76ae-462c-9dae-2a9d33672cb8*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"82749677-37b3-4ea6-8113-70fa4b2a758c*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:28:54.0828518Z","endTime":"2023-05-16T18:29:10.8750644Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0034b87b-76ae-462c-9dae-2a9d33672cb8*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","name":"0034b87b-76ae-462c-9dae-2a9d33672cb8*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:36:25.9829972Z","endTime":"2023-05-16T18:36:39.6422391Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -138,9 +138,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:26 GMT + - Tue, 16 May 2023 18:36:56 GMT etag: - - '"0a00873c-0000-0100-0000-6463cb760000"' + - '"0a002450-0000-0100-0000-6463cd370000"' expires: - '-1' pragma: @@ -173,24 +173,24 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:11.3576356Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:36:25.9008144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:36:40.3454785Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:28:59Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:36:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated users on all the nodes"}}' headers: cache-control: - no-cache content-length: - - '1915' + - '1916' content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:26 GMT + - Tue, 16 May 2023 18:36:56 GMT etag: - - '"0100ed6b-0000-0100-0000-6463cb770000"' + - '"01005575-0000-0100-0000-6463cd380000"' expires: - '-1' pragma: @@ -231,13 +231,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -245,15 +245,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:26 GMT + - Tue, 16 May 2023 18:36:57 GMT etag: - - '"0100fe6b-0000-0100-0000-6463cb870000"' + - '"01006375-0000-0100-0000-6463cd4a0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview mise-correlation-id: - - 779b3142-07f3-4a98-9c84-7b8bc96e6ef2 + - 2f7f70cd-3400-4ecc-a55e-96a8671373e7 pragma: - no-cache strict-transport-security: @@ -283,10 +283,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Accepted","startTime":"2023-05-16T18:29:26.7611566Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","name":"3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Accepted","startTime":"2023-05-16T18:36:57.9256452Z"}' headers: cache-control: - no-cache @@ -295,9 +295,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:26 GMT + - Tue, 16 May 2023 18:36:57 GMT etag: - - '"0a00283f-0000-0100-0000-6463cb860000"' + - '"0a00bd53-0000-0100-0000-6463cd490000"' expires: - '-1' pragma: @@ -329,10 +329,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"0bf01e77-f02a-44bb-95a3-385a5363e354*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:29:26.7611566Z","endTime":"2023-05-16T18:29:31.1640242Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","name":"3ec4e13e-230e-48a8-86a0-cf06d214bba0*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:36:57.9256452Z","endTime":"2023-05-16T18:37:03.3673694Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -341,9 +341,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:56 GMT + - Tue, 16 May 2023 18:37:27 GMT etag: - - '"0a00483f-0000-0100-0000-6463cb8b0000"' + - '"0a00d453-0000-0100-0000-6463cd4f0000"' expires: - '-1' pragma: @@ -375,24 +375,24 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.645928Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:36:25.9008144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:03.8264037Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc XYZ","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated users on all the nodes","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1975' + - '1977' content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:56 GMT + - Tue, 16 May 2023 18:37:27 GMT etag: - - '"0100146c-0000-0100-0000-6463cb8b0000"' + - '"01007475-0000-0100-0000-6463cd4f0000"' expires: - '-1' pragma: @@ -426,24 +426,24 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.645928Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:36:25.9008144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:03.8264037Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc XYZ","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated users on all the nodes","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1975' + - '1977' content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:57 GMT + - Tue, 16 May 2023 18:37:27 GMT etag: - - '"0100146c-0000-0100-0000-6463cb8b0000"' + - '"01007475-0000-0100-0000-6463cd4f0000"' expires: - '-1' pragma: @@ -477,46 +477,46 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/bmmkeyset","name":"bmmkeyset","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T14:29:12.3090237Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.3416366Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/bmmkeyset","name":"bmmkeyset","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T14:29:12.3090237Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:02.5831842Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-xynwswzaa","name":"cli-test-bmmks-xynwswzaa","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T14:59:52.2162738Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.7245853Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-xynwswzaa","name":"cli-test-bmmks-xynwswzaa","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T14:59:52.2162738Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:03.6747125Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-hzwxelijo","name":"cli-test-bmmks-hzwxelijo","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T15:01:26.98329Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.099528Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-hzwxelijo","name":"cli-test-bmmks-hzwxelijo","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T15:01:26.98329Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:03.1031356Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-ht3xwfxrr","name":"cli-test-bmmks-ht3xwfxrr","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:54:43.7213887Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.8872341Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-ht3xwfxrr","name":"cli-test-bmmks-ht3xwfxrr","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:54:43.7213887Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:02.9670163Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-5pfigx6gp","name":"cli-test-bmmks-5pfigx6gp","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:57:35.406716Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.5731448Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-5pfigx6gp","name":"cli-test-bmmks-5pfigx6gp","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:57:35.406716Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:02.4435561Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-2p5vucc62","name":"cli-test-bmmks-2p5vucc62","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:58:04.294448Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.3731881Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-2p5vucc62","name":"cli-test-bmmks-2p5vucc62","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:58:04.294448Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:02.2884111Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-de5tjkjmu","name":"cli-test-bmmks-de5tjkjmu","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:59:31.4836541Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:30.7353296Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-de5tjkjmu","name":"cli-test-bmmks-de5tjkjmu","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T16:59:31.4836541Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:02.9705895Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-o7giacghf","name":"cli-test-bmmks-o7giacghf","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T17:01:29.2122117Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:32.4759203Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-o7giacghf","name":"cli-test-bmmks-o7giacghf","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T17:01:29.2122117Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:03.5175053Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated - users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:28:53.955844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:29:31.645928Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + users on all the nodes"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","name":"cli-test-bmmks-000001","type":"microsoft.networkcloud/clusters/baremetalmachinekeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T18:36:25.9008144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T18:37:03.8264037Z"},"properties":{"azureGroupId":"azGroup","expiration":"2023-12-31T23:59:59.008Z","jumpHostsAllowed":["192.0.2.1","192.0.2.3","10.23.25.1"],"osGroupName":"standardAccessGroup","privilegeLevel":"Standard","userList":[{"azureUserName":"userXYZ","description":"UserDesc XYZ","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZVQ8kqj4YM4sM2+sXH/gQmqiVS4Bl9Y5ZAnBZSlW2QEs1Qg8ubiYHMwYU5Z+yKXmcnJ0lJEyF9opa0em3Y9Du5BZ5MMGWn8jWR0OpaDgXMxZJa5cIg6uGtk5vmav/XOAUHtjkqTKJgWBfHJZFfccyfOST66nyotrSrl1FQZUBVU0fTP/rnH/2MrD7r9rhC5hgRyh6RFjyw3rI5e+WJ9v/Edi9EGvnrUXQy9PXLQGiaEgCnktbdvHfvBZOYrrDLr/vjFFKBvgfEJqBg05lmQRw/bF9xuwfbM36wxGjIyohLMIHcHBP3QT55onaY8hyUSzcLAAvbpzev0gXujxXzkCKYEfXHjvEeEhRVm57Gnw8/2dTnqBJkNo5x+2y584oKbYthRkX4LM+JipDua6jMl5LYDJi5Y2V1A0uq67rxmnfI5i+Lw/Q9tiWPMh05ZsXTA2MGds5bWjsK9cL+w3YSPjmi59YHgZNZ4eW0/nMj6ioqy78A5casVmG4k/10TwqZik= - cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:29:29Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated + cloudtest@simulator"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-16T18:37:01Z","detailedStatus":"AllActive","detailedStatusMessage":"Updated users on all the nodes","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '17334' + - '17337' content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:58 GMT + - Tue, 16 May 2023 18:37:28 GMT expires: - '-1' pragma: @@ -552,13 +552,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -566,15 +566,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:59 GMT + - Tue, 16 May 2023 18:37:29 GMT etag: - - '"01009f6c-0000-0100-0000-6463cba70000"' + - '"01009575-0000-0100-0000-6463cd690000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview mise-correlation-id: - - cef5c068-abe2-464e-a9cf-86ffb318d4a8 + - f902abd7-d507-428b-aa77-7866d0752539 pragma: - no-cache strict-transport-security: @@ -604,10 +604,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Deleting","startTime":"2023-05-16T18:29:58.8302522Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","name":"cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Deleting","startTime":"2023-05-16T18:37:29.2431505Z"}' headers: cache-control: - no-cache @@ -616,9 +616,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:29:59 GMT + - Tue, 16 May 2023 18:37:29 GMT etag: - - '"0a00b33f-0000-0100-0000-6463cba60000"' + - '"0a007654-0000-0100-0000-6463cd690000"' expires: - '-1' pragma: @@ -646,10 +646,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:29:58.8302522Z","endTime":"2023-05-16T18:30:02.8966405Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","name":"cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:37:29.2431505Z","endTime":"2023-05-16T18:37:33.4699815Z","properties":null}' headers: cache-control: - no-cache @@ -658,15 +658,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:30:29 GMT + - Tue, 16 May 2023 18:37:59 GMT etag: - - '"0a00c03f-0000-0100-0000-6463cbaa0000"' + - '"0a008954-0000-0100-0000-6463cd6d0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -688,10 +692,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","name":"97f57960-c2d8-4155-81f6-824e891121fe*0DC536B3BC95F73BA0DF875E2C4C82BF312411191B9ED404235A562C7A1A2682","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:29:58.8302522Z","endTime":"2023-05-16T18:30:02.8966405Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","name":"cdc0de8a-98ea-4095-ba77-0b16fb2ad4bd*4720AF5FF9A9410E6DB057E800A36886C3C5B6E389EF0178D787D53521A503A8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator/bareMetalMachineKeySets/cli-test-bmmks-000001","status":"Succeeded","startTime":"2023-05-16T18:37:29.2431505Z","endTime":"2023-05-16T18:37:33.4699815Z","properties":null}' headers: cache-control: - no-cache @@ -700,15 +704,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 18:30:30 GMT + - Tue, 16 May 2023 18:37:59 GMT etag: - - '"0a00c03f-0000-0100-0000-6463cbaa0000"' + - '"0a008954-0000-0100-0000-6463cd6d0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmckeyset_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmckeyset_scenario1.yaml index 95c53e95d8e..bcc2d0ccaa8 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmckeyset_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmckeyset_scenario1.yaml @@ -25,29 +25,29 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T19:48:38.4151306Z"},"properties":{"provisioningState":"Accepted","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:55:42.92362Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T19:55:42.92362Z"},"properties":{"provisioningState":"Accepted","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= fake-public-key"}}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c1e17da-8944-43e0-8eb7-2bb30cd31587*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '1590' + - '1586' content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:48:39 GMT + - Mon, 22 May 2023 19:55:43 GMT etag: - - '"ff0455a1-0000-0100-0000-646bc7160000"' + - '"0105864f-0000-0100-0000-646bc8bf0000"' expires: - '-1' mise-correlation-id: - - d2e52bf0-afd1-452d-a32b-4ad07fc05005 + - 31fe667d-3ed4-4940-9511-cbb5bb463531 pragma: - no-cache strict-transport-security: @@ -78,10 +78,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c1e17da-8944-43e0-8eb7-2bb30cd31587*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Accepted","startTime":"2023-05-22T19:48:38.5324934Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c1e17da-8944-43e0-8eb7-2bb30cd31587*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","name":"9c1e17da-8944-43e0-8eb7-2bb30cd31587*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Accepted","startTime":"2023-05-22T19:55:42.9707819Z"}' headers: cache-control: - no-cache @@ -90,9 +90,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:48:39 GMT + - Mon, 22 May 2023 19:55:43 GMT etag: - - '"4301663b-0000-0100-0000-646bc7160000"' + - '"43010bca-0000-0100-0000-646bc8be0000"' expires: - '-1' pragma: @@ -125,21 +125,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c1e17da-8944-43e0-8eb7-2bb30cd31587*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"add4f457-8177-4cee-99e1-7ce85d524a48*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:48:38.5324934Z","endTime":"2023-05-22T19:48:53.8858669Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c1e17da-8944-43e0-8eb7-2bb30cd31587*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","name":"9c1e17da-8944-43e0-8eb7-2bb30cd31587*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:55:42.9707819Z","endTime":"2023-05-22T19:56:08.404434Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '661' + - '660' content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:08 GMT + - Mon, 22 May 2023 19:56:13 GMT etag: - - '"4301d840-0000-0100-0000-646bc7250000"' + - '"430137d1-0000-0100-0000-646bc8d80000"' expires: - '-1' pragma: @@ -172,24 +172,24 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:48:54.4370251Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:55:42.92362Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:08.8336133Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:48:52Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:06Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed to update users on following nodes: "}}' headers: cache-control: - no-cache content-length: - - '1816' + - '1814' content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:09 GMT + - Mon, 22 May 2023 19:56:13 GMT etag: - - '"ff0422b6-0000-0100-0000-646bc7260000"' + - '"0105c45d-0000-0100-0000-646bc8d80000"' expires: - '-1' pragma: @@ -229,13 +229,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -243,15 +243,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:09 GMT + - Mon, 22 May 2023 19:56:15 GMT etag: - - '"ff045cc5-0000-0100-0000-646bc7360000"' + - '"0105845f-0000-0100-0000-646bc8df0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview mise-correlation-id: - - b39570af-2de4-465a-8c3f-96ce7db8a9d2 + - 8e3ec581-621b-4f93-8b0f-f5d52a6021ff pragma: - no-cache strict-transport-security: @@ -281,21 +281,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Accepted","startTime":"2023-05-22T19:49:09.85348Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","name":"04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Accepted","startTime":"2023-05-22T19:56:14.4627556Z"}' headers: cache-control: - no-cache content-length: - - '588' + - '590' content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:09 GMT + - Mon, 22 May 2023 19:56:15 GMT etag: - - '"43014c45-0000-0100-0000-646bc7350000"' + - '"4301add2-0000-0100-0000-646bc8de0000"' expires: - '-1' pragma: @@ -327,21 +327,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"ea608706-6767-4e49-b314-5c38192e03b1*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:49:09.85348Z","endTime":"2023-05-22T19:49:24.9543125Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","name":"04bcc42b-3c9c-441b-ae23-ba9b76232253*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:56:14.4627556Z","endTime":"2023-05-22T19:56:32.1657029Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '659' + - '661' content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:39 GMT + - Mon, 22 May 2023 19:56:45 GMT etag: - - '"43010d4a-0000-0100-0000-646bc7440000"' + - '"43015bd9-0000-0100-0000-646bc8f00000"' expires: - '-1' pragma: @@ -373,24 +373,24 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.402787Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:55:42.92362Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:32.5992844Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed to update users on following nodes: ","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1882' + - '1881' content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:39 GMT + - Mon, 22 May 2023 19:56:45 GMT etag: - - '"ff0440d9-0000-0100-0000-646bc7450000"' + - '"01052f68-0000-0100-0000-646bc8f00000"' expires: - '-1' pragma: @@ -424,24 +424,24 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.402787Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:55:42.92362Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:32.5992844Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed to update users on following nodes: ","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1882' + - '1881' content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:39 GMT + - Mon, 22 May 2023 19:56:45 GMT etag: - - '"ff0440d9-0000-0100-0000-646bc7450000"' + - '"01052f68-0000-0100-0000-646bc8f00000"' expires: - '-1' pragma: @@ -475,33 +475,33 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/bmcKeySetTest1","name":"bmcKeySetTest1","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:28:40.886915Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:27.2317098Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"Administrator","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/bmcKeySetTest1","name":"bmcKeySetTest1","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:28:40.886915Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:32.1732054Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"Administrator","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed - to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/bmcKeySetTest2","name":"bmcKeySetTest2","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:45:01.2113816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:24.6781625Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/bmcKeySetTest2","name":"bmcKeySetTest2","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:45:01.2113816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:32.2414161Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed - to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-rjoaugddr","name":"cli-test-bmmks-rjoaugddr","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:51:18.0861144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.6222904Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-rjoaugddr","name":"cli-test-bmmks-rjoaugddr","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:51:18.0861144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:34.2642178Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed - to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-piqx3qaq6","name":"cli-test-bmmks-piqx3qaq6","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:53:08.6904405Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.0795088Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-piqx3qaq6","name":"cli-test-bmmks-piqx3qaq6","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T16:53:08.6904405Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:33.2459444Z"},"properties":{"provisioningState":"Succeeded","azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed - to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-brsbvzy2d","name":"cli-test-bmmks-brsbvzy2d","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:06:45.4716677Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.407607Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: "}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-brsbvzy2d","name":"cli-test-bmmks-brsbvzy2d","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:06:45.4716677Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:32.5157856Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed - to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-fel5x27wj","name":"cli-test-bmmks-fel5x27wj","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:17:18.347882Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.0753763Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-fel5x27wj","name":"cli-test-bmmks-fel5x27wj","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:17:18.347882Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:33.0325963Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed - to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-qu5mxsatk","name":"cli-test-bmmks-qu5mxsatk","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:18:57.8981505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:26.4021468Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmmks-qu5mxsatk","name":"cli-test-bmmks-qu5mxsatk","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T17:18:57.8981505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:33.8156191Z"},"properties":{"azureGroupId":"testGroup","expiration":"2023-12-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userABC","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed - to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:48:38.4151306Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:49:25.402787Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + to update users on following nodes: ","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","name":"cli-test-bmcks-000001","type":"microsoft.networkcloud/clusters/bmckeysets","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:55:42.92362Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:56:32.5992844Z"},"properties":{"azureGroupId":"testGroup","expiration":"2024-01-31T23:59:59.008Z","privilegeLevel":"ReadOnly","userList":[{"azureUserName":"userXYZ","description":"UserDesc","sshPublicKey":{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCYnWX/sth0/ikG/d+ahWdO4sTp1stHP1jnEcxt0Vr4YcoKYh6cic2yZr3Mjb4NxcuJKAw4kmJ7bSRl5na8MEJkSFyMberQaqapahv+lx7Pm8ZTZVlVcvq0Q83yrHA/62RNtLqLF03RaTaBMrNXZoC76euPEHK4LNgk9UxhTfE0GDHGHOHGRafh24pTgVhyd7nSTuYyY+OlIfv6J726wGsRFZ8OXtE7xfHEtfzsFJBpf15YOEEtdrIQ0w+xj53nO2FOk+gLhExxlfj4gizQZPXtNI+nM7d25rlZWQW4RngFAvon63/3HNELCEHmAaEPpoAQpgESl19AtTQzUf5hl3RAyL75CM7V95/NcUG0UJ+3t1wI+Kc3WpTkHZmbcgOBYSi6+JPpmqB/oxEkjDUIvyyenLB9UFyTj8keQ2vCYzaTBLjcndDJWFYM+MbKHCSx/XxZXDkFiPQeLgkWixFAWLmufnwULIx/tr/VRdQFSZI6MoUmfUqaQhv7a2eVikiqLEk= - fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:49:23Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed + fake-public-key"}}],"userListStatus":[{"azureUserName":"userABC","status":"Invalid"},{"azureUserName":"userXYZ","status":"Active"}],"lastValidation":"2023-05-22T19:56:30Z","detailedStatus":"AllActive","detailedStatusMessage":"Failed to update users on following nodes: ","provisioningState":"Succeeded"}}]}' headers: cache-control: @@ -511,7 +511,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:40 GMT + - Mon, 22 May 2023 19:56:45 GMT expires: - '-1' pragma: @@ -547,13 +547,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -561,15 +561,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:41 GMT + - Mon, 22 May 2023 19:56:46 GMT etag: - - '"ff04b2ee-0000-0100-0000-646bc7550000"' + - '"01059c6f-0000-0100-0000-646bc8ff0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview mise-correlation-id: - - 9b2f8c25-381b-4c93-b1e7-709f81e417bc + - ce7f6b1b-fd91-41ce-a445-8d3ae5c4cc8b pragma: - no-cache strict-transport-security: @@ -599,10 +599,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Deleting","startTime":"2023-05-22T19:49:41.1604923Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","name":"2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Deleting","startTime":"2023-05-22T19:56:46.6642249Z"}' headers: cache-control: - no-cache @@ -611,9 +611,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:49:41 GMT + - Mon, 22 May 2023 19:56:46 GMT etag: - - '"43015d50-0000-0100-0000-646bc7550000"' + - '"430119de-0000-0100-0000-646bc8fe0000"' expires: - '-1' pragma: @@ -641,10 +641,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:49:41.1604923Z","endTime":"2023-05-22T19:50:01.9379486Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","name":"2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:56:46.6642249Z","endTime":"2023-05-22T19:57:04.5603241Z","properties":null}' headers: cache-control: - no-cache @@ -653,9 +653,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:50:11 GMT + - Mon, 22 May 2023 19:57:16 GMT etag: - - '"43012659-0000-0100-0000-646bc7690000"' + - '"4301b4e3-0000-0100-0000-646bc9100000"' expires: - '-1' pragma: @@ -687,10 +687,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1036-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","name":"38c0df50-5758-49ba-8516-9ab6c11ed357*CF780CF3BEA8385ED94A4C695CD569450733E0D5EF9BECB87F8F86A0F80E6FEB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:49:41.1604923Z","endTime":"2023-05-22T19:50:01.9379486Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","name":"2727d3e7-fefe-41fd-bd04-4e0adbfe04b5*BE00DBF7E3D4A198DA80D090BEF4E6BDA252BACEE9BAB115520C56B47B574FF9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d/bmcKeySets/cli-test-bmcks-000001","status":"Succeeded","startTime":"2023-05-22T19:56:46.6642249Z","endTime":"2023-05-22T19:57:04.5603241Z","properties":null}' headers: cache-control: - no-cache @@ -699,9 +699,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 19:50:11 GMT + - Mon, 22 May 2023 19:57:16 GMT etag: - - '"43012659-0000-0100-0000-646bc7690000"' + - '"4301b4e3-0000-0100-0000-646bc9100000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_commands_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_commands_scenario1.yaml index 55b2b3ba3ee..5c935541d69 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_commands_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_commands_scenario1.yaml @@ -19,13 +19,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02/runCommand?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02/runCommand?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -33,13 +33,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:24:31 GMT + - Wed, 24 May 2023 00:31:38 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2023-05-01-preview mise-correlation-id: - - 417e90e4-b36c-43f7-9e22-7261d2af3d2a + - 91574d41-ce6e-48f6-85b0-9e057ea7a26c pragma: - no-cache strict-transport-security: @@ -69,10 +69,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-05-23T20:24:30.0351173Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-05-24T00:31:39.3898591Z"}' headers: cache-control: - no-cache @@ -81,9 +81,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:24:31 GMT + - Wed, 24 May 2023 00:31:38 GMT etag: - - '"9c019d7b-0000-0100-0000-646d20fe0000"' + - '"aa01b485-0000-0100-0000-646d5aeb0000"' expires: - '-1' pragma: @@ -111,22 +111,22 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-05-23T20:24:30.0351173Z","endTime":"2023-05-23T20:24:51.3781381Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action - Command Output====\nbin\nboot\ndev\netc\nhome\nlib\nlib64\nlost+found\nmedia\nmnt\nopt\nproc\nroot\nrun\nsbin\nsrv\nsys\ntmp\nusr\nvar\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/3aa54a62-b1e6-492c-9102-f7f5f276402a-action-bmmruncmd.tar.gz?se=2023-05-24T00%3A24%3A49Z&sig=M%2B%2BvpU%2BWo14Zlx7uuTU1Z79QNzyRUzS7VlUBJrh3pzo%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A24%3A49Z&sv=2019-12-12"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-05-24T00:31:39.3898591Z","endTime":"2023-05-24T00:31:56.8439981Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\nbin\nboot\ndev\netc\nhome\nlib\nlib64\nlost+found\nmedia\nmnt\nopt\nproc\nroot\nrun\nsbin\nsrv\nsys\ntmp\nusr\nvar\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/b2b821e8-8f22-4942-bd88-208017176cf3-action-bmmruncmd.tar.gz?se=2023-05-24T04%3A31%3A55Z&sig=PGKusQmFjFnLGYJipHbk0zm%2BQRHixPjhLSRVyw1aVSc%3D&sp=r&spr=https&sr=b&st=2023-05-24T00%3A31%3A55Z&sv=2019-12-12"}}' headers: cache-control: - no-cache content-length: - - '1123' + - '1119' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:01 GMT + - Wed, 24 May 2023 00:32:09 GMT etag: - - '"9c014182-0000-0100-0000-646d21130000"' + - '"aa018e88-0000-0100-0000-646d5afc0000"' expires: - '-1' pragma: @@ -158,22 +158,22 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"2a172226-7d0c-437b-944f-69faccaa1574*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-05-23T20:24:30.0351173Z","endTime":"2023-05-23T20:24:51.3781381Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action - Command Output====\nbin\nboot\ndev\netc\nhome\nlib\nlib64\nlost+found\nmedia\nmnt\nopt\nproc\nroot\nrun\nsbin\nsrv\nsys\ntmp\nusr\nvar\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/3aa54a62-b1e6-492c-9102-f7f5f276402a-action-bmmruncmd.tar.gz?se=2023-05-24T00%3A24%3A49Z&sig=M%2B%2BvpU%2BWo14Zlx7uuTU1Z79QNzyRUzS7VlUBJrh3pzo%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A24%3A49Z&sv=2019-12-12"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","name":"c13b2a94-678c-493c-a838-a59f7d9885a1*FAA5801187CC5D6E11B88645EED3385FC7E176F1C8CA989E3A6F27754C89CA0A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-05-24T00:31:39.3898591Z","endTime":"2023-05-24T00:31:56.8439981Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\nbin\nboot\ndev\netc\nhome\nlib\nlib64\nlost+found\nmedia\nmnt\nopt\nproc\nroot\nrun\nsbin\nsrv\nsys\ntmp\nusr\nvar\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/b2b821e8-8f22-4942-bd88-208017176cf3-action-bmmruncmd.tar.gz?se=2023-05-24T04%3A31%3A55Z&sig=PGKusQmFjFnLGYJipHbk0zm%2BQRHixPjhLSRVyw1aVSc%3D&sp=r&spr=https&sr=b&st=2023-05-24T00%3A31%3A55Z&sv=2019-12-12"}}' headers: cache-control: - no-cache content-length: - - '1123' + - '1119' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:01 GMT + - Wed, 24 May 2023 00:32:09 GMT etag: - - '"9c014182-0000-0100-0000-646d21130000"' + - '"aa018e88-0000-0100-0000-646d5afc0000"' expires: - '-1' pragma: @@ -210,13 +210,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03/runDataExtracts?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03/runDataExtracts?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -224,13 +224,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:01 GMT + - Wed, 24 May 2023 00:32:10 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2023-05-01-preview mise-correlation-id: - - f59c4b89-1544-4c44-96a3-492b1a38dbdf + - 3e5f8775-533f-46c9-9219-fad3210de68b pragma: - no-cache strict-transport-security: @@ -260,21 +260,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Accepted","startTime":"2023-05-23T20:25:02.138345Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Accepted","startTime":"2023-05-24T00:32:10.3256755Z"}' headers: cache-control: - no-cache content-length: - - '586' + - '587' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:01 GMT + - Wed, 24 May 2023 00:32:10 GMT etag: - - '"9c011285-0000-0100-0000-646d211e0000"' + - '"aa01ec8a-0000-0100-0000-646d5b0a0000"' expires: - '-1' pragma: @@ -302,24 +302,24 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Succeeded","startTime":"2023-05-23T20:25:02.138345Z","endTime":"2023-05-23T20:25:27.0573871Z","error":{},"properties":{"exitCode":"1","outputHead":"====Action + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Succeeded","startTime":"2023-05-24T00:32:10.3256755Z","endTime":"2023-05-24T00:32:26.5192559Z","error":{},"properties":{"exitCode":"1","outputHead":"====Action Command Output====\nExecuting hardware-support-data-collection command\nGetting following hardware support logs: SysInfo,TTYLog\nERROR: Unable to connect - to RAC at specified IP address.\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/5f26b4e1-21ff-441d-808b-9beb7969b7d7-action-bmmdataextcmd.tar.gz?se=2023-05-24T00%3A25%3A26Z&sig=NSbOdzFL9ER0tlajw7cyHtT21Kv0u8nkGVqP3%2BAo2RE%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A26Z&sv=2019-12-12"}}' + to RAC at specified IP address.\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/47ac7c57-7f36-4de7-a31a-a8e45e8e7583-action-bmmdataextcmd.tar.gz?se=2023-05-24T04%3A32%3A25Z&sig=NYV5cc4FfdWdgLIPUKaZj28f0OOVRiMSsMpdDQF7buo%3D&sp=r&spr=https&sr=b&st=2023-05-24T00%3A32%3A25Z&sv=2019-12-12"}}' headers: cache-control: - no-cache content-length: - - '1173' + - '1172' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:31 GMT + - Wed, 24 May 2023 00:32:40 GMT etag: - - '"9c016d8e-0000-0100-0000-646d21370000"' + - '"aa017b8c-0000-0100-0000-646d5b1a0000"' expires: - '-1' pragma: @@ -351,24 +351,24 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"9b5a868f-ad11-4058-b1e2-109e8a081a3e*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Succeeded","startTime":"2023-05-23T20:25:02.138345Z","endTime":"2023-05-23T20:25:27.0573871Z","error":{},"properties":{"exitCode":"1","outputHead":"====Action + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","name":"4530a0c2-bef1-4431-bcf3-e8ebd5eab7fe*A23FFACE109100CDE9F10454DC2CDAD6C14694A46A9A61FE140BD459A7500277","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","status":"Succeeded","startTime":"2023-05-24T00:32:10.3256755Z","endTime":"2023-05-24T00:32:26.5192559Z","error":{},"properties":{"exitCode":"1","outputHead":"====Action Command Output====\nExecuting hardware-support-data-collection command\nGetting following hardware support logs: SysInfo,TTYLog\nERROR: Unable to connect - to RAC at specified IP address.\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/5f26b4e1-21ff-441d-808b-9beb7969b7d7-action-bmmdataextcmd.tar.gz?se=2023-05-24T00%3A25%3A26Z&sig=NSbOdzFL9ER0tlajw7cyHtT21Kv0u8nkGVqP3%2BAo2RE%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A26Z&sv=2019-12-12"}}' + to RAC at specified IP address.\n","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/47ac7c57-7f36-4de7-a31a-a8e45e8e7583-action-bmmdataextcmd.tar.gz?se=2023-05-24T04%3A32%3A25Z&sig=NYV5cc4FfdWdgLIPUKaZj28f0OOVRiMSsMpdDQF7buo%3D&sp=r&spr=https&sr=b&st=2023-05-24T00%3A32%3A25Z&sv=2019-12-12"}}' headers: cache-control: - no-cache content-length: - - '1173' + - '1172' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:31 GMT + - Wed, 24 May 2023 00:32:40 GMT etag: - - '"9c016d8e-0000-0100-0000-646d21370000"' + - '"aa017b8c-0000-0100-0000-646d5b1a0000"' expires: - '-1' pragma: @@ -405,13 +405,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/runReadCommands?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/runReadCommands?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -419,13 +419,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:33 GMT + - Wed, 24 May 2023 00:32:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2023-05-01-preview mise-correlation-id: - - 41c7fe2f-d867-4300-ad26-7e5011884ff1 + - e6374c1b-0f10-4ed1-90b7-2c02d8ecae0e pragma: - no-cache strict-transport-security: @@ -455,10 +455,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:25:33.2683909Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-24T00:32:41.7555022Z"}' headers: cache-control: - no-cache @@ -467,9 +467,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:25:33 GMT + - Wed, 24 May 2023 00:32:43 GMT etag: - - '"9c011e91-0000-0100-0000-646d213d0000"' + - '"aa01e58d-0000-0100-0000-646d5b290000"' expires: - '-1' pragma: @@ -497,34 +497,39 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:25:33.2683909Z","endTime":"2023-05-23T20:25:46.5117116Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action - Command Output====\n+ kubectl get pods -A\nNAMESPACE NAME READY STATUS RESTARTS AGE\nazure-arc cluster-metadata-operator-588699ff86-ctqp6 2/2 Running 0 19h\nazure-arc clusterconnect-agent-7bdff7d9c-8jwjd 3/3 Running 0 19h\nazure-arc clusteridentityoperator-594dc877c4-6xdvp 2/2 Running 0 19h\nazure-arc config-agent-67f895bb-7rvzq 2/2 Running 0 19h\nazure-arc controller-manager-789c84c597-rt6z9 2/2 Running 0 19h\nazure-arc extension-events-collector-85976b75d8-bzgqd 2/2 Running 0 19h\nazure-arc extension-manager-66667799b-gxdkz 3/3 Running 56 - (41m ago) 19h\nazure-arc flux-logs-agent-7f698cb569-lq7hl 1/1 Running 0 19h\nazure-arc kube-aad-proxy-895645cc9-nmjk4 2/2 Running 0 19h\nazure-arc metrics-agent-7d858b555c-5rzfr 2/2 Running 0 19h\nazure-arc resource-sync-agent-6c7499c544-zrgvp 2/2 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-lqw29 1/1 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-nswbg 1/1 Running 0 19h\ncalico-system calico-kube-controllers-55965d5d75-jqndf 1/1 Running 0 19h\ncalico-system calico-node-8ncj7 1/1 Running 1 - (18h ago) 18h\ncalico-system calico-node-ck2rf 1/1 Running 0 19h\ncalico-system calico-node-g95mt 1/1 Running 1 - (18h ago) 18h\ncalico-system calico-node-zlscp 1/1 Running 0 18h\ncalico-system calico-typha-745f74b4c6-phxm8 1/1 Running 0 19h\ncalico-system calico-typha-745f74b4c6-px4tn 1/1 Running 1 - (18h ago) 18h\ncalico-system csi-node-driver-628k6 2/2 Running 1 - (18h ago) 18h\ncalico-system csi-node-driver-8pf7n 2/2 Running 0 18h\ncalico-system csi-node-driver-rx5hw 2/2 Running 1 - (18h ago) 18h\ncalico-system csi-node-driver-v8qhv 2/2 Running 0 19h\ndefault virt-launcher-d82a9e1edcd5586b9c4c8e667dd73eb3d1e12c0a32db65v9g 1/1 Running 0 18h\ngatekeeper-system gatekeeper-audit-5c55fc4ddf-p99r8 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-2qnjz 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-4cwgh 1/1 Running 0 19h\nkube-system ama-logs-2x5bp ","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/c0243a2f-0a6d-4f0b-a6c1-811a26047da3-action-bmmrunreadcmd.tar.gz?se=2023-05-24T00%3A25%3A45Z&sig=TUuoO0oB5N5%2B0k8Rks%2Br4Vslm4qXlvNhcY%2FVqGVHgEk%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A45Z&sv=2019-12-12"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-24T00:32:41.7555022Z","endTime":"2023-05-24T00:32:56.4335302Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\n+ kubectl get pods -A\nNAMESPACE NAME READY STATUS RESTARTS AGE\nazure-arc cluster-metadata-operator-588699ff86-ctqp6 2/2 Running 0 23h\nazure-arc clusterconnect-agent-7bdff7d9c-8jwjd 3/3 Running 0 23h\nazure-arc clusteridentityoperator-594dc877c4-6xdvp 2/2 Running 0 23h\nazure-arc config-agent-67f895bb-7rvzq 2/2 Running 0 23h\nazure-arc controller-manager-789c84c597-rt6z9 2/2 Running 0 23h\nazure-arc extension-events-collector-85976b75d8-bzgqd 2/2 Running 0 23h\nazure-arc extension-manager-66667799b-gxdkz 3/3 Running 60 + (68m ago) 23h\nazure-arc flux-logs-agent-7f698cb569-lq7hl 1/1 Running 0 23h\nazure-arc kube-aad-proxy-895645cc9-nmjk4 2/2 Running 0 23h\nazure-arc metrics-agent-7d858b555c-5rzfr 2/2 Running 0 23h\nazure-arc resource-sync-agent-6c7499c544-zrgvp 2/2 Running 0 23h\ncalico-apiserver calico-apiserver-598c8f75f9-lqw29 1/1 Running 0 23h\ncalico-apiserver calico-apiserver-598c8f75f9-nswbg 1/1 Running 1 + (159m ago) 23h\ncalico-system calico-kube-controllers-55965d5d75-jqndf 1/1 Running 0 23h\ncalico-system calico-node-8ncj7 1/1 Running 1 + (22h ago) 22h\ncalico-system calico-node-ck2rf 1/1 Running 0 23h\ncalico-system calico-node-g95mt 1/1 Running 1 + (22h ago) 22h\ncalico-system calico-node-zlscp 1/1 Running 0 22h\ncalico-system calico-typha-745f74b4c6-phxm8 1/1 Running 0 23h\ncalico-system calico-typha-745f74b4c6-px4tn 1/1 Running 1 + (22h ago) 22h\ncalico-system csi-node-driver-628k6 2/2 Running 1 + (22h ago) 22h\ncalico-system csi-node-driver-8pf7n 2/2 Running 0 22h\ncalico-system csi-node-driver-rx5hw 2/2 Running 1 + (22h ago) 22h\ncalico-system csi-node-driver-v8qhv 2/2 Running 0 23h\ndefault virt-launcher-d82a9e1edcd5586b9c4c8e667dd73eb3d1e12c0a32db65v9g 1/1 Running 0 23h\ngatekeeper-system gatekeeper-audit-5c55fc4ddf-p99r8 1/1 Running 0 23h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-2qnjz 1/1 Running 0 23h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-4cwgh 1/1 Running 0 23h\nkube-system ama-logs-2x5bp ","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/5bdd5aa5-fb38-4c7f-8c60-98a7201632e2-action-bmmrunreadcmd.tar.gz?se=2023-05-24T04%3A32%3A55Z&sig=JzSVRld0letHD8OSuDaDD3V1qKHbJOELC3MSMeMHa1w%3D&sp=r&spr=https&sr=b&st=2023-05-24T00%3A32%3A55Z&sv=2019-12-12"}}' headers: cache-control: - no-cache content-length: - - '5107' + - '5101' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:26:03 GMT + - Wed, 24 May 2023 00:33:13 GMT etag: - - '"9c012f95-0000-0100-0000-646d214a0000"' + - '"aa013f8f-0000-0100-0000-646d5b380000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -546,34 +551,39 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"9b90ff85-4129-41df-bcb8-5852e7cf88ad*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:25:33.2683909Z","endTime":"2023-05-23T20:25:46.5117116Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action - Command Output====\n+ kubectl get pods -A\nNAMESPACE NAME READY STATUS RESTARTS AGE\nazure-arc cluster-metadata-operator-588699ff86-ctqp6 2/2 Running 0 19h\nazure-arc clusterconnect-agent-7bdff7d9c-8jwjd 3/3 Running 0 19h\nazure-arc clusteridentityoperator-594dc877c4-6xdvp 2/2 Running 0 19h\nazure-arc config-agent-67f895bb-7rvzq 2/2 Running 0 19h\nazure-arc controller-manager-789c84c597-rt6z9 2/2 Running 0 19h\nazure-arc extension-events-collector-85976b75d8-bzgqd 2/2 Running 0 19h\nazure-arc extension-manager-66667799b-gxdkz 3/3 Running 56 - (41m ago) 19h\nazure-arc flux-logs-agent-7f698cb569-lq7hl 1/1 Running 0 19h\nazure-arc kube-aad-proxy-895645cc9-nmjk4 2/2 Running 0 19h\nazure-arc metrics-agent-7d858b555c-5rzfr 2/2 Running 0 19h\nazure-arc resource-sync-agent-6c7499c544-zrgvp 2/2 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-lqw29 1/1 Running 0 19h\ncalico-apiserver calico-apiserver-598c8f75f9-nswbg 1/1 Running 0 19h\ncalico-system calico-kube-controllers-55965d5d75-jqndf 1/1 Running 0 19h\ncalico-system calico-node-8ncj7 1/1 Running 1 - (18h ago) 18h\ncalico-system calico-node-ck2rf 1/1 Running 0 19h\ncalico-system calico-node-g95mt 1/1 Running 1 - (18h ago) 18h\ncalico-system calico-node-zlscp 1/1 Running 0 18h\ncalico-system calico-typha-745f74b4c6-phxm8 1/1 Running 0 19h\ncalico-system calico-typha-745f74b4c6-px4tn 1/1 Running 1 - (18h ago) 18h\ncalico-system csi-node-driver-628k6 2/2 Running 1 - (18h ago) 18h\ncalico-system csi-node-driver-8pf7n 2/2 Running 0 18h\ncalico-system csi-node-driver-rx5hw 2/2 Running 1 - (18h ago) 18h\ncalico-system csi-node-driver-v8qhv 2/2 Running 0 19h\ndefault virt-launcher-d82a9e1edcd5586b9c4c8e667dd73eb3d1e12c0a32db65v9g 1/1 Running 0 18h\ngatekeeper-system gatekeeper-audit-5c55fc4ddf-p99r8 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-2qnjz 1/1 Running 0 19h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-4cwgh 1/1 Running 0 19h\nkube-system ama-logs-2x5bp ","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/c0243a2f-0a6d-4f0b-a6c1-811a26047da3-action-bmmrunreadcmd.tar.gz?se=2023-05-24T00%3A25%3A45Z&sig=TUuoO0oB5N5%2B0k8Rks%2Br4Vslm4qXlvNhcY%2FVqGVHgEk%3D&sp=r&spr=https&sr=b&st=2023-05-23T20%3A25%3A45Z&sv=2019-12-12"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","name":"40d913d0-f21c-4e19-a163-ebca1907edcd*61204BCCD9B9E5457CFAF09DEDC500C132FCA72F3250C0581A8CA02D331BC80E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-24T00:32:41.7555022Z","endTime":"2023-05-24T00:32:56.4335302Z","error":{},"properties":{"exitCode":"0","outputHead":"====Action + Command Output====\n+ kubectl get pods -A\nNAMESPACE NAME READY STATUS RESTARTS AGE\nazure-arc cluster-metadata-operator-588699ff86-ctqp6 2/2 Running 0 23h\nazure-arc clusterconnect-agent-7bdff7d9c-8jwjd 3/3 Running 0 23h\nazure-arc clusteridentityoperator-594dc877c4-6xdvp 2/2 Running 0 23h\nazure-arc config-agent-67f895bb-7rvzq 2/2 Running 0 23h\nazure-arc controller-manager-789c84c597-rt6z9 2/2 Running 0 23h\nazure-arc extension-events-collector-85976b75d8-bzgqd 2/2 Running 0 23h\nazure-arc extension-manager-66667799b-gxdkz 3/3 Running 60 + (68m ago) 23h\nazure-arc flux-logs-agent-7f698cb569-lq7hl 1/1 Running 0 23h\nazure-arc kube-aad-proxy-895645cc9-nmjk4 2/2 Running 0 23h\nazure-arc metrics-agent-7d858b555c-5rzfr 2/2 Running 0 23h\nazure-arc resource-sync-agent-6c7499c544-zrgvp 2/2 Running 0 23h\ncalico-apiserver calico-apiserver-598c8f75f9-lqw29 1/1 Running 0 23h\ncalico-apiserver calico-apiserver-598c8f75f9-nswbg 1/1 Running 1 + (159m ago) 23h\ncalico-system calico-kube-controllers-55965d5d75-jqndf 1/1 Running 0 23h\ncalico-system calico-node-8ncj7 1/1 Running 1 + (22h ago) 22h\ncalico-system calico-node-ck2rf 1/1 Running 0 23h\ncalico-system calico-node-g95mt 1/1 Running 1 + (22h ago) 22h\ncalico-system calico-node-zlscp 1/1 Running 0 22h\ncalico-system calico-typha-745f74b4c6-phxm8 1/1 Running 0 23h\ncalico-system calico-typha-745f74b4c6-px4tn 1/1 Running 1 + (22h ago) 22h\ncalico-system csi-node-driver-628k6 2/2 Running 1 + (22h ago) 22h\ncalico-system csi-node-driver-8pf7n 2/2 Running 0 22h\ncalico-system csi-node-driver-rx5hw 2/2 Running 1 + (22h ago) 22h\ncalico-system csi-node-driver-v8qhv 2/2 Running 0 23h\ndefault virt-launcher-d82a9e1edcd5586b9c4c8e667dd73eb3d1e12c0a32db65v9g 1/1 Running 0 23h\ngatekeeper-system gatekeeper-audit-5c55fc4ddf-p99r8 1/1 Running 0 23h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-2qnjz 1/1 Running 0 23h\ngatekeeper-system gatekeeper-controller-manager-59c95b76c4-4cwgh 1/1 Running 0 23h\nkube-system ama-logs-2x5bp ","resultUrl":"https://cmhdx4xtxhqdst.blob.core.windows.net/bmm-run-command-output/5bdd5aa5-fb38-4c7f-8c60-98a7201632e2-action-bmmrunreadcmd.tar.gz?se=2023-05-24T04%3A32%3A55Z&sig=JzSVRld0letHD8OSuDaDD3V1qKHbJOELC3MSMeMHa1w%3D&sp=r&spr=https&sr=b&st=2023-05-24T00%3A32%3A55Z&sv=2019-12-12"}}' headers: cache-control: - no-cache content-length: - - '5107' + - '5101' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:26:03 GMT + - Wed, 24 May 2023 00:33:13 GMT etag: - - '"9c012f95-0000-0100-0000-646d214a0000"' + - '"aa013f8f-0000-0100-0000-646d5b380000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_cordon_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_cordon_scenario1.yaml index e3ade99f99b..f5f0c7d6899 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_cordon_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_cordon_scenario1.yaml @@ -19,13 +19,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/cordon?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/cordon?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -33,13 +33,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:22:06 GMT + - Wed, 24 May 2023 20:59:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview mise-correlation-id: - - a2f7efee-575d-4d91-8780-26fa45682089 + - 2714b576-386a-4a3e-abb3-77f4c1ab48ea pragma: - no-cache strict-transport-security: @@ -49,7 +49,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 202 message: Accepted @@ -69,10 +69,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:22:05.6597287Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-24T20:59:04.9753019Z"}' headers: cache-control: - no-cache @@ -81,9 +81,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:22:06 GMT + - Wed, 24 May 2023 20:59:04 GMT etag: - - '"9c01e742-0000-0100-0000-646d206d0000"' + - '"fa0181b2-0000-0100-0000-646e7a980000"' expires: - '-1' pragma: @@ -111,10 +111,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:22:05.6597287Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-24T20:59:04.9753019Z"}' headers: cache-control: - no-cache @@ -123,9 +123,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:22:35 GMT + - Wed, 24 May 2023 20:59:34 GMT etag: - - '"9c01d544-0000-0100-0000-646d20720000"' + - '"fa013bb5-0000-0100-0000-646e7aa00000"' expires: - '-1' pragma: @@ -153,10 +153,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:22:05.6597287Z","endTime":"2023-05-23T20:22:41.6761079Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-24T20:59:04.9753019Z","endTime":"2023-05-24T20:59:50.5315036Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -165,9 +165,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:23:06 GMT + - Wed, 24 May 2023 21:00:05 GMT etag: - - '"9c016f4f-0000-0100-0000-646d20910000"' + - '"fa01d3c1-0000-0100-0000-646e7ac60000"' expires: - '-1' pragma: @@ -199,10 +199,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"26263777-7b9e-4b53-a428-11367c75ee92*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:22:05.6597287Z","endTime":"2023-05-23T20:22:41.6761079Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"85d685a1-9c16-4aef-b68e-47ae6d2d9873*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-24T20:59:04.9753019Z","endTime":"2023-05-24T20:59:50.5315036Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -211,9 +211,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:23:06 GMT + - Wed, 24 May 2023 21:00:05 GMT etag: - - '"9c016f4f-0000-0100-0000-646d20910000"' + - '"fa01d3c1-0000-0100-0000-646e7ac60000"' expires: - '-1' pragma: @@ -247,13 +247,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/uncordon?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01/uncordon?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -261,13 +261,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:23:07 GMT + - Wed, 24 May 2023 21:00:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview mise-correlation-id: - - 30e11f8c-2ec5-4c48-9575-a912b7e15e0f + - 663e8c85-aa42-4ccf-b705-bc782b6f13b6 pragma: - no-cache strict-transport-security: @@ -297,10 +297,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:23:07.3005144Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-24T21:00:05.9257775Z"}' headers: cache-control: - no-cache @@ -309,9 +309,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:23:07 GMT + - Wed, 24 May 2023 21:00:06 GMT etag: - - '"9c019458-0000-0100-0000-646d20ab0000"' + - '"fa01b5c7-0000-0100-0000-646e7ad50000"' expires: - '-1' pragma: @@ -339,10 +339,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-23T20:23:07.3005144Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Accepted","startTime":"2023-05-24T21:00:05.9257775Z"}' headers: cache-control: - no-cache @@ -351,9 +351,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:23:37 GMT + - Wed, 24 May 2023 21:00:36 GMT etag: - - '"9c01125a-0000-0100-0000-646d20af0000"' + - '"fa01b7c9-0000-0100-0000-646e7adb0000"' expires: - '-1' pragma: @@ -381,21 +381,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:23:07.3005144Z","endTime":"2023-05-23T20:23:42.474462Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-24T21:00:05.9257775Z","endTime":"2023-05-24T21:00:42.3693841Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '657' + - '658' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:24:08 GMT + - Wed, 24 May 2023 21:01:06 GMT etag: - - '"9c01e16a-0000-0100-0000-646d20ce0000"' + - '"fa0159d5-0000-0100-0000-646e7afa0000"' expires: - '-1' pragma: @@ -427,21 +427,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","name":"49f5fa7d-21b2-4eb9-8b0f-d9996fb283ce*6626BFCBB2AB059F05D95FA025048B1960B7612D3F96F5373BF6F2ACB6A15DD1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-23T20:23:07.3005144Z","endTime":"2023-05-23T20:23:42.474462Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","name":"0bd2b326-bdfd-4320-8573-802c283c55f5*EE01704737C751E844133738929B147E8352561A63758C156F96DC108E891C47","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-064925A9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","status":"Succeeded","startTime":"2023-05-24T21:00:05.9257775Z","endTime":"2023-05-24T21:00:42.3693841Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '657' + - '658' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:24:08 GMT + - Wed, 24 May 2023 21:01:06 GMT etag: - - '"9c01e16a-0000-0100-0000-646d20ce0000"' + - '"fa0159d5-0000-0100-0000-646e7afa0000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_crud_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_crud_scenario1.yaml index 0229f113341..c1cf409616e 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_crud_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_crud_scenario1.yaml @@ -15,22 +15,22 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:39.4088164Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:11:11.1311542Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '2625' + - '2652' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:26:51 GMT + - Wed, 24 May 2023 00:12:28 GMT etag: - - '"c3002ba1-0000-0100-0000-646d21070000"' + - '"c500a0ec-0000-0100-0000-646d561f0000"' expires: - '-1' pragma: @@ -65,13 +65,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -79,15 +79,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:26:52 GMT + - Wed, 24 May 2023 00:12:28 GMT etag: - - '"c30047a8-0000-0100-0000-646d218c0000"' + - '"c50066ef-0000-0100-0000-646d566d0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview mise-correlation-id: - - 21ec0465-c56d-4098-b8cf-fed6e78f8d3b + - c36dba93-6f13-4791-9646-d609e5382457 pragma: - no-cache strict-transport-security: @@ -117,21 +117,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-23T20:26:52.64127Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-24T00:12:29.3428423Z"}' headers: cache-control: - no-cache content-length: - - '585' + - '587' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:26:52 GMT + - Wed, 24 May 2023 00:12:28 GMT etag: - - '"9c01d1ab-0000-0100-0000-646d218c0000"' + - '"a90129a7-0000-0100-0000-646d566d0000"' expires: - '-1' pragma: @@ -163,21 +163,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8ec802d4-daf8-44ef-a258-e0518cf3d6f3*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-23T20:26:52.64127Z","endTime":"2023-05-23T20:26:57.4322326Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"b52b2289-4dfa-440d-aef6-e1e7832e3984*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-24T00:12:29.3428423Z","endTime":"2023-05-24T00:12:36.5863681Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '656' + - '658' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:27:22 GMT + - Wed, 24 May 2023 00:12:58 GMT etag: - - '"9c0149ae-0000-0100-0000-646d21910000"' + - '"a901b6a7-0000-0100-0000-646d56740000"' expires: - '-1' pragma: @@ -209,22 +209,22 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:57.9127141Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:12:37.0071011Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '2625' + - '2652' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:27:22 GMT + - Wed, 24 May 2023 00:12:58 GMT etag: - - '"c30071a8-0000-0100-0000-646d21910000"' + - '"c5009fef-0000-0100-0000-646d56750000"' expires: - '-1' pragma: @@ -256,7 +256,7 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/bareMetalMachines?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/bareMetalMachines?api-version=2023-05-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:24:35.7499783Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-31T19:44:03.7722357Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:b6:ed:21","name":"enp0s5"},{"macAddress":"52:54:00:3a:7f:c1","name":"enp0s6"},{"macAddress":"52:54:00:73:6f:01","name":"enp0s4"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The @@ -528,14 +528,14 @@ interactions: OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T15:45:15.4794328Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T09:49:44.1016175Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tconnor-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f9f8378/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T15:45:23.0558288Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T10:21:19.0971998Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F9F8378/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/tconnor-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:28.4133043Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:28:14.755858Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:28.6110048Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:33:55.7198337Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:29.5730817Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:37:00.2237843Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.5622494Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:36:05.2855497Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.7575881Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:49:11.3139024Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.869134Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:19:21.5145788Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.8151145Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:35:51.0358213Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.9246411Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:31:47.0738614Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.9619077Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:39:01.032944Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:28.6110048Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:34:09.2091496Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:29.5730817Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:37:14.4172497Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.5622494Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:08:15.9085496Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.7575881Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:44:57.2177746Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:31.869134Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:10:34.7213145Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.8151145Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:36:04.840334Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.9246411Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:31:59.7145988Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2b81d203/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T16:21:32.9619077Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:38:15.1006497Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2B81D203/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nyeemakhtar-multirack-resiliency-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:04.7375619Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T18:36:22.1127228Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:04.897996Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T18:02:32.4213674Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-008a04c5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:59:06.9673576Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-14T18:37:48.1171258Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-008A04C5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-04131110/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The @@ -605,213 +605,238 @@ interactions: for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:34.8334827Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:56:07.3473895Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:35.5982907Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:54:16.8386451Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02b61484/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-18T16:51:35.7139727Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T16:54:16.7690013Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02B61484/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sangeetgupta-retry-sleep/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:58.3567104Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T20:50:08.1645572Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning - in progress","oamIpv4Address":"10.23.25.104","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:58.721099Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:09:05.5328001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:59.7767148Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-28T01:52:31.5747902Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:42:01.1978046Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:10:05.5787275Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:42:01.2842983Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T18:17:49.7362611Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:03.7764791Z","lastModifiedBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:13:24.8924246Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:04.0681108Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T03:36:15.8047911Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:04.1758525Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:22:17.518115Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:11.0307839Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:11:17.3985273Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:11.1227506Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:12:17.1077213Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r650mgr2","name":"j20r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:47.3502367Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T19:24:12.6426006Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j20r650mgr2","bootMacAddress":"EC:2A:72:19:91:8C","bmcMacAddress":"EC:2A:72:19:91:8D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"H3TBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"ec:2a:72:19:91:8d","name":"eno8403"},{"macAddress":"08:c0:eb:99:c3:bc","name":"ens1f0"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"84:16:0c:ab:39:29","name":"eno12429"},{"macAddress":"84:16:0c:ab:39:28","name":"eno12419"},{"macAddress":"84:16:0c:ab:39:27","name":"eno12409"},{"macAddress":"84:16:0c:ab:39:26","name":"eno12399"},{"macAddress":"08:c0:eb:99:c3:bd","name":"ens1f1"}],"nics":[{"macAddress":"ec:2a:72:19:91:8d","name":"eno8403"},{"macAddress":"08:c0:eb:99:c3:bc","name":"ens1f0"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"84:16:0c:ab:39:29","name":"eno12429"},{"macAddress":"84:16:0c:ab:39:28","name":"eno12419"},{"macAddress":"84:16:0c:ab:39:27","name":"eno12409"},{"macAddress":"84:16:0c:ab:39:26","name":"eno12399"},{"macAddress":"08:c0:eb:99:c3:bd","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr1","name":"j20r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.0948048Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T20:11:40.9620666Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j20r750wkr1","bootMacAddress":"D0:8E:79:F3:71:6E","bmcMacAddress":"D0:8E:79:F3:71:6F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"F91XWP3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr4","name":"j20r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.3396988Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T21:07:26.1007496Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j20r750wkr4","bootMacAddress":"D0:8E:79:F3:8A:3A","bmcMacAddress":"D0:8E:79:F3:8A:3B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5SSFRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:14:d8","name":"ens6f0"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"10:70:fd:74:16:f1","name":"ens3f1"},{"macAddress":"10:70:fd:74:14:d9","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:8a:3b","name":"eno8403"},{"macAddress":"10:70:fd:74:16:f0","name":"ens3f0"}],"nics":[{"macAddress":"10:70:fd:74:14:d8","name":"ens6f0"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"10:70:fd:74:16:f1","name":"ens3f1"},{"macAddress":"10:70:fd:74:14:d9","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:8a:3b","name":"eno8403"},{"macAddress":"10:70:fd:74:16:f0","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.19.6.24","kubernetesNodeName":"j20r750wkr4","kubernetesVersion":"v1.23.12","osImage":"http://10.19.4.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr5","name":"j20r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.9531186Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:50:32.6779221Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j20r750wkr5","bootMacAddress":"D0:8E:79:F0:47:B4","bmcMacAddress":"D0:8E:79:F0:47:B5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"4SSFRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:1a:49","name":"ens6f1"},{"macAddress":"10:70:fd:74:18:80","name":"ens3f0"},{"macAddress":"10:70:fd:74:1a:48","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:47:b5","name":"eno8403"},{"macAddress":"10:70:fd:74:18:81","name":"ens3f1"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"}],"nics":[{"macAddress":"10:70:fd:74:1a:49","name":"ens6f1"},{"macAddress":"10:70:fd:74:18:80","name":"ens3f0"},{"macAddress":"10:70:fd:74:1a:48","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:47:b5","name":"eno8403"},{"macAddress":"10:70:fd:74:18:81","name":"ens3f1"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.19.6.23","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr5","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr3","name":"j20r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:49.2754569Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:38:13.9623975Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j20r750wkr3","bootMacAddress":"D0:8E:79:F0:4C:EE","bmcMacAddress":"D0:8E:79:F0:4C:EF","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7SSFRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:11:21","name":"ens3f1"},{"macAddress":"10:70:fd:74:19:29","name":"ens6f1"},{"macAddress":"10:70:fd:74:11:20","name":"ens3f0"},{"macAddress":"d0:8e:79:f0:4c:ef","name":"eno8403"},{"macAddress":"10:70:fd:74:19:28","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"}],"nics":[{"macAddress":"10:70:fd:74:11:21","name":"ens3f1"},{"macAddress":"10:70:fd:74:19:29","name":"ens6f1"},{"macAddress":"10:70:fd:74:11:20","name":"ens3f0"},{"macAddress":"d0:8e:79:f0:4c:ef","name":"eno8403"},{"macAddress":"10:70:fd:74:19:28","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.19.6.21","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr7","name":"j20r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:49.3578837Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:17:16.6480354Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j20r750wkr7","bootMacAddress":"D0:8E:79:F1:3B:0A","bmcMacAddress":"D0:8E:79:F1:3B:0B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2LLBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f1:3b:0b","name":"eno8403"},{"macAddress":"08:c0:eb:9d:5d:08","name":"ens3f0"},{"macAddress":"08:c0:eb:9d:6c:70","name":"ens6f0"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"08:c0:eb:9d:5d:09","name":"ens3f1"},{"macAddress":"08:c0:eb:9d:6c:71","name":"ens6f1"}],"nics":[{"macAddress":"d0:8e:79:f1:3b:0b","name":"eno8403"},{"macAddress":"08:c0:eb:9d:5d:08","name":"ens3f0"},{"macAddress":"08:c0:eb:9d:6c:70","name":"ens6f0"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"08:c0:eb:9d:5d:09","name":"ens3f1"},{"macAddress":"08:c0:eb:9d:6c:71","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.19.6.26","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr7","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r650mgr1","name":"j20r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:50.0224691Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:11:21.178001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j20r650mgr1","bootMacAddress":"EC:2A:72:19:58:40","bmcMacAddress":"EC:2A:72:19:58:41","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"55TBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"j20r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.19.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.19.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr2","name":"j20r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:51.3130578Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T02:21:40.692223Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j20r750wkr2","bootMacAddress":"D0:8E:79:F3:7B:F0","bmcMacAddress":"D0:8E:79:F3:7B:F1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HJVWWP3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f3:7b:f1","name":"eno8403"},{"macAddress":"10:70:fd:73:9d:5f","name":"ens3f1"},{"macAddress":"10:70:fd:73:a0:3f","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"10:70:fd:73:9d:5e","name":"ens3f0"},{"macAddress":"10:70:fd:73:a0:3e","name":"ens6f0"}],"nics":[{"macAddress":"d0:8e:79:f3:7b:f1","name":"eno8403"},{"macAddress":"10:70:fd:73:9d:5f","name":"ens3f1"},{"macAddress":"10:70:fd:73:a0:3f","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"10:70:fd:73:9d:5e","name":"ens3f0"},{"macAddress":"10:70:fd:73:a0:3e","name":"ens6f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.19.6.27","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr6","name":"j20r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:53.9096994Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:53:27.5478354Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j20r750wkr6","bootMacAddress":"D0:8E:79:F0:4F:34","bmcMacAddress":"D0:8E:79:F0:4F:35","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JKLBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:ef:0d:02","name":"ens3f0"},{"macAddress":"08:c0:eb:ef:0d:3a","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4f:35","name":"eno8403"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:03","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:3b","name":"ens6f1"}],"nics":[{"macAddress":"08:c0:eb:ef:0d:02","name":"ens3f0"},{"macAddress":"08:c0:eb:ef:0d:3a","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4f:35","name":"eno8403"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:03","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:3b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.19.6.22","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr6","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr8","name":"j20r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:54.9389203Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:19:23.258452Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j20r750wkr8","bootMacAddress":"D0:8E:79:F0:48:A2","bmcMacAddress":"D0:8E:79:F0:48:A3","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6LLBRN3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f0:48:a3","name":"eno8403"},{"macAddress":"08:c0:eb:ef:0d:42","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:5b","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:43","name":"ens6f1"},{"macAddress":"08:c0:eb:ef:0d:5a","name":"ens3f0"}],"nics":[{"macAddress":"d0:8e:79:f0:48:a3","name":"eno8403"},{"macAddress":"08:c0:eb:ef:0d:42","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:5b","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:43","name":"ens6f1"},{"macAddress":"08:c0:eb:ef:0d:5a","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.19.6.25","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr8","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:03.9806378Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:20:36.004645Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:04.0243596Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:58:52.249835Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:06.148323Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:37:55.1349956Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:06.1728467Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:00:56.3041453Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:09.9668274Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:48:49.4243085Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r650mgr1","name":"m16r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.6140881Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:36:26.3790838Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"m16r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:7C","bmcMacAddress":"B0:7B:25:DE:7F:7B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8P56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"m16r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.1.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.1.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr4","name":"m16r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.6074651Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:29:58.4106918Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"m16r750wkr4","bootMacAddress":"B0:7B:25:F8:5B:DE","bmcMacAddress":"B0:7B:25:F8:5B:DD","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"4N56PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-xeazhs8atcaipq-2eeb17fd"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:df","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:2a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:2b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c6:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:df","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:2a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:2b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c6:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.1.6.24","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr4","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr1","name":"m16r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.8013963Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:29:17.7325878Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m16r750wkr1","bootMacAddress":"B0:7B:25:F8:60:F6","bmcMacAddress":"B0:7B:25:F8:60:F5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6M56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ea","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:eb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:bb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ea","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:eb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:bb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.1.6.22","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr1","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr3","name":"m16r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.8418799Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:29:19.649874Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m16r750wkr3","bootMacAddress":"B0:7B:25:F8:71:4E","bmcMacAddress":"B0:7B:25:F8:71:4D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4f","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:a2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:a3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4f","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:a2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:a3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.1.6.21","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr2","name":"m16r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:50:37.4885825Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:29:57.9576271Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m16r750wkr2","bootMacAddress":"B0:7B:25:F8:5B:14","bmcMacAddress":"B0:7B:25:F8:5B:13","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"3N56PK3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:15","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:e2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:e3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:15","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:e2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:e3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-xeazhs8atcaipq-2eeb17fd"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.1.6.23","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.479027Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T17:52:44.9176869Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.5433327Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:31:03.4013768Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.722288Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T23:35:12.3177586Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.9530486Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:29:59.5385892Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:35.3017728Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T17:52:21.0801218Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.4088853Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:36:53.9792269Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.5187515Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:03:18.7904866Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.601897Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:52:49.9869533Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:25.2025889Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:35:00.066489Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:25.6856426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:36:53.8836476Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:23.81316Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T16:59:07.109411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:23.943357Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:14:22.8369333Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:24.0933507Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T06:56:14.4418508Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:24.8350521Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T10:52:54.3025623Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:25.3507571Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T07:42:46.4058481Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.6605791Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:19:13.9766934Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.6980929Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:19:18.8109411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.8542527Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T18:41:45.9949824Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:15.0085616Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:21:39.2533631Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:15.9457424Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T18:56:31.1353113Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.3427301Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:44:02.7997713Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.8302925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T20:02:46.8213939Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.9376439Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:39:24.8499409Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.9328558Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T14:34:07.5089094Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:06.046151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:55:54.2936215Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:38.8740305Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:52:14.2800098Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.1705517Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:53:09.1649057Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.2655113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:11:45.741459Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.466023Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:24:10.0737065Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.9412476Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:55:03.8123203Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.5610688Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:13:19.0972497Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.695164Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:48:21.6085636Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:14.2616643Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:12:32.2624461Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:14.3110102Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:39:30.9506889Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:15.6465201Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:10:04.1472377Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.3016075Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:54:38.8358686Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.3554305Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:54:38.3508499Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.9451989Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:46:10.6259677Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:03.8085574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:09:11.3761632Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:03.8258551Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:44:30.3714343Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.0354155Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:14:39.8638534Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.6334598Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:23:41.6631046Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.724734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:32:11.7910498Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Cordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning - in progress","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:21.0173786Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:22:12.9823948Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:21.5307787Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:15:20.8210427Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.0415837Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T21:38:07.2660433Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.2278331Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:03:56.2698733Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.2431666Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T13:33:13.264131Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.3357111Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:08:13.8366195Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.671318Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:05:31.5336842Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:20.9766601Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:56:58.8183004Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.5681569Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:00:22.4522597Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.5591813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:58:31.5681181Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.8631287Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:57:01.0438459Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.9610246Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:56:58.3872845Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:22.400256Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:56:57.7908102Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:22.4713918Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:01:22.1409789Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:23.7553506Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:00:41.6167834Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:25.4807919Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:57:00.3722371Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr8","name":"m16r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:32.2899125Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:43:36.4689693Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m16r750wkr8","bootMacAddress":"B0:7B:25:F8:50:A8","bmcMacAddress":"B0:7B:25:F8:50:A7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a9","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:32","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:33","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a9","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:32","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:33","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.1.16.24","kubernetesNodeName":"m16r750wkr8","kubernetesVersion":"v1.24.9","osImage":"http://10.1.14.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr7","name":"m16r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:32.6401447Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:57:24.6888065Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m16r750wkr7","bootMacAddress":"B0:7B:25:F8:72:10","bmcMacAddress":"B0:7B:25:F8:72:09","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"CM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:11","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e2:bb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:11","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e2:bb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.1.16.22","osImage":"http://10.1.14.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr7","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r650mgr2","name":"m16r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.1175046Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:07:03.2502747Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":5,"machineName":"m16r650mgr2","bootMacAddress":"C8:4B:D6:90:14:90","bmcMacAddress":"C8:4B:D6:92:A7:69","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9N9T7V3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"m16r650mgr2","kubernetesVersion":"v1.24.9","osImage":"http://10.1.14.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.1.16.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr5","name":"m16r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.1489725Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-21T09:46:00.8788986Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":1,"machineName":"m16r750wkr5","bootMacAddress":"B0:7B:25:E9:DB:B8","bmcMacAddress":"B0:7B:25:E9:DB:B7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5N56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b9","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:6a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:6b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:1a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:1b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b9","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:6a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:6b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:1a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:1b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.1.16.23","osImage":"http://10.1.14.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr6","name":"m16r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.329739Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:38:30.5480897Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m16r750wkr6","bootMacAddress":"B0:7B:25:F8:56:C2","bmcMacAddress":"B0:7B:25:F8:56:C1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c3","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:c2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:c3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c3","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:c2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:c3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.1.16.21","osImage":"http://10.1.14.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr6","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.3219481Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:27:06.0379555Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.4048026Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:54:46.4265241Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.4012507Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:01:09.656785Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:21.8330558Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:31:39.9579244Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:52:35.2581935Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:31:50.3105544Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.4814618Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:46:40.5985447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.5855977Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:51:46.8684763Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.757533Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T17:29:08.2883406Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.8528383Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:16:32.3643775Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:58.3567104Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T20:50:08.1645572Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.104","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:58.721099Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:09:05.5328001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:41:59.7767148Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-28T01:52:31.5747902Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:42:01.1978046Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:10:05.5787275Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-27T23:42:01.2842983Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T18:17:49.7362611Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-106B4111/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:03.7764791Z","lastModifiedBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:13:24.8924246Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:04.0681108Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T03:36:15.8047911Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:04.1758525Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:22:17.518115Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:11.0307839Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:11:17.3985273Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7b7dd1cb/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T15:33:11.1227506Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T04:12:17.1077213Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7B7DD1CB/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-official-05-02/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r650mgr2","name":"j20r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:47.3502367Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T19:24:12.6426006Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j20r650mgr2","bootMacAddress":"EC:2A:72:19:91:8C","bmcMacAddress":"EC:2A:72:19:91:8D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"H3TBRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"ec:2a:72:19:91:8d","name":"eno8403"},{"macAddress":"08:c0:eb:99:c3:bc","name":"ens1f0"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"84:16:0c:ab:39:29","name":"eno12429"},{"macAddress":"84:16:0c:ab:39:28","name":"eno12419"},{"macAddress":"84:16:0c:ab:39:27","name":"eno12409"},{"macAddress":"84:16:0c:ab:39:26","name":"eno12399"},{"macAddress":"08:c0:eb:99:c3:bd","name":"ens1f1"}],"nics":[{"macAddress":"ec:2a:72:19:91:8d","name":"eno8403"},{"macAddress":"08:c0:eb:99:c3:bc","name":"ens1f0"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"ec:2a:72:19:91:8c","name":"eno8303"},{"macAddress":"84:16:0c:ab:39:29","name":"eno12429"},{"macAddress":"84:16:0c:ab:39:28","name":"eno12419"},{"macAddress":"84:16:0c:ab:39:27","name":"eno12409"},{"macAddress":"84:16:0c:ab:39:26","name":"eno12399"},{"macAddress":"08:c0:eb:99:c3:bd","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr1","name":"j20r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.0948048Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T20:11:40.9620666Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j20r750wkr1","bootMacAddress":"D0:8E:79:F3:71:6E","bmcMacAddress":"D0:8E:79:F3:71:6F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"F91XWP3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing + for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr4","name":"j20r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.3396988Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T21:07:26.1007496Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j20r750wkr4","bootMacAddress":"D0:8E:79:F3:8A:3A","bmcMacAddress":"D0:8E:79:F3:8A:3B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5SSFRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:14:d8","name":"ens6f0"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"10:70:fd:74:16:f1","name":"ens3f1"},{"macAddress":"10:70:fd:74:14:d9","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:8a:3b","name":"eno8403"},{"macAddress":"10:70:fd:74:16:f0","name":"ens3f0"}],"nics":[{"macAddress":"10:70:fd:74:14:d8","name":"ens6f0"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"d0:8e:79:f3:8a:3a","name":"eno8303"},{"macAddress":"10:70:fd:74:16:f1","name":"ens3f1"},{"macAddress":"10:70:fd:74:14:d9","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:8a:3b","name":"eno8403"},{"macAddress":"10:70:fd:74:16:f0","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.24","kubernetesNodeName":"j20r750wkr4","kubernetesVersion":"v1.23.12","osImage":"http://10.19.4.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr5","name":"j20r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:48.9531186Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:50:32.6779221Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j20r750wkr5","bootMacAddress":"D0:8E:79:F0:47:B4","bmcMacAddress":"D0:8E:79:F0:47:B5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"4SSFRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:1a:49","name":"ens6f1"},{"macAddress":"10:70:fd:74:18:80","name":"ens3f0"},{"macAddress":"10:70:fd:74:1a:48","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:47:b5","name":"eno8403"},{"macAddress":"10:70:fd:74:18:81","name":"ens3f1"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"}],"nics":[{"macAddress":"10:70:fd:74:1a:49","name":"ens6f1"},{"macAddress":"10:70:fd:74:18:80","name":"ens3f0"},{"macAddress":"10:70:fd:74:1a:48","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:47:b5","name":"eno8403"},{"macAddress":"10:70:fd:74:18:81","name":"ens3f1"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"},{"macAddress":"d0:8e:79:f0:47:b4","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.23","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr5","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr3","name":"j20r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:49.2754569Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:38:13.9623975Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j20r750wkr3","bootMacAddress":"D0:8E:79:F0:4C:EE","bmcMacAddress":"D0:8E:79:F0:4C:EF","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7SSFRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"10:70:fd:74:11:21","name":"ens3f1"},{"macAddress":"10:70:fd:74:19:29","name":"ens6f1"},{"macAddress":"10:70:fd:74:11:20","name":"ens3f0"},{"macAddress":"d0:8e:79:f0:4c:ef","name":"eno8403"},{"macAddress":"10:70:fd:74:19:28","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"}],"nics":[{"macAddress":"10:70:fd:74:11:21","name":"ens3f1"},{"macAddress":"10:70:fd:74:19:29","name":"ens6f1"},{"macAddress":"10:70:fd:74:11:20","name":"ens3f0"},{"macAddress":"d0:8e:79:f0:4c:ef","name":"eno8403"},{"macAddress":"10:70:fd:74:19:28","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4c:ee","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.21","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr7","name":"j20r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:49.3578837Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:17:16.6480354Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j20r750wkr7","bootMacAddress":"D0:8E:79:F1:3B:0A","bmcMacAddress":"D0:8E:79:F1:3B:0B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2LLBRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f1:3b:0b","name":"eno8403"},{"macAddress":"08:c0:eb:9d:5d:08","name":"ens3f0"},{"macAddress":"08:c0:eb:9d:6c:70","name":"ens6f0"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"08:c0:eb:9d:5d:09","name":"ens3f1"},{"macAddress":"08:c0:eb:9d:6c:71","name":"ens6f1"}],"nics":[{"macAddress":"d0:8e:79:f1:3b:0b","name":"eno8403"},{"macAddress":"08:c0:eb:9d:5d:08","name":"ens3f0"},{"macAddress":"08:c0:eb:9d:6c:70","name":"ens6f0"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"d0:8e:79:f1:3b:0a","name":"eno8303"},{"macAddress":"08:c0:eb:9d:5d:09","name":"ens3f1"},{"macAddress":"08:c0:eb:9d:6c:71","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.26","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr7","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r650mgr1","name":"j20r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:50.0224691Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:11:21.178001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j20r650mgr1","bootMacAddress":"EC:2A:72:19:58:40","bmcMacAddress":"EC:2A:72:19:58:41","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"55TBRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j20r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.19.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.19.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr2","name":"j20r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:51.3130578Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T02:21:40.692223Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j20r750wkr2","bootMacAddress":"D0:8E:79:F3:7B:F0","bmcMacAddress":"D0:8E:79:F3:7B:F1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HJVWWP3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f3:7b:f1","name":"eno8403"},{"macAddress":"10:70:fd:73:9d:5f","name":"ens3f1"},{"macAddress":"10:70:fd:73:a0:3f","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"10:70:fd:73:9d:5e","name":"ens3f0"},{"macAddress":"10:70:fd:73:a0:3e","name":"ens6f0"}],"nics":[{"macAddress":"d0:8e:79:f3:7b:f1","name":"eno8403"},{"macAddress":"10:70:fd:73:9d:5f","name":"ens3f1"},{"macAddress":"10:70:fd:73:a0:3f","name":"ens6f1"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"d0:8e:79:f3:7b:f0","name":"eno8303"},{"macAddress":"10:70:fd:73:9d:5e","name":"ens3f0"},{"macAddress":"10:70:fd:73:a0:3e","name":"ens6f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.27","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr6","name":"j20r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:53.9096994Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T20:53:27.5478354Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j20r750wkr6","bootMacAddress":"D0:8E:79:F0:4F:34","bmcMacAddress":"D0:8E:79:F0:4F:35","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JKLBRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:ef:0d:02","name":"ens3f0"},{"macAddress":"08:c0:eb:ef:0d:3a","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4f:35","name":"eno8403"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:03","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:3b","name":"ens6f1"}],"nics":[{"macAddress":"08:c0:eb:ef:0d:02","name":"ens3f0"},{"macAddress":"08:c0:eb:ef:0d:3a","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:4f:35","name":"eno8403"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"d0:8e:79:f0:4f:34","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:03","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:3b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.22","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr6","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/bareMetalMachines/j20r750wkr8","name":"j20r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:08:54.9389203Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T01:19:23.258452Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j20r750wkr8","bootMacAddress":"D0:8E:79:F0:48:A2","bmcMacAddress":"D0:8E:79:F0:48:A3","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.19.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6LLBRN3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"d0:8e:79:f0:48:a3","name":"eno8403"},{"macAddress":"08:c0:eb:ef:0d:42","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:5b","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:43","name":"ens6f1"},{"macAddress":"08:c0:eb:ef:0d:5a","name":"ens3f0"}],"nics":[{"macAddress":"d0:8e:79:f0:48:a3","name":"eno8403"},{"macAddress":"08:c0:eb:ef:0d:42","name":"ens6f0"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"d0:8e:79:f0:48:a2","name":"eno8303"},{"macAddress":"08:c0:eb:ef:0d:5b","name":"ens3f1"},{"macAddress":"08:c0:eb:ef:0d:43","name":"ens6f1"},{"macAddress":"08:c0:eb:ef:0d:5a","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.19.6.25","osImage":"http://10.19.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j20r750wkr8","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:03.9806378Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:19:08.6913404Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:04.0243596Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:59:04.3832095Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:06.148323Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:37:09.9453651Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:06.1728467Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:00:08.285654Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:57:09.9668274Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:48:49.4243085Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-asomya-ncrg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r650mgr1","name":"m16r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.6140881Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:37:01.5347496Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"m16r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:7C","bmcMacAddress":"B0:7B:25:DE:7F:7B","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8P56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"m16r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.1.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.1.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr4","name":"m16r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.6074651Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:29:22.5078433Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"m16r750wkr4","bootMacAddress":"B0:7B:25:F8:5B:DE","bmcMacAddress":"B0:7B:25:F8:5B:DD","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"4N56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-xeazhs8atcaipq-2eeb17fd"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:df","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:2a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:2b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c6:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:de","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:df","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:2a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:2b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c6:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.6.24","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr4","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr1","name":"m16r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.8013963Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:29:17.7325878Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m16r750wkr1","bootMacAddress":"B0:7B:25:F8:60:F6","bmcMacAddress":"B0:7B:25:F8:60:F5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6M56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ea","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:eb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:bb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:f7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ea","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:eb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:bb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.6.22","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr1","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr3","name":"m16r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:48:37.8418799Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:35:02.9597948Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m16r750wkr3","bootMacAddress":"B0:7B:25:F8:71:4E","bmcMacAddress":"B0:7B:25:F8:71:4D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HM56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4f","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:a2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:a3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:4f","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:a2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:a3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.6.21","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr2","name":"m16r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:50:37.4885825Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:30:06.8452632Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m16r750wkr2","bootMacAddress":"B0:7B:25:F8:5B:14","bmcMacAddress":"B0:7B:25:F8:5B:13","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"3N56PK3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:15","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:e2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:e3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:14","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:15","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:e2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:e3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-xeazhs8atcaipq-2eeb17fd"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.1.6.23","osImage":"http://10.1.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.479027Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T17:52:44.9176869Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.5433327Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:31:03.4013768Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.722288Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T23:35:12.3177586Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:33.9530486Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:29:59.5385892Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:17:35.3017728Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T17:52:21.0801218Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps-cli-test-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.4088853Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:37:06.8532661Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.5187515Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:03:31.2891024Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:24.601897Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:52:49.9869533Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:25.2025889Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:32:33.0915559Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6230d082/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-16T20:59:25.6856426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:37:07.8442086Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6230D082/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ckalynovskyi-01/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:23.81316Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T16:59:07.109411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:23.943357Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:14:22.8369333Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:24.0933507Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T06:56:14.4418508Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:24.8350521Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T10:52:54.3025623Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-210fef31/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T16:49:25.3507571Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T07:42:46.4058481Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-210FEF31/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/briantray-sim-1709/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.6605791Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:19:13.9766934Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.6980929Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:19:18.8109411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:14.8542527Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T18:41:45.9949824Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:15.0085616Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T19:21:39.2533631Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0a288810/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T18:38:15.9457424Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T18:56:31.1353113Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0A288810/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171137/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.3427301Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:11:51.8965752Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Cordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.8302925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T20:02:46.8213939Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.9376439Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:19:06.5975955Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:05.9328558Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:31:00.5009493Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-401e2856/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T19:52:06.046151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:55:54.2936215Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-401E2856/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-17/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:38.8740305Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:52:14.2800098Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.1705517Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:53:09.1649057Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.2655113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:11:45.741459Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.466023Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:24:10.0737065Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2525edda/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:08:39.9412476Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T11:55:03.8123203Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2525EDDA/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/danielcrank-05171612/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.5610688Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:12:15.3803173Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.695164Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:48:21.6085636Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:14.2616643Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:12:45.3494042Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:14.3110102Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:39:49.8004996Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:15.6465201Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:10:16.2901308Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.3016075Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:54:38.8358686Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.3554305Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T11:54:38.3508499Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:02.9451989Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:46:10.6259677Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:03.8085574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:09:11.3761632Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-07b0ed4a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:06:03.8258551Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T00:44:30.3714343Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-07B0ED4A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sirajsim_rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.0354155Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:31:43.8634376Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.6334598Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:41:37.708287Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:20.724734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:36:00.7384333Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Cordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning + in progress","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:21.0173786Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:30:17.1809036Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T00:38:21.5307787Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:15:20.8210427Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-27E40714/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.0415837Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T21:38:07.2660433Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.2278331Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:03:56.2698733Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.2431666Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T13:33:13.264131Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.3357111Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:08:13.8366195Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3dbd129f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T19:28:56.671318Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T14:05:31.5336842Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3DBD129F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesting-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:20.9766601Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:56:58.8183004Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.5681569Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:00:42.3622393Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.5591813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:14:59.0521074Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.8631287Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:14:59.4917938Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:21.9610246Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:43:01.7390248Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:22.400256Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:44:00.2167818Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:22.4713918Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:01:43.250105Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:23.7553506Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:00:03.7218451Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-63c96a91/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-19T15:09:25.4807919Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:47:01.2035771Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-63C96A91/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-resil-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr8","name":"m16r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:32.2899125Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:43:36.4689693Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m16r750wkr8","bootMacAddress":"B0:7B:25:F8:50:A8","bmcMacAddress":"B0:7B:25:F8:50:A7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BM56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a9","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:32","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:33","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:a9","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:32","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:33","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.24","kubernetesNodeName":"m16r750wkr8","kubernetesVersion":"v1.24.9","osImage":"http://10.1.14.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr7","name":"m16r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:32.6401447Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:57:30.7230685Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m16r750wkr7","bootMacAddress":"B0:7B:25:F8:72:10","bmcMacAddress":"B0:7B:25:F8:72:09","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"CM56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:11","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e2:bb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:72:11","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:ba","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e2:bb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.22","osImage":"http://10.1.14.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr7","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r650mgr2","name":"m16r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.1175046Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:07:09.1126161Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":5,"machineName":"m16r650mgr2","bootMacAddress":"C8:4B:D6:90:14:90","bmcMacAddress":"C8:4B:D6:92:A7:69","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9N9T7V3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"m16r650mgr2","kubernetesVersion":"v1.24.9","osImage":"http://10.1.14.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.1.16.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr5","name":"m16r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.1489725Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-21T09:46:00.8788986Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":1,"machineName":"m16r750wkr5","bootMacAddress":"B0:7B:25:E9:DB:B8","bmcMacAddress":"B0:7B:25:E9:DB:B7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5N56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b9","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:6a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:6b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:1a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:1b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b8","name":"eno8303"},{"macAddress":"b0:7b:25:e9:db:b9","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:6a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:6b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:1a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:1b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.23","osImage":"http://10.1.14.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr6","name":"m16r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-hostedresources-193db0b0/providers/microsoft.extendedlocation/customlocations/m16-2-c0832ee8be53-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-21T09:03:33.329739Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:38:30.5480897Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-c0832ee8be53-HostedResources-193DB0B0/providers/Microsoft.NetworkCloud/racks/b37m16r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m16r750wkr6","bootMacAddress":"B0:7B:25:F8:56:C2","bmcMacAddress":"B0:7B:25:F8:56:C1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.1.13.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JM56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-2-cluster/providers/Microsoft.NetworkCloud/clusters/m16-2-c0832ee8be53","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c3","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:c2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:c3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c2","name":"eno8303"},{"macAddress":"b0:7b:25:f8:56:c3","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:72","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:73","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d7:c2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d7:c3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.1.16.21","osImage":"http://10.1.14.13:80/3.2.0/worker.raw","kubernetesNodeName":"m16r750wkr6","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.3219481Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:26:21.1395934Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.4048026Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:54:59.5897282Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:20.4012507Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T19:01:09.656785Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:51:21.8330558Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:32:07.2463555Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1be8c1b9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T16:52:35.2581935Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:32:00.3056365Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1BE8C1B9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ddejaeger-geneva-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.4814618Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:46:40.5985447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.5855977Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:51:46.8684763Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.757533Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T17:29:08.2883406Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:27.8528383Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T05:16:32.3643775Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-684d603a/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T17:12:54.3358894Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T06:00:11.9066317Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-684D603A/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/olipratt-rampup/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.3479489Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T18:16:41.8261244Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.4899053Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:41:27.9443529Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.9292125Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:07:34.1177289Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:58.1144882Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:41:59.2807771Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.3479489Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T18:16:41.8261244Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.4899053Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:41:27.9443529Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:57.9292125Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:06:49.3893826Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:03:58.1144882Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:41:59.2807771Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ee7cf24/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T18:04:25.1481508Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:46:39.0815885Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EE7CF24/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:12.6441064Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:01:35.7947073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:12.7378264Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:34:18.637059Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:13.1319547Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T21:07:16.5985255Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:13.4422113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:33:30.1617644Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:58:03.9073247Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:38:17.6424045Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:03.973917Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:10:18.6867981Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.1921363Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:30:26.9849584Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.4047522Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T22:41:58.1464898Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.601984Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:08:52.6725132Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:28:00.8702156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:13:15.9976052Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.0765913Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T22:52:56.8219513Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.3846091Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:16:54.0532443Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.3833293Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:14:00.208521Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.4796207Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:37:52.6797706Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:36:45.8199694Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:13:16.0924726Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:57.9127141Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.9386035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:47.853781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:44.1968808Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T01:41:19.8195649Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:47.6446574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:16:05.7920724Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:12.6441064Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:01:47.8182894Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:12.7378264Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:34:33.8502997Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:13.1319547Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T21:07:16.5985255Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:56:13.4422113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:33:43.4407121Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ad5ef81/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T20:58:03.9073247Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:36:46.0813514Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6AD5EF81/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kellysim3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:03.973917Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:10:34.7003706Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.1921363Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:30:42.9579447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.4047522Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T22:41:58.1464898Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:26:04.601984Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:08:11.3296495Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-78373c76/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:28:00.8702156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:10:43.4412271Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-78373C76/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-geneva-add-metrics-rg-3/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.0765913Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T22:52:56.8219513Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.3846091Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:17:07.151213Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.3833293Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:13:14.5873894Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:34:32.4796207Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:38:05.5860576Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4ed2be22/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T22:36:45.8199694Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:12:13.1618733Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4ED2BE22/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg-2/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:12:37.0071011Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.9386035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:47.853781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:44.1968808Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T01:41:19.8195649Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:47.6446574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:16:05.7920724Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:31:22.3686582Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:17:05.2282486Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:48.4329184Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:21:14.1355189Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:48.5102999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:53:36.7478245Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:50.2308747Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:19:21.4818651Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:50.2577918Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:49:53.3294411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:48.4329184Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:21:14.1355189Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:48.5102999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:53:36.7478245Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:50.2308747Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:19:21.4818651Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:44:50.2577918Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:49:53.3294411Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-65283aa4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:46:17.2361854Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:19:45.533685Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-65283AA4/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr3","name":"j28mec2650svr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:04.6007034Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:11:57.5656281Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":3,"machineName":"j28mec2650svr3","bootMacAddress":"D0:8E:79:F4:6D:62","bmcMacAddress":"D0:8E:79:F5:D9:B0","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GNL33Q3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr3","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr1","name":"j28mec2650svr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:04.6231106Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:11:56.4580918Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":1,"machineName":"j28mec2650svr1","bootMacAddress":"D0:8E:79:F3:63:8E","bmcMacAddress":"D0:8E:79:F6:9E:6A","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JNL33Q3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr1","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.21"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr2","name":"j28mec2650svr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:05.2369309Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:11:57.5337777Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":2,"machineName":"j28mec2650svr2","bootMacAddress":"C8:4B:D6:8F:DD:A2","bmcMacAddress":"C8:4B:D6:92:95:39","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"FC1Y7V3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr2","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.22"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr4","name":"j28mec2650svr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:07.5925337Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:25:45.9247754Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":4,"machineName":"j28mec2650svr4","bootMacAddress":"D0:8E:79:F4:B9:8E","bmcMacAddress":"D0:8E:79:F5:08:F6","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"DNL33Q3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"84:16:0c:ab:28:34","name":"eno12399"},{"macAddress":"84:16:0c:ab:28:35","name":"eno12409"},{"macAddress":"84:16:0c:ab:28:36","name":"eno12419"},{"macAddress":"84:16:0c:ab:28:37","name":"eno12429"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8f","name":"eno8403"},{"macAddress":"08:c0:eb:91:b9:a0","name":"ens1f0"},{"macAddress":"08:c0:eb:91:b9:a1","name":"ens1f1"}],"nics":[{"macAddress":"84:16:0c:ab:28:34","name":"eno12399"},{"macAddress":"84:16:0c:ab:28:35","name":"eno12409"},{"macAddress":"84:16:0c:ab:28:36","name":"eno12419"},{"macAddress":"84:16:0c:ab:28:37","name":"eno12429"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8f","name":"eno8403"},{"macAddress":"08:c0:eb:91:b9:a0","name":"ens1f0"},{"macAddress":"08:c0:eb:91:b9:a1","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr7","name":"j25r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.7178031Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:29:56.2445145Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j25r750wkr7","bootMacAddress":"B0:7B:25:F8:4E:C4","bmcMacAddress":"B0:7B:25:F8:4E:C3","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HJS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c5","name":"eno8403"},{"macAddress":"08:c0:eb:70:c2:3a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c2:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c2:2a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c2:2b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c5","name":"eno8403"},{"macAddress":"08:c0:eb:70:c2:3a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c2:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c2:2a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c2:2b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.22","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr7","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr6","name":"j25r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.7432515Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:12.49954Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j25r750wkr6","bootMacAddress":"B0:7B:25:F8:5B:74","bmcMacAddress":"B0:7B:25:F8:5B:73","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"1HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:75","name":"eno8403"},{"macAddress":"08:c0:eb:70:a8:f2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a8:f3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:bb:4a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:4b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:75","name":"eno8403"},{"macAddress":"08:c0:eb:70:a8:f2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a8:f3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:bb:4a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:4b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.26","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr6","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr2","name":"j25r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.8366394Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:30:25.2476636Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j25r750wkr2","bootMacAddress":"B0:7B:25:F8:4F:E6","bmcMacAddress":"B0:7B:25:F8:4F:E5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"CKS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:fa","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:fb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:fa","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:fb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.23","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr2","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr8","name":"j25r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.0539531Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:28:56.90226Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j25r750wkr8","bootMacAddress":"B0:7B:25:F8:5A:F8","bmcMacAddress":"B0:7B:25:F8:5A:F7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GJS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a6:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a6:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:8a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:8b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a6:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a6:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:8a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:8b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.21","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr8","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr1","name":"j25r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.0692896Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:00:23.3335853Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j25r750wkr1","bootMacAddress":"B0:7B:25:F8:5B:92","bmcMacAddress":"B0:7B:25:F8:5B:93","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"DKS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:93","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:22","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:23","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:f3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:93","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:22","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:23","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:f3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.28","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr1","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr4","name":"j25r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.1241402Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:28:57.2125903Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j25r750wkr4","bootMacAddress":"B0:7B:25:F8:5A:FC","bmcMacAddress":"B0:7B:25:F8:5A:FB","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BJS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:e0:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e0:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:e0:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e0:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.25","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr4","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r650mgr2","name":"j25r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.4195674Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:48:26.7372646Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j25r650mgr2","bootMacAddress":"B0:7B:25:DE:79:F6","bmcMacAddress":"B0:7B:25:DE:79:F5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5Q56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"e4:3d:1a:61:57:d2","name":"eno12399"},{"macAddress":"e4:3d:1a:61:57:d3","name":"eno12409"},{"macAddress":"e4:3d:1a:61:57:d4","name":"eno12419"},{"macAddress":"e4:3d:1a:61:57:d5","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f7","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:52:0a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:52:0b","name":"ens1f1"}],"nics":[{"macAddress":"e4:3d:1a:61:57:d2","name":"eno12399"},{"macAddress":"e4:3d:1a:61:57:d3","name":"eno12409"},{"macAddress":"e4:3d:1a:61:57:d4","name":"eno12419"},{"macAddress":"e4:3d:1a:61:57:d5","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f7","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:52:0a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:52:0b","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r650mgr1","name":"j25r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.4461715Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T15:34:38.3361212Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j25r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:8E","bmcMacAddress":"B0:7B:25:DE:7F:8D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JP56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"j25r650mgr1","kubernetesVersion":"v1.24.9","osImage":"http://10.7.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.7.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr3","name":"j25r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.7008296Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:30:25.7575076Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j25r750wkr3","bootMacAddress":"B0:7B:25:F8:57:50","bmcMacAddress":"B0:7B:25:F8:57:49","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"3HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:51","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:62","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:63","name":"ens3f1"},{"macAddress":"08:c0:eb:70:dc:02","name":"ens6f0"},{"macAddress":"08:c0:eb:70:dc:03","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:51","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:62","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:63","name":"ens3f1"},{"macAddress":"08:c0:eb:70:dc:02","name":"ens6f0"},{"macAddress":"08:c0:eb:70:dc:03","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.24","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr3","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr5","name":"j25r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:45.7037646Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:29:11.2419386Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j25r750wkr5","bootMacAddress":"B0:7B:25:F8:71:B0","bmcMacAddress":"B0:7B:25:F8:71:B1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BKS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b1","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e1:ca","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e1:cb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b1","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e1:ca","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e1:cb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.7.6.27","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr5","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.1994335Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T06:30:16.4332635Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.5176765Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:53:45.8921381Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.5262861Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:23:11.7409907Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:13.3049182Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:59:30.9108915Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr3","name":"j28mec2650svr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:04.6007034Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:12:07.561575Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":3,"machineName":"j28mec2650svr3","bootMacAddress":"D0:8E:79:F4:6D:62","bmcMacAddress":"D0:8E:79:F5:D9:B0","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GNL33Q3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr3","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr1","name":"j28mec2650svr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:04.6231106Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:12:02.6322363Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":1,"machineName":"j28mec2650svr1","bootMacAddress":"D0:8E:79:F3:63:8E","bmcMacAddress":"D0:8E:79:F6:9E:6A","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JNL33Q3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr1","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.21"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr2","name":"j28mec2650svr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:05.2369309Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:12:03.5702018Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":2,"machineName":"j28mec2650svr2","bootMacAddress":"C8:4B:D6:8F:DD:A2","bmcMacAddress":"C8:4B:D6:92:95:39","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"FC1Y7V3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j28mec2650svr2","kubernetesVersion":"v1.24.9","osImage":"http://10.24.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.24.6.22"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/bareMetalMachines/j28mec2650svr4","name":"j28mec2650svr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-hostedresources-178c8553/providers/microsoft.extendedlocation/customlocations/mec2-e0716d4c0564-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:10:07.5925337Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:25:45.9247754Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-e0716d4c0564-HostedResources-178C8553/providers/Microsoft.NetworkCloud/racks/b37mec2r1","machineSkuId":"Compute_DellR650_8C_128GB_2d8n_trialedge","rackSlot":4,"machineName":"j28mec2650svr4","bootMacAddress":"D0:8E:79:F4:B9:8E","bmcMacAddress":"D0:8E:79:F5:08:F6","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.24.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"DNL33Q3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mec2-cluster/providers/Microsoft.NetworkCloud/clusters/mec2-e0716d4c0564","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"84:16:0c:ab:28:34","name":"eno12399"},{"macAddress":"84:16:0c:ab:28:35","name":"eno12409"},{"macAddress":"84:16:0c:ab:28:36","name":"eno12419"},{"macAddress":"84:16:0c:ab:28:37","name":"eno12429"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8f","name":"eno8403"},{"macAddress":"08:c0:eb:91:b9:a0","name":"ens1f0"},{"macAddress":"08:c0:eb:91:b9:a1","name":"ens1f1"}],"nics":[{"macAddress":"84:16:0c:ab:28:34","name":"eno12399"},{"macAddress":"84:16:0c:ab:28:35","name":"eno12409"},{"macAddress":"84:16:0c:ab:28:36","name":"eno12419"},{"macAddress":"84:16:0c:ab:28:37","name":"eno12429"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8e","name":"eno8303"},{"macAddress":"d0:8e:79:f4:b9:8f","name":"eno8403"},{"macAddress":"08:c0:eb:91:b9:a0","name":"ens1f0"},{"macAddress":"08:c0:eb:91:b9:a1","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr7","name":"j25r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.7178031Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:30:03.345379Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j25r750wkr7","bootMacAddress":"B0:7B:25:F8:4E:C4","bmcMacAddress":"B0:7B:25:F8:4E:C3","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"HJS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c5","name":"eno8403"},{"macAddress":"08:c0:eb:70:c2:3a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c2:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c2:2a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c2:2b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4e:c5","name":"eno8403"},{"macAddress":"08:c0:eb:70:c2:3a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c2:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c2:2a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c2:2b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.22","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr7","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr6","name":"j25r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.7432515Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:25:18.3302716Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j25r750wkr6","bootMacAddress":"B0:7B:25:F8:5B:74","bmcMacAddress":"B0:7B:25:F8:5B:73","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"1HS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:75","name":"eno8403"},{"macAddress":"08:c0:eb:70:a8:f2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a8:f3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:bb:4a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:4b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:74","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:75","name":"eno8403"},{"macAddress":"08:c0:eb:70:a8:f2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a8:f3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:bb:4a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:4b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.26","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr6","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr2","name":"j25r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:42.8366394Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:30:31.1200587Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j25r750wkr2","bootMacAddress":"B0:7B:25:F8:4F:E6","bmcMacAddress":"B0:7B:25:F8:4F:E5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"CKS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:fa","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:fb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:4f:e7","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:fa","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:fb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.23","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr2","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr8","name":"j25r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.0539531Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:29:03.5360311Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j25r750wkr8","bootMacAddress":"B0:7B:25:F8:5A:F8","bmcMacAddress":"B0:7B:25:F8:5A:F7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GJS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a6:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a6:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:8a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:8b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:f9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a6:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:a6:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:eb:8a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:eb:8b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.21","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr8","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr1","name":"j25r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.0692896Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:00:32.4550314Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j25r750wkr1","bootMacAddress":"B0:7B:25:F8:5B:92","bmcMacAddress":"B0:7B:25:F8:5B:93","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"DKS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:93","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:22","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:23","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:f3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:92","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:93","name":"eno8403"},{"macAddress":"08:c0:eb:70:e9:22","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e9:23","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:b5:f3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.28","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr1","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr4","name":"j25r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.1241402Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:29:06.246025Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j25r750wkr4","bootMacAddress":"B0:7B:25:F8:5A:FC","bmcMacAddress":"B0:7B:25:F8:5A:FB","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BJS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:e0:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e0:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5a:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:e0:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e0:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e9:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e9:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.25","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr4","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r650mgr2","name":"j25r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.4195674Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T03:48:26.7372646Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j25r650mgr2","bootMacAddress":"B0:7B:25:DE:79:F6","bmcMacAddress":"B0:7B:25:DE:79:F5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5Q56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"e4:3d:1a:61:57:d2","name":"eno12399"},{"macAddress":"e4:3d:1a:61:57:d3","name":"eno12409"},{"macAddress":"e4:3d:1a:61:57:d4","name":"eno12419"},{"macAddress":"e4:3d:1a:61:57:d5","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f7","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:52:0a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:52:0b","name":"ens1f1"}],"nics":[{"macAddress":"e4:3d:1a:61:57:d2","name":"eno12399"},{"macAddress":"e4:3d:1a:61:57:d3","name":"eno12409"},{"macAddress":"e4:3d:1a:61:57:d4","name":"eno12419"},{"macAddress":"e4:3d:1a:61:57:d5","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f6","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:f7","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:52:0a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:52:0b","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r650mgr1","name":"j25r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.4461715Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:33:44.9871322Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j25r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:8E","bmcMacAddress":"B0:7B:25:DE:7F:8D","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JP56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j25r650mgr1","kubernetesVersion":"v1.24.9","osImage":"http://10.7.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.7.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr3","name":"j25r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:44.7008296Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:30:31.9548655Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j25r750wkr3","bootMacAddress":"B0:7B:25:F8:57:50","bmcMacAddress":"B0:7B:25:F8:57:49","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"3HS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:51","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:62","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:63","name":"ens3f1"},{"macAddress":"08:c0:eb:70:dc:02","name":"ens6f0"},{"macAddress":"08:c0:eb:70:dc:03","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:50","name":"eno8303"},{"macAddress":"b0:7b:25:f8:57:51","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:62","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:63","name":"ens3f1"},{"macAddress":"08:c0:eb:70:dc:02","name":"ens6f0"},{"macAddress":"08:c0:eb:70:dc:03","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.24","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr3","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr5","name":"j25r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-hostedresources-498df7d2/providers/microsoft.extendedlocation/customlocations/j25-55435d54e409-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T03:32:45.7037646Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:28:17.323324Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-55435d54e409-HostedResources-498DF7D2/providers/Microsoft.NetworkCloud/racks/b37j25r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j25r750wkr5","bootMacAddress":"B0:7B:25:F8:71:B0","bmcMacAddress":"B0:7B:25:F8:71:B1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.7.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"BKS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-55435d54e409","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b1","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e1:ca","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e1:cb","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:b1","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:c2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:c3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e1:ca","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e1:cb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.7.6.27","osImage":"http://10.7.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j25r750wkr5","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.1994335Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T06:30:16.4332635Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.5176765Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:53:45.8921381Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:11.5262861Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:23:11.7409907Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:19:13.3049182Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:59:30.9108915Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-7149a068/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T06:20:27.7991276Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:51:14.606119Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-7149A068/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-single-rack-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr2","name":"m15r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:54.626895Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T20:03:16.5696568Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m15r750wkr2","bootMacAddress":"B0:7B:25:F8:78:C0","bmcMacAddress":"B0:7B:25:FD:E6:CC","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"4HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This - machine has failed hardware validation","provisioningState":"Provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr6","name":"m15r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:54.8828605Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:32.7536537Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"m15r750wkr6","bootMacAddress":"B0:7B:25:F8:76:A6","bmcMacAddress":"B0:7B:25:FD:E8:52","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2N56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr8","name":"m15r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.0869999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:33:23.0789594Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"m15r750wkr8","bootMacAddress":"B0:7B:25:F8:50:CA","bmcMacAddress":"B0:7B:25:FD:DC:76","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9M56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr5","name":"m15r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.1885053Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:27.5540073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"m15r750wkr5","bootMacAddress":"B0:7B:25:F8:5B:12","bmcMacAddress":"B0:7B:25:FD:E9:4E","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This - machine has failed hardware validation"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","name":"m15r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.2813564Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:35.2144149Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"m15r750wkr7","bootMacAddress":"B0:7B:25:F8:60:4C","bmcMacAddress":"B0:7B:25:FD:E8:40","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","name":"m15r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.9385171Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:31.3968645Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m15r750wkr3","bootMacAddress":"B0:7B:25:F8:50:C6","bmcMacAddress":"B0:7B:25:FD:D8:A4","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"FM56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr1","name":"m15r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.967907Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:30.5530612Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m15r750wkr1","bootMacAddress":"B0:7B:25:F8:71:2E","bmcMacAddress":"B0:7B:25:FD:E7:08","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5HS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r650mgr1","name":"m15r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:56.048776Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:27:33.7033555Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"m15r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:F4","bmcMacAddress":"B0:7B:25:EF:5E:B8","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6P56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"m15r650mgr1","kubernetesVersion":"v1.24.9","osImage":"http://10.0.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.0.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr4","name":"m15r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:56.2340438Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:34.4406899Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"m15r750wkr4","bootMacAddress":"B0:7B:25:F8:5B:C8","bmcMacAddress":"B0:7B:25:FE:82:4E","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7M56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Preparing","detailedStatusMessage":"Preparing - for provisioning of the machine"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r650mgr2","name":"m15r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:58.2973361Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:39:07.232919Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"m15r650mgr2","bootMacAddress":"B0:7B:25:DE:79:FC","bmcMacAddress":"B0:7B:25:EF:60:20","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7P56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"e4:3d:1a:61:65:d0","name":"eno12399"},{"macAddress":"e4:3d:1a:61:65:d1","name":"eno12409"},{"macAddress":"e4:3d:1a:61:65:d2","name":"eno12419"},{"macAddress":"e4:3d:1a:61:65:d3","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fd","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:41:6a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:41:6b","name":"ens1f1"}],"nics":[{"macAddress":"e4:3d:1a:61:65:d0","name":"eno12399"},{"macAddress":"e4:3d:1a:61:65:d1","name":"eno12409"},{"macAddress":"e4:3d:1a:61:65:d2","name":"eno12419"},{"macAddress":"e4:3d:1a:61:65:d3","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fd","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:41:6a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:41:6b","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.5777261Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:34:41.4889829Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.8931574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:03:01.402737Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.9289623Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:34:40.9064938Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:52.282646Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:01:01.4596001Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:53.4864822Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:35:40.3047434Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:53.7488647Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:06:01.054755Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:54.6649346Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:40:27.1229283Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:54.7387511Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:33:40.5310505Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:30:39.8441816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:36:54.3406283Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.0429474Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:13:58.9980282Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.0754137Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:44:09.4417787Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.2893489Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:10:28.6419447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.5618629Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:49:56.4552148Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:40:27.8178465Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:16:37.1389756Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.7509026Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:37:54.8346897Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.7918849Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:12:20.5547626Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.8328491Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:41:53.8089447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:50.2003987Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:20:52.313688Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:13:16.5601244Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:43:19.7852357Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:34.6098667Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:13:51.2471576Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:34.6138491Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:46:39.4619629Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:35.0184604Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:40:15.5815968Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:35.5499781Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:19:53.4093249Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr2","name":"m15r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:54.626895Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-23T20:03:16.5696568Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"m15r750wkr2","bootMacAddress":"B0:7B:25:F8:78:C0","bmcMacAddress":"B0:7B:25:FD:E6:CC","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"4HS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This + machine has failed hardware validation","provisioningState":"Provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr6","name":"m15r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:54.8828605Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:52:35.5764426Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"m15r750wkr6","bootMacAddress":"B0:7B:25:F8:76:A6","bmcMacAddress":"B0:7B:25:FD:E8:52","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2N56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:76:a6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:a6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:a7","name":"eno8403"},{"macAddress":"08:c0:eb:70:bb:52","name":"ens3f0"},{"macAddress":"08:c0:eb:70:bb:53","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e6:42","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e6:43","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:76:a6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:a6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:a7","name":"eno8403"},{"macAddress":"08:c0:eb:70:bb:52","name":"ens3f0"},{"macAddress":"08:c0:eb:70:bb:53","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e6:42","name":"ens6f0"},{"macAddress":"08:c0:eb:70:e6:43","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.0.6.24","osImage":"http://10.0.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m15r750wkr6","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr8","name":"m15r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.0869999Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:05:24.789405Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"m15r750wkr8","bootMacAddress":"B0:7B:25:F8:50:CA","bmcMacAddress":"B0:7B:25:FD:DC:76","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9M56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:50:ca","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:ca","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:cb","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:f3","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:50:ca","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:ca","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:cb","name":"eno8403"},{"macAddress":"08:c0:eb:70:e2:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e2:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:f2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:f3","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.0.6.26","osImage":"http://10.0.4.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr5","name":"m15r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.1885053Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:25:27.5540073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"m15r750wkr5","bootMacAddress":"B0:7B:25:F8:5B:12","bmcMacAddress":"B0:7B:25:FD:E9:4E","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8HS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This + machine has failed hardware validation"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","name":"m15r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.2813564Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:51:38.3239309Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"m15r750wkr7","bootMacAddress":"B0:7B:25:F8:60:4C","bmcMacAddress":"B0:7B:25:FD:E8:40","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"GM56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:60:4c","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:4c","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:4d","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:d2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:d3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a8:5a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a8:5b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:60:4c","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:4c","name":"eno8303"},{"macAddress":"b0:7b:25:f8:60:4d","name":"eno8403"},{"macAddress":"08:c0:eb:70:aa:d2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:d3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a8:5a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a8:5b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.0.6.22","osImage":"http://10.0.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m15r750wkr7","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","name":"m15r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.9385171Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:52:56.7035797Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"m15r750wkr3","bootMacAddress":"B0:7B:25:F8:50:C6","bmcMacAddress":"B0:7B:25:FD:D8:A4","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"FM56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:50:c6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:c6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:c7","name":"eno8403"},{"macAddress":"08:c0:eb:70:dc:42","name":"ens3f0"},{"macAddress":"08:c0:eb:70:dc:43","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:50:c6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:c6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:c7","name":"eno8403"},{"macAddress":"08:c0:eb:70:dc:42","name":"ens3f0"},{"macAddress":"08:c0:eb:70:dc:43","name":"ens3f1"},{"macAddress":"08:c0:eb:70:a7:12","name":"ens6f0"},{"macAddress":"08:c0:eb:70:a7:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.0.6.23","osImage":"http://10.0.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m15r750wkr3","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr1","name":"m15r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:55.967907Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:25:37.4735474Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"m15r750wkr1","bootMacAddress":"B0:7B:25:F8:71:2E","bmcMacAddress":"B0:7B:25:FD:E7:08","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5HS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:71:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:2f","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d2:3a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d2:3b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:71:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:2f","name":"eno8403"},{"macAddress":"08:c0:eb:70:db:82","name":"ens3f0"},{"macAddress":"08:c0:eb:70:db:83","name":"ens3f1"},{"macAddress":"08:c0:eb:70:d2:3a","name":"ens6f0"},{"macAddress":"08:c0:eb:70:d2:3b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.0.6.25","osImage":"http://10.0.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m15r750wkr1","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r650mgr1","name":"m15r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:56.048776Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:27:51.6527532Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"m15r650mgr1","bootMacAddress":"B0:7B:25:DE:7F:F4","bmcMacAddress":"B0:7B:25:EF:5E:B8","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6P56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"m15r650mgr1","kubernetesVersion":"v1.24.9","osImage":"http://10.0.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.0.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr4","name":"m15r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:56.2340438Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:53:09.4309092Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"m15r750wkr4","bootMacAddress":"B0:7B:25:F8:5B:C8","bmcMacAddress":"B0:7B:25:FE:82:4E","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7M56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-96c251255fdc-xvpll/providers/Microsoft.NetworkCloud/virtualMachines/resourcetestvm01c6e","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-96c251255fdc-xvpll/providers/Microsoft.NetworkCloud/virtualMachines/resourcetestvm01c6eutil"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:c8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:c8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:c9","name":"eno8403"},{"macAddress":"b8:ce:f6:b0:45:7a","name":"ens3f0"},{"macAddress":"b8:ce:f6:b0:45:7b","name":"ens3f1"},{"macAddress":"b8:ce:f6:b0:60:12","name":"ens6f0"},{"macAddress":"b8:ce:f6:b0:60:13","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:c8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:c8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:c9","name":"eno8403"},{"macAddress":"b8:ce:f6:b0:45:7a","name":"ens3f0"},{"macAddress":"b8:ce:f6:b0:45:7b","name":"ens3f1"},{"macAddress":"b8:ce:f6:b0:60:12","name":"ens6f0"},{"macAddress":"b8:ce:f6:b0:60:13","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.0.6.21","osImage":"http://10.0.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"m15r750wkr4","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r650mgr2","name":"m15r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-hostedresources-3e1e5ab8/providers/microsoft.extendedlocation/customlocations/m15-96c251255fdc-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:24:58.2973361Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:39:07.232919Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-96c251255fdc-HostedResources-3E1E5AB8/providers/Microsoft.NetworkCloud/racks/b37m15r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"m15r650mgr2","bootMacAddress":"B0:7B:25:DE:79:FC","bmcMacAddress":"B0:7B:25:EF:60:20","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.0.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7P56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-96c251255fdc","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"e4:3d:1a:61:65:d0","name":"eno12399"},{"macAddress":"e4:3d:1a:61:65:d1","name":"eno12409"},{"macAddress":"e4:3d:1a:61:65:d2","name":"eno12419"},{"macAddress":"e4:3d:1a:61:65:d3","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fd","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:41:6a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:41:6b","name":"ens1f1"}],"nics":[{"macAddress":"e4:3d:1a:61:65:d0","name":"eno12399"},{"macAddress":"e4:3d:1a:61:65:d1","name":"eno12409"},{"macAddress":"e4:3d:1a:61:65:d2","name":"eno12419"},{"macAddress":"e4:3d:1a:61:65:d3","name":"eno12429"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fc","name":"eno8303"},{"macAddress":"b0:7b:25:de:79:fd","name":"eno8403"},{"macAddress":"b8:ce:f6:d6:41:6a","name":"ens1f0"},{"macAddress":"b8:ce:f6:d6:41:6b","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control02","name":"rack3control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.5777261Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:34:01.5046459Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack3control02","bootMacAddress":"52:54:00:9b:27:43","bmcMacAddress":"AA:BB:CC:DD:CC:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control02","machineDetails":"","serialNumber":"BM1219XZ3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.104"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3compute01","name":"rack3compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.8931574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:03:20.3537954Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack3compute01","bootMacAddress":"52:54:00:9b:27:03","bmcMacAddress":"AA:BB:CC:DD:CC:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3compute01","machineDetails":"","serialNumber":"BM1219XZ1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:03","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:03","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:93","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:93","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.106","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack3compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control02","name":"rack2control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:51.9289623Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:35:00.1129023Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack2control02","bootMacAddress":"52:54:00:9b:27:42","bmcMacAddress":"AA:BB:CC:DD:DD:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control02","machineDetails":"","serialNumber":"BM1219XY3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control02","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.105"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2compute01","name":"rack2compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:52.282646Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:00:20.3528777Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack2compute01","bootMacAddress":"52:54:00:9b:27:02","bmcMacAddress":"AA:BB:CC:DD:DD:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2compute01","machineDetails":"","serialNumber":"BM1219XY1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:02","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:02","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:92","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:92","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.108","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack2compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:53.4864822Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:35:58.2241831Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:53.7488647Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:06:22.0308708Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.107","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:54.6649346Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:40:27.1229283Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":3,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack2control01","name":"rack2control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:29:54.7387511Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:34:01.4480113Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/bb5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack2control01","bootMacAddress":"52:54:00:b6:ed:32","bmcMacAddress":"AA:BB:CC:DD:DD:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.20:8443/redfish/v1/Systems/rack2control01","machineDetails":"","serialNumber":"BM1219XY2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack2control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/bareMetalMachines/rack3control01","name":"rack3control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-41f23c79/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:30:39.8441816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:34:01.004624Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-41F23C79/providers/Microsoft.NetworkCloud/racks/cc5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":2,"machineName":"rack3control01","bootMacAddress":"52:54:00:b6:ed:33","bmcMacAddress":"AA:BB:CC:DD:CC:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.30:8443/redfish/v1/Systems/rack3control01","machineDetails":"","serialNumber":"BM1219XZ2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/albinmyscich-multi-rack-rg-1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack3control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.103"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.0429474Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:14:15.3152976Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.0754137Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:43:24.1384343Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.2893489Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:10:45.997613Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:38:35.5618629Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T16:49:56.4552148Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-64fc319f/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T16:40:27.8178465Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:14:43.1632652Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-64FC319F/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankychow-test1-0523-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.7509026Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:38:05.6939082Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.7918849Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:12:33.7226211Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:49.8328491Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:42:10.4683196Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:08:50.2003987Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T17:20:52.313688Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-0f1839a1/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T17:13:16.5601244Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:41:35.7642274Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0F1839A1/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/volume-hydrate-test-in-sim/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:34.6098667Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:13:51.2471576Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:34.6138491Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:46:39.4619629Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:35.0184604Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:40:15.5815968Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:07:35.5499781Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:19:53.4093249Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1260c728/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:10:44.9286681Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:43:42.4736069Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1260C728/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test-ap/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:01.188122Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:04:36.6259643Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/virtualMachines/defaultVm"],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:01.3515868Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:56:37.5789664Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:01.455726Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:38:10.2257886Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:02.0795428Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:59:38.0526294Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-2e8a0a09/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:27:02.2394816Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:30:32.910865Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-2E8A0A09/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-comma-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:52.3700484Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:07:44.519331Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.0308464Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:41:25.9585779Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.0759859Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:11:15.14167Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.1009037Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:13:14.8493034Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:56.0816214Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:48:59.7767157Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:56.8804603Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:48.3912454Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:57.1922466Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:00:29.4046891Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:57.3347517Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:18.9575123Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:58.3216751Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:48.6500684Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:59.1067505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:08:16.3523112Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.4863426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:03:21.9692063Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.7561532Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:24.7246179Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.9916607Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:54.2684712Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:52.1922412Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:25.5492661Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:53.9078885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:12:53.3526755Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:52.3700484Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:07:44.519331Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.0308464Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:41:25.9585779Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.0759859Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:11:15.14167Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:53.1009037Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:13:14.8493034Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-38b80849/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:36:56.0816214Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:48:59.7767157Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-38B80849/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/abellino33-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:56.8804603Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:48.3912454Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:57.1922466Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:00:29.4046891Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:57.3347517Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:18.9575123Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:58.3216751Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:48.6500684Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a0de1fc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:54:59.1067505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:08:16.3523112Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A0DE1FC/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-33333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.4863426Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:03:21.9692063Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.7561532Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:31:25.0872275Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:50.9916607Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:28:54.8721686Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:52.1922412Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:32:25.3164319Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-607fec56/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T19:59:53.9078885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:12:53.3526755Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-607FEC56/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vanja-hwcr-333333/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T20:42:29.9784469Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:11:18.4567144Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T20:42:30.1055247Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:47:00.2759196Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T20:42:30.1064773Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:13:48.7210728Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T20:42:30.6331431Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:53:16.2997395Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3bf645de/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T20:42:30.8120114Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:12:18.8460409Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3BF645DE/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T21:33:36.5696795Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:39:07.2278079Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-automation/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T21:33:37.4940746Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:44:22.8547357Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-automation/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T21:33:37.6309361Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:59:54.0281718Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-automation/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T21:33:37.6629641Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:57:39.435344Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-automation/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-11c855af/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T21:33:38.5264068Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T21:59:09.0580067Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-automation/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/bareMetalMachines/j17r750wkr2","name":"j17r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:12:23.9776969Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:12:53.3203668Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/racks/b37j17r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j17r750wkr2","bootMacAddress":"C8:4B:D6:7A:66:30","bmcMacAddress":"C8:4B:D6:7A:F3:36","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.8.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"F79R0R3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-020d478ad9c4","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This + machine has failed hardware validation"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/bareMetalMachines/j17r750wkr3","name":"j17r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:12:25.1184761Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:05:55.2656446Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/racks/b37j17r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j17r750wkr3","bootMacAddress":"C8:4B:D6:7A:69:DE","bmcMacAddress":"C8:4B:D6:7A:CF:84","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.8.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"D79R0R3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-020d478ad9c4","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"c8:4b:d6:7a:69:de","name":"eno8303"},{"macAddress":"c8:4b:d6:7a:69:de","name":"eno8303"},{"macAddress":"c8:4b:d6:7a:69:df","name":"eno8403"},{"macAddress":"10:70:fd:b5:fe:66","name":"ens3f0"},{"macAddress":"10:70:fd:b5:fe:67","name":"ens3f1"},{"macAddress":"10:70:fd:b5:fd:5e","name":"ens6f0"},{"macAddress":"10:70:fd:b5:fd:5f","name":"ens6f1"}],"nics":[{"macAddress":"c8:4b:d6:7a:69:de","name":"eno8303"},{"macAddress":"c8:4b:d6:7a:69:de","name":"eno8303"},{"macAddress":"c8:4b:d6:7a:69:df","name":"eno8403"},{"macAddress":"10:70:fd:b5:fe:66","name":"ens3f0"},{"macAddress":"10:70:fd:b5:fe:67","name":"ens3f1"},{"macAddress":"10:70:fd:b5:fd:5e","name":"ens6f0"},{"macAddress":"10:70:fd:b5:fd:5f","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.8.6.21","osImage":"http://10.8.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j17r750wkr3","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/bareMetalMachines/j17r750wkr1","name":"j17r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:12:25.3402133Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:12:52.5679645Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/racks/b37j17r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j17r750wkr1","bootMacAddress":"C8:4B:D6:7B:17:70","bmcMacAddress":"C8:4B:D6:7A:C0:06","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.8.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"189R0R3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-020d478ad9c4","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This + machine has failed hardware validation"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/bareMetalMachines/j17r750wkr4","name":"j17r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:12:25.3768734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:12:54.5234928Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/racks/b37j17r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j17r750wkr4","bootMacAddress":"D0:8E:79:F8:68:82","bmcMacAddress":"C8:4B:D6:7A:CE:76","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.8.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"G79R0R3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-020d478ad9c4","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{},"detailedStatus":"Error","detailedStatusMessage":"This + machine has failed hardware validation"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/bareMetalMachines/j17r650mgr1","name":"j17r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-hostedresources-1ba2feb8/providers/microsoft.extendedlocation/customlocations/j17-020d478ad9c4-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:12:29.0402521Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:15:08.6367128Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-020d478ad9c4-HostedResources-1BA2FEB8/providers/Microsoft.NetworkCloud/racks/b37j17r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j17r650mgr1","bootMacAddress":"D0:8E:79:F4:66:3A","bmcMacAddress":"D0:8E:79:F5:FB:8E","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.8.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"3PL33Q3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-020d478ad9c4","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j17r650mgr1","kubernetesVersion":"v1.24.9","osImage":"http://10.8.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.8.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:43:51.3231003Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:19:43.6075536Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:43:51.3589752Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:47:24.6014386Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:43:52.3919528Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T22:56:09.7660587Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:43:52.5404389Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:15:12.6152078Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-60c441b5/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T22:43:52.5904093Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:15:58.1914173Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-60C441B5/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smithd-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:00:30.7977523Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:32:54.2516254Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lborgmeyer-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:00:30.8446655Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:35:25.4534345Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lborgmeyer-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:00:32.1397264Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:13:06.6932803Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lborgmeyer-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:00:35.7512081Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:03:23.7355215Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lborgmeyer-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-03db4db9/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:00:53.5209019Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:35:57.8589302Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-03DB4DB9/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lborgmeyer-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:16:18.8235781Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:49:56.1000699Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-spec-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:16:18.848384Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:21:01.7186124Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-spec-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:16:19.1871698Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:50:55.5776767Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-spec-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:16:19.2286072Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:46:26.3018872Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/virtualMachines/defaultVm"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-spec-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-17b21115/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T23:16:19.4701635Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:28:23.5777744Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-17B21115/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-liquid-spec-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:27:55.6271563Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:31:25.3196702Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:27:55.5930629Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:52:00.4152479Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"False","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning in progress","oamIpv4Address":"10.23.25.102"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-3e3c5196/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-13T17:27:55.5098027Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-13T17:51:24.7322634Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-3E3C5196/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main-no-rp/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"}]},"detailedStatus":"Provisioning","detailedStatusMessage":"Provisioning @@ -856,36 +881,36 @@ interactions: to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:09.0989492Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T14:35:26.7579651Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:09.8703844Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T15:13:30.2387388Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-62c76143/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-17T20:31:10.2989228Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-18T15:29:31.8844891Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62C76143/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aostapenko-test-rg-main1/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:52.6362806Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:54.2793898Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:53.1325166Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:52.8849028Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:52.6362806Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:32:53.3577361Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.23.12","osImage":"http://10.10.10.13:80/3.1.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:53.1325166Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:32:53.2706316Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:53.4780613Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:41.6108478Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:58.7151469Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:53.6736524Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:59.3166156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:54.8366073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr7","name":"j18r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:26.6434128Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:25:48.7564956Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j18r750wkr7","bootMacAddress":"B0:7B:25:F8:50:D8","bmcMacAddress":"B0:7B:25:F8:50:D9","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9JS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks7e4fd-11c50af8","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm01"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:a7:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b0:a3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:50:d9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b0:a2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:a7:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b0:a3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:50:d9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b0:a2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.26","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr7","kubernetesVersion":"v1.23.12","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","name":"j18r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:26.5021395Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:23:26.8874243Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j18r750wkr3","bootMacAddress":"B0:7B:25:F8:59:2E","bmcMacAddress":"B0:7B:25:F8:59:2F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5KS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks7e4fd-11c50af8"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm02","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:aa:7a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:ca","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:59:2f","name":"eno8403"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"08:c0:eb:70:aa:7b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:aa:cb","name":"ens6f1"}],"nics":[{"macAddress":"08:c0:eb:70:aa:7a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:ca","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:59:2f","name":"eno8403"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"08:c0:eb:70:aa:7b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:aa:cb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.27","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r650mgr1","name":"j18r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:27.7542814Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:04:27.8279768Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j18r650mgr1","bootMacAddress":"B0:7B:25:DE:80:22","bmcMacAddress":"B0:7B:25:DE:80:23","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9Q56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"j18r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.6.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.6.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r650mgr2","name":"j18r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:27.7855097Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T02:18:19.910367Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j18r650mgr2","bootMacAddress":"B0:7B:25:DE:7A:1E","bmcMacAddress":"B0:7B:25:DE:7A:1F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7Q56PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:d1:aa","name":"ens1f0"},{"macAddress":"e4:3d:1a:61:5a:4b","name":"eno12429"},{"macAddress":"e4:3d:1a:61:5a:4a","name":"eno12419"},{"macAddress":"b0:7b:25:de:7a:1f","name":"eno8403"},{"macAddress":"e4:3d:1a:61:5a:49","name":"eno12409"},{"macAddress":"e4:3d:1a:61:5a:48","name":"eno12399"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"08:c0:eb:70:d1:ab","name":"ens1f1"}],"nics":[{"macAddress":"08:c0:eb:70:d1:aa","name":"ens1f0"},{"macAddress":"e4:3d:1a:61:5a:4b","name":"eno12429"},{"macAddress":"e4:3d:1a:61:5a:4a","name":"eno12419"},{"macAddress":"b0:7b:25:de:7a:1f","name":"eno8403"},{"macAddress":"e4:3d:1a:61:5a:49","name":"eno12409"},{"macAddress":"e4:3d:1a:61:5a:48","name":"eno12399"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"08:c0:eb:70:d1:ab","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr4","name":"j18r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.3690132Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:27:23.2618924Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j18r750wkr4","bootMacAddress":"B0:7B:25:F8:61:FC","bmcMacAddress":"B0:7B:25:F8:61:FD","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6KS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:a7:b2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e5:5a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:61:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:b3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e5:5b","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:a7:b2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e5:5a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:61:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:b3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e5:5b","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.25","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr4","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr8","name":"j18r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.6190877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:27.0743699Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j18r750wkr8","bootMacAddress":"B0:7B:25:F8:5B:10","bmcMacAddress":"B0:7B:25:F8:5B:11","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JKS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-hjfxofwk0xxjvw-5200285b","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks7e4fd-11c50af8"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"08:c0:eb:70:c1:8a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c1:82","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c1:8b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c1:83","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:5b:11","name":"eno8403"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"08:c0:eb:70:c1:8a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c1:82","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c1:8b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c1:83","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:5b:11","name":"eno8403"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.21","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr8","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr1","name":"j18r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.9498312Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T13:34:15.133968Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j18r750wkr1","bootMacAddress":"B0:7B:25:F8:35:A0","bmcMacAddress":"B0:7B:25:F8:35:A1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9LS7PK3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:b5:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:03","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:35:a1","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:02","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:b5:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:03","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:35:a1","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:02","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.22","osImage":"http://10.6.4.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr2","name":"j18r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:34.0739317Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:27.9370121Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j18r750wkr2","bootMacAddress":"B0:7B:25:F8:76:B6","bmcMacAddress":"B0:7B:25:F8:76:B7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"3M56PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-hjfxofwk0xxjvw-5200285b"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmSWpNeawejGsjOQ"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:76:b7","name":"eno8403"},{"macAddress":"08:c0:eb:70:c5:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c6:3a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"08:c0:eb:70:c5:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:3b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:76:b7","name":"eno8403"},{"macAddress":"08:c0:eb:70:c5:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c6:3a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"08:c0:eb:70:c5:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:3b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.23","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr6","name":"j18r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:35.5854848Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:46:08.9045655Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j18r750wkr6","bootMacAddress":"B0:7B:25:F8:59:E4","bmcMacAddress":"B0:7B:25:F8:59:E5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2HS7PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:bb:5a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:d2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:5b","name":"ens3f1"},{"macAddress":"b0:7b:25:f8:59:e5","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:d3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:bb:5a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:d2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:5b","name":"ens3f1"},{"macAddress":"b0:7b:25:f8:59:e5","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:d3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.28","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr6","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","name":"j18r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:35.3781751Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:24:24.6708118Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j18r750wkr5","bootMacAddress":"B0:7B:25:F8:71:38","bmcMacAddress":"B0:7B:25:F8:71:39","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8M56PK3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:e2:d2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:71:39","name":"eno8403"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"08:c0:eb:70:dc:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:d3","name":"ens6f1"},{"macAddress":"08:c0:eb:70:dc:3a","name":"ens3f0"}],"nics":[{"macAddress":"08:c0:eb:70:e2:d2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:71:39","name":"eno8403"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"08:c0:eb:70:dc:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:d3","name":"ens6f1"},{"macAddress":"08:c0:eb:70:dc:3a","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.6.6.24","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr5","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:45.5811936Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:17:42.7455222Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.0894237Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:17:27.891873Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.4948505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:50:11.8725583Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.5545119Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:39:00.3936618Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.5777911Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:55:41.7961362Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:58.7151469Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:32:54.7176992Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:22:59.3166156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:32:53.5825852Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}],"nics":[{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.1.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr7","name":"j18r750wkr7","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule","e2eTestSuiteTag":"E2E-API-BM-TAG"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:26.6434128Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:27:34.4176194Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":10,"machineName":"j18r750wkr7","bootMacAddress":"B0:7B:25:F8:50:D8","bmcMacAddress":"B0:7B:25:F8:50:D9","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.19/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9JS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm01"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:a7:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b0:a3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:50:d9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b0:a2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:a7:a3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b0:a3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:50:d9","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:a2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b0:a2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"},{"macAddress":"b0:7b:25:f8:50:d8","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.26","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr7","kubernetesVersion":"v1.23.12","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","name":"j18r750wkr3","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:26.5021395Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:09:33.7099818Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":4,"machineName":"j18r750wkr3","bootMacAddress":"B0:7B:25:F8:59:2E","bmcMacAddress":"B0:7B:25:F8:59:2F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.13/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"5KS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm02","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:aa:7a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:ca","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:59:2f","name":"eno8403"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"08:c0:eb:70:aa:7b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:aa:cb","name":"ens6f1"}],"nics":[{"macAddress":"08:c0:eb:70:aa:7a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:aa:ca","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:59:2f","name":"eno8403"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:2e","name":"eno8303"},{"macAddress":"08:c0:eb:70:aa:7b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:aa:cb","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.27","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr3","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r650mgr1","name":"j18r650mgr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:27.7542814Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:04:27.8279768Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":6,"machineName":"j18r650mgr1","bootMacAddress":"B0:7B:25:DE:80:22","bmcMacAddress":"B0:7B:25:DE:80:23","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.15/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9Q56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"j18r650mgr1","kubernetesVersion":"v1.23.12","osImage":"http://10.6.4.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.6.6.20"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r650mgr2","name":"j18r650mgr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:27.7855097Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T02:18:19.910367Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Controller_DellR650_8C_128GB_2d8n","rackSlot":7,"machineName":"j18r650mgr2","bootMacAddress":"B0:7B:25:DE:7A:1E","bmcMacAddress":"B0:7B:25:DE:7A:1F","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.16/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"7Q56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:d1:aa","name":"ens1f0"},{"macAddress":"e4:3d:1a:61:5a:4b","name":"eno12429"},{"macAddress":"e4:3d:1a:61:5a:4a","name":"eno12419"},{"macAddress":"b0:7b:25:de:7a:1f","name":"eno8403"},{"macAddress":"e4:3d:1a:61:5a:49","name":"eno12409"},{"macAddress":"e4:3d:1a:61:5a:48","name":"eno12399"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"08:c0:eb:70:d1:ab","name":"ens1f1"}],"nics":[{"macAddress":"08:c0:eb:70:d1:aa","name":"ens1f0"},{"macAddress":"e4:3d:1a:61:5a:4b","name":"eno12429"},{"macAddress":"e4:3d:1a:61:5a:4a","name":"eno12419"},{"macAddress":"b0:7b:25:de:7a:1f","name":"eno8403"},{"macAddress":"e4:3d:1a:61:5a:49","name":"eno12409"},{"macAddress":"e4:3d:1a:61:5a:48","name":"eno12399"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"b0:7b:25:de:7a:1e","name":"eno8303"},{"macAddress":"08:c0:eb:70:d1:ab","name":"ens1f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr4","name":"j18r750wkr4","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.3690132Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:07:28.478833Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":5,"machineName":"j18r750wkr4","bootMacAddress":"B0:7B:25:F8:61:FC","bmcMacAddress":"B0:7B:25:F8:61:FD","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.14/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"6KS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:a7:b2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e5:5a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:61:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:b3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e5:5b","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:a7:b2","name":"ens3f0"},{"macAddress":"08:c0:eb:70:e5:5a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:61:fd","name":"eno8403"},{"macAddress":"08:c0:eb:70:a7:b3","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e5:5b","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"},{"macAddress":"b0:7b:25:f8:61:fc","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.25","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr4","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr8","name":"j18r750wkr8","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.6190877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:12:33.4869605Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":11,"machineName":"j18r750wkr8","bootMacAddress":"B0:7B:25:F8:5B:10","bmcMacAddress":"B0:7B:25:F8:5B:11","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.20/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"JKS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-hjfxofwk0xxjvw-5200285b"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"08:c0:eb:70:c1:8a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c1:82","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c1:8b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c1:83","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:5b:11","name":"eno8403"}],"nics":[{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"b0:7b:25:f8:5b:10","name":"eno8303"},{"macAddress":"08:c0:eb:70:c1:8a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c1:82","name":"ens6f0"},{"macAddress":"08:c0:eb:70:c1:8b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c1:83","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:5b:11","name":"eno8403"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.21","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr8","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr1","name":"j18r750wkr1","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:33.9498312Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T13:34:15.133968Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":2,"machineName":"j18r750wkr1","bootMacAddress":"B0:7B:25:F8:35:A0","bmcMacAddress":"B0:7B:25:F8:35:A1","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.11/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"9LS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"False","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:b5:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:03","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:35:a1","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:02","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:b5:cb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:b5:03","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:35:a1","name":"eno8403"},{"macAddress":"08:c0:eb:70:b5:ca","name":"ens3f0"},{"macAddress":"08:c0:eb:70:b5:02","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"},{"macAddress":"b0:7b:25:f8:35:a0","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.22","osImage":"http://10.6.4.13:80/3.2.0/worker.raw"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr2","name":"j18r750wkr2","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:34.0739317Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:11:33.6647076Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":3,"machineName":"j18r750wkr2","bootMacAddress":"B0:7B:25:F8:76:B6","bmcMacAddress":"B0:7B:25:F8:76:B7","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.12/redfish/v1/Systems/System.Embedded.1","machineDetails":"16628585","serialNumber":"3M56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm6-test-haks-0d342645","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-hjfxofwk0xxjvw-5200285b"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmSWpNeawejGsjOQ"],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"b0:7b:25:f8:76:b7","name":"eno8403"},{"macAddress":"08:c0:eb:70:c5:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c6:3a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"08:c0:eb:70:c5:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:3b","name":"ens6f1"}],"nics":[{"macAddress":"b0:7b:25:f8:76:b7","name":"eno8403"},{"macAddress":"08:c0:eb:70:c5:fa","name":"ens3f0"},{"macAddress":"08:c0:eb:70:c6:3a","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"b0:7b:25:f8:76:b6","name":"eno8303"},{"macAddress":"08:c0:eb:70:c5:fb","name":"ens3f1"},{"macAddress":"08:c0:eb:70:c6:3b","name":"ens6f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.23","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr2","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr6","name":"j18r750wkr6","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:35.5854848Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T23:27:33.4644863Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":9,"machineName":"j18r750wkr6","bootMacAddress":"B0:7B:25:F8:59:E4","bmcMacAddress":"B0:7B:25:F8:59:E5","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.18/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"2HS7PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm03"],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:bb:5a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:d2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:5b","name":"ens3f1"},{"macAddress":"b0:7b:25:f8:59:e5","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:d3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"}],"nics":[{"macAddress":"08:c0:eb:70:bb:5a","name":"ens3f0"},{"macAddress":"08:c0:eb:70:d7:d2","name":"ens6f0"},{"macAddress":"08:c0:eb:70:bb:5b","name":"ens3f1"},{"macAddress":"b0:7b:25:f8:59:e5","name":"eno8403"},{"macAddress":"08:c0:eb:70:d7:d3","name":"ens6f1"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"},{"macAddress":"b0:7b:25:f8:59:e4","name":"eno8303"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.28","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr6","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","name":"j18r750wkr5","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:35.3781751Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:08:29.2187951Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","machineSkuId":"Compute_DellR750_56C_512GB_4d6n","rackSlot":8,"machineName":"j18r750wkr5","bootMacAddress":"B0:7B:25:F8:71:38","bmcMacAddress":"B0:7B:25:F8:71:39","bmcCredentials":{"username":"cm9vdA=="},"bmcConnectionString":"redfish+https://10.6.3.17/redfish/v1/Systems/System.Embedded.1","machineDetails":"","serialNumber":"8M56PK3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/nc-resource-testing-krb-6886adf0","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mattjtest-haks2-75cec535","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/hybridAksClusters/mm2-test-haks-7f076633"],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"08:c0:eb:70:e2:d2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:71:39","name":"eno8403"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"08:c0:eb:70:dc:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:d3","name":"ens6f1"},{"macAddress":"08:c0:eb:70:dc:3a","name":"ens3f0"}],"nics":[{"macAddress":"08:c0:eb:70:e2:d2","name":"ens6f0"},{"macAddress":"b0:7b:25:f8:71:39","name":"eno8403"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"b0:7b:25:f8:71:38","name":"eno8303"},{"macAddress":"08:c0:eb:70:dc:3b","name":"ens3f1"},{"macAddress":"08:c0:eb:70:e2:d3","name":"ens6f1"},{"macAddress":"08:c0:eb:70:dc:3a","name":"ens3f0"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.6.6.24","osImage":"http://10.6.4.13:80/3.2.0/worker.raw","kubernetesNodeName":"j18r750wkr5","kubernetesVersion":"v1.23.12"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:45.5811936Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:17:42.7455222Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.0894237Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:17:27.891873Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.4948505Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:50:11.8725583Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.5545119Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:39:00.3936618Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/a3edb848-695a-4ahf-20a4-ez490930fr24/resourceGroups/nc-westus3-rg/providers/Microsoft.NetworkCloud/VirtualMachines/virtualmachine-sample"],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4a33210c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T18:44:46.5777911Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T18:55:41.7961362Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4A33210C/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gagehugo-sim-idrac-rg/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available to participate in the cluster"}}]}' headers: cache-control: - no-cache content-length: - - '1573972' + - '1649795' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:27:23 GMT + - Wed, 24 May 2023 00:13:00 GMT expires: - '-1' pragma: @@ -899,9 +924,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f51820b6-75ac-40f3-9d38-9ebd959a9bea - - 73b4062d-b783-4cab-98e8-57aeb792aa2d - - 3ba51fd4-b873-40ea-a39b-e125f27dba4c + - 3677328b-36fe-4f06-9d79-d9e90e7024c5 + - 218c28f3-295b-4702-a2d8-60c0aa5c9fe0 + - 857dca43-7a7e-4bb6-9df7-e256629db87f status: code: 200 message: OK @@ -921,24 +946,24 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:26:57.9127141Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.9386035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:47.853781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:44.1968808Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T01:41:19.8195649Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available - to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:47.6446574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:16:05.7920724Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","name":"rack1compute01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.6984147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-24T00:12:37.0071011Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":1,"machineName":"rack1compute01","bootMacAddress":"52:54:00:9b:27:01","bmcMacAddress":"AA:BB:CC:DD:EE:AA","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute01","machineDetails":"customer-specific-tag","serialNumber":"BM1219XX1","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:01","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:01","name":"enp4s0f1"},{"macAddress":"52:54:00:76:0d:91","name":"enp75s0f0"},{"macAddress":"52:54:00:76:1d:91","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","oamIpv4Address":"10.23.25.104","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute01","kubernetesVersion":"v1.24.9","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control01","name":"rack1control01","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:43.9386035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T19:32:47.853781Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":4,"machineName":"rack1control01","bootMacAddress":"52:54:00:b6:ed:31","bmcMacAddress":"AA:BB:CC:DD:EE:DD","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control01","machineDetails":"","serialNumber":"BM1219XX4","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{},"detailedStatus":"Provisioned","detailedStatusMessage":"The + OS is provisioned to the machine","kubernetesNodeName":"rack1control01","kubernetesVersion":"v1.24.9","osImage":"http://10.10.10.13:80/3.2.0/control-plane.raw","oamIpv4Address":"10.23.25.101"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1control02","name":"rack1control02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:44.1968808Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T01:41:19.8195649Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Controller_DellR650_8C_128GB_2d8n_sim","rackSlot":5,"machineName":"rack1control02","bootMacAddress":"52:54:00:9b:27:41","bmcMacAddress":"AA:BB:CC:DD:EE:EE","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1control02","machineDetails":"","serialNumber":"BM1219XX5","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"False","cordonStatus":"Uncordoned","powerState":"Off","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}],"nics":[{"macAddress":"52:54:00:24:93:71","name":"enp138s0f0"},{"macAddress":"52:54:00:24:a3:71","name":"enp138s0f1"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:27:41","name":"enp4s0f0"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"},{"macAddress":"52:54:00:9b:37:41","name":"enp4s0f1"}]},"detailedStatus":"Available","detailedStatusMessage":"Available + to participate in the cluster"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","name":"rack1compute02","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:29:47.6446574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:16:05.7920724Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":2,"machineName":"rack1compute02","bootMacAddress":"52:54:00:68:9b:b1","bmcMacAddress":"AA:BB:CC:DD:EE:BB","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute02","machineDetails":"","serialNumber":"BM1219XX2","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","readyState":"True","cordonStatus":"Uncordoned","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:9b:b1","name":"enp4s0f0"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:68:ab:b1","name":"enp4s0f1"},{"macAddress":"52:54:00:a7:17:a1","name":"enp75s0f0"},{"macAddress":"52:54:00:a7:27:a1","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The OS is provisioned to the machine","oamIpv4Address":"10.23.25.102","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute02","kubernetesVersion":"v1.24.9"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","name":"rack1compute03","type":"microsoft.networkcloud/baremetalmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02ddcfd2/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/baremetalmachineshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-23T01:31:22.3686582Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-23T20:17:05.2282486Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/racks/aa5678","machineSkuId":"Compute_DellR750_56C_512GB_4d6n_sim","rackSlot":3,"machineName":"rack1compute03","bootMacAddress":"52:54:00:b6:ed:21","bmcMacAddress":"AA:BB:CC:DD:EE:CC","bmcCredentials":{"username":"ZFhObGNtNWhiV1VL"},"bmcConnectionString":"redfish+https://10.100.100.10:8443/redfish/v1/Systems/rack1compute03","machineDetails":"","serialNumber":"BM1219XX3","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-test/providers/Microsoft.NetworkCloud/clusters/simulator","readyState":"True","cordonStatus":"Uncordoned","powerState":"On","hardwareInventory":{"interfaces":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}],"nics":[{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:ed:21","name":"enp4s0f0"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:b6:fd:21","name":"enp4s0f1"},{"macAddress":"52:54:00:73:6f:01","name":"enp75s0f0"},{"macAddress":"52:54:00:73:7f:01","name":"enp75s0f1"}]},"detailedStatus":"Provisioned","detailedStatusMessage":"The - OS is provisioned to the machine","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}}]}' + OS is provisioned to the machine","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"provisioningState":"Succeeded","oamIpv4Address":"10.23.25.103","osImage":"http://10.10.10.13:80/3.2.0/worker.raw","kubernetesNodeName":"rack1compute03","kubernetesVersion":"v1.24.9"}}]}' headers: cache-control: - no-cache content-length: - - '13072' + - '13207' content-type: - application/json; charset=utf-8 date: - - Tue, 23 May 2023 20:27:25 GMT + - Wed, 24 May 2023 00:13:01 GMT expires: - '-1' pragma: @@ -948,9 +973,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 771d73a2-be5f-4a54-8c4f-771bcc1d0776 - - 9d698c10-6d84-4abc-8e53-cf084056b61e - - 6a67bddb-7173-4675-91f9-3b3f43bb0d8a + - 29478b4d-3e6c-4d67-8c91-45e185ac7b00 + - 5659193b-34dc-4f75-96d3-00feece69d6b + - 354d51f9-b30c-4d67-83b6-0154d3340bcc status: code: 200 message: OK diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_power_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_power_scenario1.yaml index ca98f0a2e89..3bf9d80da43 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_power_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_power_scenario1.yaml @@ -17,13 +17,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5/restart?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01/restart?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -31,13 +31,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:36:42 GMT + - Thu, 25 May 2023 00:07:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview mise-correlation-id: - - a779d744-36aa-498b-8f67-48a46b37cd0a + - 4b70dd66-b544-4d5b-84ed-75d44a660395 pragma: - no-cache strict-transport-security: @@ -47,7 +47,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 202 message: Accepted @@ -67,21 +67,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","name":"44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","status":"Accepted","startTime":"2023-05-26T17:36:42.865824Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:07:08.417889Z"}' headers: cache-control: - no-cache content-length: - - '595' + - '586' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:36:42 GMT + - Thu, 25 May 2023 00:07:08 GMT etag: - - '"0000f20d-0000-3400-0000-6470ee2a0000"' + - '"020274f4-0000-0100-0000-646ea6ac0000"' expires: - '-1' pragma: @@ -109,36 +109,32 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","name":"44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","status":"Succeeded","startTime":"2023-05-26T17:36:42.865824Z","endTime":"2023-05-26T17:36:50.6037558Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' headers: cache-control: - no-cache content-length: - - '666' + - '601' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:37:13 GMT + - Thu, 25 May 2023 00:07:38 GMT etag: - - '"0000f40d-0000-3400-0000-6470ee320000"' + - '"02021bf5-0000-0100-0000-646ea6b10000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -155,87 +151,71 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","name":"44e9174d-4826-4995-83cb-c2409cbf4c4a*DB077D3E0A50B1B04A7C0DD5D3D698A5DB6F47941A8B580ECC8472C1F3229675","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr5","status":"Succeeded","startTime":"2023-05-26T17:36:42.865824Z","endTime":"2023-05-26T17:36:50.6037558Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' headers: cache-control: - no-cache content-length: - - '666' + - '601' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:37:13 GMT + - Thu, 25 May 2023 00:08:08 GMT etag: - - '"0000f40d-0000-3400-0000-6470ee320000"' + - '"02021bf5-0000-0100-0000-646ea6b10000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 202 + message: Accepted - request: - body: '{"skipShutdown": "False"}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - networkcloud baremetalmachine power-off + - networkcloud baremetalmachine restart Connection: - keep-alive - Content-Length: - - '25' - Content-Type: - - application/json ParameterSetName: - - --name --skip-shutdown --resource-group + - --name --resource-group User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3/powerOff?api-version=2022-12-12-preview + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: 'null' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview cache-control: - no-cache content-length: - - '4' + - '601' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:37:14 GMT + - Thu, 25 May 2023 00:08:39 GMT + etag: + - '"02021bf5-0000-0100-0000-646ea6b10000"' expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview - mise-correlation-id: - - 7e3d256d-7e76-436a-9ba5-61aaec0cd942 pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: code: 202 message: Accepted @@ -247,29 +227,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - networkcloud baremetalmachine power-off + - networkcloud baremetalmachine restart Connection: - keep-alive ParameterSetName: - - --name --skip-shutdown --resource-group + - --name --resource-group User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' headers: cache-control: - no-cache content-length: - - '596' + - '601' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:37:15 GMT + - Thu, 25 May 2023 00:09:09 GMT etag: - - '"0000f60d-0000-3400-0000-6470ee490000"' + - '"02021bf5-0000-0100-0000-646ea6b10000"' expires: - '-1' pragma: @@ -289,29 +269,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - networkcloud baremetalmachine power-off + - networkcloud baremetalmachine restart Connection: - keep-alive ParameterSetName: - - --name --skip-shutdown --resource-group + - --name --resource-group User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' headers: cache-control: - no-cache content-length: - - '596' + - '601' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:37:44 GMT + - Thu, 25 May 2023 00:09:38 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"02021bf5-0000-0100-0000-646ea6b10000"' expires: - '-1' pragma: @@ -331,29 +311,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - networkcloud baremetalmachine power-off + - networkcloud baremetalmachine restart Connection: - keep-alive ParameterSetName: - - --name --skip-shutdown --resource-group + - --name --resource-group User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' headers: cache-control: - no-cache content-length: - - '596' + - '601' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:38:14 GMT + - Thu, 25 May 2023 00:10:08 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"02021bf5-0000-0100-0000-646ea6b10000"' expires: - '-1' pragma: @@ -373,29 +353,71 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - networkcloud baremetalmachine power-off + - networkcloud baremetalmachine restart Connection: - keep-alive ParameterSetName: - - --name --skip-shutdown --resource-group + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '601' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 00:10:38 GMT + etag: + - '"02021bf5-0000-0100-0000-646ea6b10000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' headers: cache-control: - no-cache content-length: - - '596' + - '601' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:38:44 GMT + - Thu, 25 May 2023 00:11:09 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"02021bf5-0000-0100-0000-646ea6b10000"' expires: - '-1' pragma: @@ -407,6 +429,236 @@ interactions: status: code: 202 message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '601' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 00:11:39 GMT + etag: + - '"02021bf5-0000-0100-0000-646ea6b10000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Provisioning","startTime":"2023-05-25T00:07:08.417889Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '601' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 00:12:09 GMT + etag: + - '"02021bf5-0000-0100-0000-646ea6b10000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T00:07:08.417889Z","endTime":"2023-05-25T00:12:23.7815804Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '657' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 00:12:39 GMT + etag: + - '"0302691e-0000-0100-0000-646ea7e70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine restart + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"0de35caf-69ce-4a8a-841f-cf6679b267c7*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T00:07:08.417889Z","endTime":"2023-05-25T00:12:23.7815804Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '657' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 00:12:39 GMT + etag: + - '"0302691e-0000-0100-0000-646ea7e70000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"skipShutdown": "False"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine power-off + Connection: + - keep-alive + Content-Length: + - '25' + Content-Type: + - application/json + ParameterSetName: + - --name --skip-shutdown --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01/powerOff?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 25 May 2023 00:12:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview + mise-correlation-id: + - 0502eb12-1f5a-42f7-acdf-a02ea3ed2f35 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted - request: body: null headers: @@ -423,21 +675,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:12:40.5247739Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:39:14 GMT + - Thu, 25 May 2023 00:12:40 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"0302fe1f-0000-0100-0000-646ea7f80000"' expires: - '-1' pragma: @@ -465,21 +717,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:12:40.5247739Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:39:45 GMT + - Thu, 25 May 2023 00:13:09 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"0302b720-0000-0100-0000-646ea7fd0000"' expires: - '-1' pragma: @@ -507,21 +759,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:12:40.5247739Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:40:15 GMT + - Thu, 25 May 2023 00:13:40 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"0302b720-0000-0100-0000-646ea7fd0000"' expires: - '-1' pragma: @@ -549,21 +801,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:12:40.5247739Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:40:45 GMT + - Thu, 25 May 2023 00:14:10 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"0302b720-0000-0100-0000-646ea7fd0000"' expires: - '-1' pragma: @@ -591,21 +843,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:37:13.8639161Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:12:40.5247739Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:41:15 GMT + - Thu, 25 May 2023 00:14:40 GMT etag: - - '"0000f70d-0000-3400-0000-6470ee510000"' + - '"0302b720-0000-0100-0000-646ea7fd0000"' expires: - '-1' pragma: @@ -633,21 +885,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:37:13.8639161Z","endTime":"2023-05-26T17:41:23.2403578Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T00:12:40.5247739Z","endTime":"2023-05-25T00:14:46.3941714Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '667' + - '658' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:41:45 GMT + - Thu, 25 May 2023 00:15:10 GMT etag: - - '"00000b0e-0000-3400-0000-6470ef430000"' + - '"0302412d-0000-0100-0000-646ea8760000"' expires: - '-1' pragma: @@ -679,21 +931,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"1667d89a-3b1b-4b5a-92d5-968da88d0762*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:37:13.8639161Z","endTime":"2023-05-26T17:41:23.2403578Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"2fa7df33-501e-4e58-bf84-1d900c895616*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T00:12:40.5247739Z","endTime":"2023-05-25T00:14:46.3941714Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '667' + - '658' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:41:45 GMT + - Thu, 25 May 2023 00:15:10 GMT etag: - - '"00000b0e-0000-3400-0000-6470ef430000"' + - '"0302412d-0000-0100-0000-646ea8760000"' expires: - '-1' pragma: @@ -727,13 +979,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3/start?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01/start?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -741,13 +993,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:41:46 GMT + - Thu, 25 May 2023 00:15:11 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview mise-correlation-id: - - 6b255a09-d093-453c-a7d4-518d1db12d12 + - 4bb2c405-67fb-4237-a403-6a0c4b7cd233 pragma: - no-cache strict-transport-security: @@ -777,21 +1029,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:15:11.7048694Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:41:46 GMT + - Thu, 25 May 2023 00:15:12 GMT etag: - - '"0000100e-0000-3400-0000-6470ef5a0000"' + - '"03023230-0000-0100-0000-646ea88f0000"' expires: - '-1' pragma: @@ -819,21 +1071,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:15:11.7048694Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:42:16 GMT + - Thu, 25 May 2023 00:15:41 GMT etag: - - '"0000120e-0000-3400-0000-6470ef610000"' + - '"03028c30-0000-0100-0000-646ea8930000"' expires: - '-1' pragma: @@ -861,21 +1113,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:15:11.7048694Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:42:45 GMT + - Thu, 25 May 2023 00:16:11 GMT etag: - - '"0000120e-0000-3400-0000-6470ef610000"' + - '"03028c30-0000-0100-0000-646ea8930000"' expires: - '-1' pragma: @@ -903,21 +1155,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Accepted","startTime":"2023-05-26T17:41:46.2407584Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T00:15:11.7048694Z"}' headers: cache-control: - no-cache content-length: - - '596' + - '587' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:43:16 GMT + - Thu, 25 May 2023 00:16:41 GMT etag: - - '"0000120e-0000-3400-0000-6470ef610000"' + - '"03028c30-0000-0100-0000-646ea8930000"' expires: - '-1' pragma: @@ -945,21 +1197,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:41:46.2407584Z","endTime":"2023-05-26T17:43:24.6576776Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T00:15:11.7048694Z","endTime":"2023-05-25T00:16:46.3800985Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '667' + - '658' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:43:46 GMT + - Thu, 25 May 2023 00:17:11 GMT etag: - - '"0000180e-0000-3400-0000-6470efbc0000"' + - '"0302b73b-0000-0100-0000-646ea8ee0000"' expires: - '-1' pragma: @@ -991,21 +1243,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS2EUAP/operationStatuses/9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","name":"9f12b6f7-69d4-4f82-a774-734d41f0cde2*82ACF9496779060685D07381581F373D58F2DDA074C519618EADAD2E459C9DB8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3","status":"Succeeded","startTime":"2023-05-26T17:41:46.2407584Z","endTime":"2023-05-26T17:43:24.6576776Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","name":"8a37c63a-ac40-4623-afd1-c1ebea4d88f8*0B68D2F1B49EFD857A81E33DABF319B1EB675B72E7A796CC967F9C050C78CDD9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02DDCFD2/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T00:15:11.7048694Z","endTime":"2023-05-25T00:16:46.3800985Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '667' + - '658' content-type: - application/json; charset=utf-8 date: - - Fri, 26 May 2023 17:43:46 GMT + - Thu, 25 May 2023 00:17:11 GMT etag: - - '"0000180e-0000-3400-0000-6470efbc0000"' + - '"0302b73b-0000-0100-0000-646ea8ee0000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_reimage_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_reimage_scenario1.yaml index bc2c5449aad..b8ab5865ff2 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_reimage_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_reimage_scenario1.yaml @@ -17,13 +17,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01/reimage?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01/reimage?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -31,13 +31,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:01:05 GMT + - Thu, 25 May 2023 23:59:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview mise-correlation-id: - - 9d75bca8-a275-4328-8e1f-587d84994ad2 + - 18405d77-4863-4440-9520-38d083f489d3 pragma: - no-cache strict-transport-security: @@ -67,10 +67,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -79,9 +79,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:01:05 GMT + - Thu, 25 May 2023 23:59:10 GMT etag: - - '"5f024117-0000-0100-0000-646fdaa10000"' + - '"6402b937-0000-0100-0000-646ff64d0000"' expires: - '-1' pragma: @@ -109,10 +109,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -121,9 +121,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:01:35 GMT + - Thu, 25 May 2023 23:59:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -151,10 +151,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -163,9 +163,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:02:05 GMT + - Fri, 26 May 2023 00:00:09 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -193,10 +193,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -205,9 +205,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:02:35 GMT + - Fri, 26 May 2023 00:00:39 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -235,10 +235,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -247,9 +247,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:03:05 GMT + - Fri, 26 May 2023 00:01:09 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -277,10 +277,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -289,9 +289,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:03:35 GMT + - Fri, 26 May 2023 00:01:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -319,10 +319,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -331,9 +331,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:04:06 GMT + - Fri, 26 May 2023 00:02:10 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -361,10 +361,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -373,9 +373,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:04:36 GMT + - Fri, 26 May 2023 00:02:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -403,10 +403,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -415,9 +415,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:05:05 GMT + - Fri, 26 May 2023 00:03:09 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -445,10 +445,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -457,9 +457,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:05:35 GMT + - Fri, 26 May 2023 00:03:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -487,10 +487,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -499,9 +499,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:06:05 GMT + - Fri, 26 May 2023 00:04:10 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -529,10 +529,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -541,9 +541,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:06:35 GMT + - Fri, 26 May 2023 00:04:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -571,10 +571,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -583,9 +583,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:07:06 GMT + - Fri, 26 May 2023 00:05:10 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -613,10 +613,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -625,9 +625,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:07:36 GMT + - Fri, 26 May 2023 00:05:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -655,10 +655,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -667,9 +667,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:08:06 GMT + - Fri, 26 May 2023 00:06:10 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -697,10 +697,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -709,9 +709,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:08:36 GMT + - Fri, 26 May 2023 00:06:41 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -739,10 +739,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -751,9 +751,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:09:06 GMT + - Fri, 26 May 2023 00:07:10 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -781,10 +781,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -793,9 +793,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:09:36 GMT + - Fri, 26 May 2023 00:07:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -823,10 +823,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -835,9 +835,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:10:06 GMT + - Fri, 26 May 2023 00:08:10 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -865,10 +865,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -877,9 +877,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:10:36 GMT + - Fri, 26 May 2023 00:08:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -907,10 +907,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -919,9 +919,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:11:07 GMT + - Fri, 26 May 2023 00:09:10 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -949,10 +949,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -961,9 +961,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:11:37 GMT + - Fri, 26 May 2023 00:09:41 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -991,10 +991,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1003,9 +1003,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:12:07 GMT + - Fri, 26 May 2023 00:10:11 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1033,10 +1033,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1045,9 +1045,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:12:37 GMT + - Fri, 26 May 2023 00:10:41 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1075,10 +1075,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1087,9 +1087,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:13:07 GMT + - Fri, 26 May 2023 00:11:11 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1117,10 +1117,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1129,9 +1129,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:13:37 GMT + - Fri, 26 May 2023 00:11:40 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1159,10 +1159,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1171,9 +1171,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:14:07 GMT + - Fri, 26 May 2023 00:12:11 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1201,10 +1201,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1213,9 +1213,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:14:37 GMT + - Fri, 26 May 2023 00:12:41 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1243,10 +1243,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1255,9 +1255,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:15:07 GMT + - Fri, 26 May 2023 00:13:11 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1285,10 +1285,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1297,9 +1297,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:15:37 GMT + - Fri, 26 May 2023 00:13:42 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1327,10 +1327,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1339,9 +1339,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:16:07 GMT + - Fri, 26 May 2023 00:14:12 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1369,10 +1369,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1381,9 +1381,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:16:37 GMT + - Fri, 26 May 2023 00:14:41 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1411,10 +1411,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1423,9 +1423,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:17:07 GMT + - Fri, 26 May 2023 00:15:11 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1453,10 +1453,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1465,9 +1465,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:17:38 GMT + - Fri, 26 May 2023 00:15:41 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1495,10 +1495,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1507,9 +1507,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:18:08 GMT + - Fri, 26 May 2023 00:16:12 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1537,10 +1537,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1549,9 +1549,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:18:38 GMT + - Fri, 26 May 2023 00:16:42 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1579,10 +1579,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T22:01:05.5285902Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Accepted","startTime":"2023-05-25T23:59:09.3956036Z"}' headers: cache-control: - no-cache @@ -1591,9 +1591,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:19:07 GMT + - Fri, 26 May 2023 00:17:12 GMT etag: - - '"5f027218-0000-0100-0000-646fdaa50000"' + - '"64029738-0000-0100-0000-646ff6520000"' expires: - '-1' pragma: @@ -1621,10 +1621,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T22:01:05.5285902Z","endTime":"2023-05-25T22:19:10.9879415Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T23:59:09.3956036Z","endTime":"2023-05-26T00:17:18.1075661Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -1633,9 +1633,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:19:37 GMT + - Fri, 26 May 2023 00:17:42 GMT etag: - - '"5f0290fd-0000-0100-0000-646fdede0000"' + - '"6402d7ed-0000-0100-0000-646ffa8e0000"' expires: - '-1' pragma: @@ -1667,10 +1667,10 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"7f0a47a5-a021-44e5-90d8-f6f2875fa6c7*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T22:01:05.5285902Z","endTime":"2023-05-25T22:19:10.9879415Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","name":"c5b3eee9-cd8a-404f-aa4b-d7d50235751f*07BD0E13FBA51F29A656F9D83840ECB4C9FF8AC589DEFA4D5A1C09461FABB0CA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-11C855AF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","status":"Succeeded","startTime":"2023-05-25T23:59:09.3956036Z","endTime":"2023-05-26T00:17:18.1075661Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -1679,9 +1679,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 22:19:37 GMT + - Fri, 26 May 2023 00:17:42 GMT etag: - - '"5f0290fd-0000-0100-0000-646fdede0000"' + - '"6402d7ed-0000-0100-0000-646ffa8e0000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_replace_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_replace_scenario1.yaml new file mode 100644 index 00000000000..a2416a49be0 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_bmm_replace_scenario1.yaml @@ -0,0 +1,1744 @@ +interactions: +- request: + body: '{"bmcCredentials": {"password": "Y0dGemMzZHZjbVFL", "username": "ZFhObGNtNWhiV1VL"}, + "bmcMacAddress": "AA:BB:CC:DD:EE:BB", "bootMacAddress": "52:54:00:68:9b:b1", + "machineName": "rack1compute02", "serialNumber": "BM1219XXX"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + Content-Length: + - '223' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02/replace?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:40:21 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + mise-correlation-id: + - 6f1215b9-819d-4691-9506-df10184e8949 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:40:21 GMT + etag: + - '"0b02b318-0000-0100-0000-647e1e050000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:40:51 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:41:22 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:41:52 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:42:22 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:42:52 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:43:22 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:43:52 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:44:22 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:44:53 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:45:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:45:53 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:46:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:46:53 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:47:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:47:52 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:48:22 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:48:52 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:49:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:49:53 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:50:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:50:53 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:51:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:51:53 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:52:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:52:53 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:53:23 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:53:54 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:54:24 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:54:54 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:55:24 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:55:54 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:56:24 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:56:54 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:57:24 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:57:55 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Accepted","startTime":"2023-06-05T17:40:21.9932871Z"}' + headers: + cache-control: + - no-cache + content-length: + - '587' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:58:25 GMT + etag: + - '"0b02b518-0000-0100-0000-647e1e080000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-06-05T17:40:21.9932871Z","endTime":"2023-06-05T17:58:38.2627424Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '658' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:58:55 GMT + etag: + - '"0b020023-0000-0100-0000-647e224e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud baremetalmachine replace + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --bmc-credentials --bmc-mac-address --boot-mac-address + --machine-name --serial-number + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","name":"589e8e72-fbfd-4312-9080-532ad0529918*4783309B1F7EE70879AEDE380B5A7A093A2D97638FE4BF3090F9FD922D7D479E","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02","status":"Succeeded","startTime":"2023-06-05T17:40:21.9932871Z","endTime":"2023-06-05T17:58:38.2627424Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '658' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 05 Jun 2023 17:58:55 GMT + etag: + - '"0b020023-0000-0100-0000-647e224e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cloudservicesnetwork_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cloudservicesnetwork_scenario1.yaml index dd02f2ab5f6..c1903f1908c 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cloudservicesnetwork_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cloudservicesnetwork_scenario1.yaml @@ -24,13 +24,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T18:53:32.8791981Z"},"properties":{"provisioningState":"Accepted","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:47:08.2788058Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:47:08.2788058Z"},"properties":{"provisioningState":"Accepted","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c38fd43-a5d2-42c0-9bed-d512b58f1bc5*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -38,13 +38,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:53:33 GMT + - Mon, 15 May 2023 19:47:09 GMT etag: - - '"ce101978-0000-0100-0000-64627fad0000"' + - '"d1103cbf-0000-0100-0000-64628c3c0000"' expires: - '-1' mise-correlation-id: - - 760069a9-e9db-4cda-ae68-75d43ccc498e + - 899a6b69-2bef-46bd-acec-def63889bda1 pragma: - no-cache strict-transport-security: @@ -75,10 +75,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c38fd43-a5d2-42c0-9bed-d512b58f1bc5*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Accepted","startTime":"2023-05-15T18:53:32.9630291Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c38fd43-a5d2-42c0-9bed-d512b58f1bc5*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","name":"9c38fd43-a5d2-42c0-9bed-d512b58f1bc5*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Accepted","startTime":"2023-05-15T19:47:08.3817115Z"}' headers: cache-control: - no-cache @@ -87,9 +87,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:53:33 GMT + - Mon, 15 May 2023 19:47:09 GMT etag: - - '"b801f77d-0000-0100-0000-64627fac0000"' + - '"b801809f-0000-0100-0000-64628c3c0000"' expires: - '-1' pragma: @@ -122,10 +122,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c38fd43-a5d2-42c0-9bed-d512b58f1bc5*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"8a612b78-30b5-4995-af7a-4cae0c0ce028*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:53:32.9630291Z","endTime":"2023-05-15T18:53:41.5619673Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9c38fd43-a5d2-42c0-9bed-d512b58f1bc5*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","name":"9c38fd43-a5d2-42c0-9bed-d512b58f1bc5*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T19:47:08.3817115Z","endTime":"2023-05-15T19:47:15.7865176Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -134,9 +134,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:03 GMT + - Mon, 15 May 2023 19:47:39 GMT etag: - - '"b8012e7e-0000-0100-0000-64627fb50000"' + - '"b8018b9f-0000-0100-0000-64628c430000"' expires: - '-1' pragma: @@ -169,22 +169,22 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:53:42.2484214Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:47:08.2788058Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:47:17.2730768Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: - no-cache content-length: - - '1364' + - '1391' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:04 GMT + - Mon, 15 May 2023 19:47:39 GMT etag: - - '"ce10927a-0000-0100-0000-64627fb60000"' + - '"d1102bc4-0000-0100-0000-64628c450000"' expires: - '-1' pragma: @@ -206,7 +206,7 @@ interactions: body: '{"properties": {"additionalEgressEndpoints": [{"category": "azure-resource-management", "endpoints": [{"domainName": "https://storageaccountex.blob.core.windows.net", "port": 443}]}], "enableDefaultEgressEndpoints": "False"}, "tags": {"tag1": - "tag1,tagUpdate=NewTag"}}' + "tag1", "tag2": "tag2update"}}' headers: Accept: - application/json @@ -217,7 +217,7 @@ interactions: Connection: - keep-alive Content-Length: - - '268' + - '273' Content-Type: - application/json ParameterSetName: @@ -226,13 +226,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -240,15 +240,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:06 GMT + - Mon, 15 May 2023 19:47:41 GMT etag: - - '"ce103a83-0000-0100-0000-64627fce0000"' + - '"d11001c9-0000-0100-0000-64628c5d0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview mise-correlation-id: - - 4cc6cdef-36b4-420b-91e1-87162f374a66 + - c43ba95b-9dbe-4d3a-919d-b66ecba22332 pragma: - no-cache strict-transport-security: @@ -258,7 +258,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 202 message: Accepted @@ -279,10 +279,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Accepted","startTime":"2023-05-15T18:54:05.6743895Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","name":"56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Accepted","startTime":"2023-05-15T19:47:41.0654812Z"}' headers: cache-control: - no-cache @@ -291,19 +291,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:06 GMT + - Mon, 15 May 2023 19:47:41 GMT etag: - - '"b801547e-0000-0100-0000-64627fcd0000"' + - '"b80114a0-0000-0100-0000-64628c5d0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -326,31 +322,27 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"b3f479ed-1943-41aa-a93e-acc4d149a468*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:54:05.6743895Z","endTime":"2023-05-15T18:54:11.7462666Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","name":"56126b4f-ecbc-41f8-aaa6-1305f941d716*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T19:47:41.0654812Z","endTime":"2023-05-15T19:47:48.995091Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '646' + - '645' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:36 GMT + - Mon, 15 May 2023 19:48:11 GMT etag: - - '"b8015a7e-0000-0100-0000-64627fd30000"' + - '"b80119a0-0000-0100-0000-64628c640000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -373,32 +365,28 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1,tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:47:08.2788058Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:47:49.7128407Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1381' + - '1411' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:36 GMT + - Mon, 15 May 2023 19:48:11 GMT etag: - - '"ce105a83-0000-0100-0000-64627fd40000"' + - '"d110bbca-0000-0100-0000-64628c650000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -422,22 +410,22 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1,tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:47:08.2788058Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:47:49.7128407Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1381' + - '1411' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:37 GMT + - Mon, 15 May 2023 19:48:11 GMT etag: - - '"ce105a83-0000-0100-0000-64627fd40000"' + - '"d110bbca-0000-0100-0000-64628c650000"' expires: - '-1' pragma: @@ -469,36 +457,35 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/cloudServicesNetworks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/cloudServicesNetworks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-596E8427/providers/Microsoft.NetworkCloud/cloudServicesNetworks/vmconsolecsn","name":"vmconsolecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-596e8427/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-03-30T16:33:03.9106147Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T21:57:32.8318455Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T21:57:45.4068869Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cs1","name":"cs1","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T21:58:27.4139204Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T20:36:38.6730886Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/virtualMachines/mikevm"],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","interfaceName":"cloudservices"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn2","name":"csn2","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T22:00:09.085924Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T22:00:18.6518674Z"},"properties":{"provisioningState":"Deleting","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/roytang-rg-east/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnecsqvgqqyl4o2","name":"testcsnecsqvgqqyl4o2","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cf6ad1968a64-HostedResources-3BA50481/providers/Microsoft.ExtendedLocation/customLocations/m15-cf6ad1968a64-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing","CleanupFrequency":"Daily","Purpose":"QA"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-04T20:12:05.4816435Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T21:20:28.1071816Z"},"properties":{"provisioningState":"Failed","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-cf6ad1968a64","detailedStatusMessage":"all - resource creation succeeded","additionalEgressEndpoints":[{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80},{"domainName":"aka.ms","port":80},{"domainName":"aka.ms","port":443},{"domainName":"packages.microsoft.com","port":80},{"domainName":"packages.microsoft.com","port":443}]}],"enableDefaultEgressEndpoints":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","name":"pipelinecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"cloudservicesnetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.7263088Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T22:42:55.250362Z"},"properties":{"provisioningState":"Succeeded","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatusMessage":"all - resource creation succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"other","endpoints":[{"domainName":".google.com","port":443},{"domainName":".nc-system.svc.networkcloud.local","port":443},{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"nccacheacr","endpoints":[{"domainName":".sophiehuangacr.azurecr.io","port":443},{"domainName":".sophiehuangacr.azurecr.io","port":80}]},{"category":"nccacheacr","endpoints":[{"domainName":".nccacheacr.azurecr.io","port":443},{"domainName":".nccacheacr.azurecr.io","port":80}]},{"category":"nccachepublicacr","endpoints":[{"domainName":".nccachepublicacr.azurecr.io","port":80},{"domainName":".nccachepublicacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","name":"cloudservicesnetwork","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:16:24.1223228Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T16:03:41.8381682Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/naks-csn","name":"naks-csn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:48:36.1341701Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T16:52:55.2123619Z"},"properties":{"additionalEgressEndpoints":[{"category":"sophiehuangacr","endpoints":[{"domainName":".sophiehuangacr.azurecr.io","port":443},{"domainName":".sophiehuangacr.azurecr.io","port":80}]},{"category":"nccachepublicacr","endpoints":[{"domainName":".nccachepublicacr.azurecr.io","port":80},{"domainName":".nccachepublicacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-trav","name":"csn-trav","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:27:48.8932573Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T17:39:19.8662971Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501"],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestzj2nav6onk4ica5l3aq2kqbkhcexa6eygxvs4axtxj3rs7rxotsnw5swe5r27mjuvpxw/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-w7bquhdz5uf","name":"cli-test-csn-w7bquhdz5uf","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:47:56.7131644Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-596E8427/providers/Microsoft.NetworkCloud/cloudServicesNetworks/vmconsolecsn","name":"vmconsolecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-596e8427/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-03-30T16:33:03.9106147Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T21:57:32.8318455Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-03T21:57:45.4068869Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cs1","name":"cs1","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T21:58:27.4139204Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:19:02.3314656Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"cloudservices"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/roytang-rg-east/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnecsqvgqqyl4o2","name":"testcsnecsqvgqqyl4o2","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cf6ad1968a64-HostedResources-3BA50481/providers/Microsoft.ExtendedLocation/customLocations/m15-cf6ad1968a64-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing","CleanupFrequency":"Daily","Purpose":"QA"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-04T20:12:05.4816435Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T21:20:28.1071816Z"},"properties":{"provisioningState":"Failed","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-cf6ad1968a64","detailedStatusMessage":"all + resource creation succeeded","additionalEgressEndpoints":[{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80},{"domainName":"aka.ms","port":80},{"domainName":"aka.ms","port":443},{"domainName":"packages.microsoft.com","port":80},{"domainName":"packages.microsoft.com","port":443}]}],"enableDefaultEgressEndpoints":"True","associatedResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","name":"pipelinecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"cloudservicesnetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.7263088Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:25:23.7143192Z"},"properties":{"provisioningState":"Succeeded","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatusMessage":"all + resource creation succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"other","endpoints":[{"domainName":".google.com","port":443},{"domainName":".nc-system.svc.networkcloud.local","port":443},{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"nccacheacr","endpoints":[{"domainName":".sophiehuangacr.azurecr.io","port":443},{"domainName":".sophiehuangacr.azurecr.io","port":80}]},{"category":"nccacheacr","endpoints":[{"domainName":".nccacheacr.azurecr.io","port":443},{"domainName":".nccacheacr.azurecr.io","port":80}]},{"category":"nccachepublicacr","endpoints":[{"domainName":".nccachepublicacr.azurecr.io","port":80},{"domainName":".nccachepublicacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","name":"cloudservicesnetwork","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:16:24.1223228Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T16:03:41.8381682Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/naks-csn","name":"naks-csn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:48:36.1341701Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T16:52:55.2123619Z"},"properties":{"additionalEgressEndpoints":[{"category":"sophiehuangacr","endpoints":[{"domainName":".sophiehuangacr.azurecr.io","port":443},{"domainName":".sophiehuangacr.azurecr.io","port":80}]},{"category":"nccachepublicacr","endpoints":[{"domainName":".nccachepublicacr.azurecr.io","port":80},{"domainName":".nccachepublicacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-trav","name":"csn-trav","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:27:48.8932573Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T17:39:19.8662971Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501"],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7swkhxujycqe2f343mg5eqmorffgiprrmaxcjlmjwbfh74t6cnaurr6enazyson2xyyn/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-fkku5bgwapz","name":"cli-test-csn-fkku5bgwapz","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:45:17.7876348Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:47:08.2788058Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:47:49.7128407Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","name":"rgcsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T14:42:17.0443909Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:41.9170079Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm"],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded","interfaceName":"cloudservices"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rg-csn112","name":"rg-csn112","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-25T15:45:32.4391673Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:40.331553Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"","port":443}]}],"enableDefaultEgressEndpoints":"False","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","name":"pipelinecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"cloudservicesnetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:34.9788753Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T07:00:25.6962917Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn","name":"testcsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:19:19.1346885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T18:06:48.4775738Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"microsoft","endpoints":[{"domainName":".microsoft.com","port":80},{"domainName":".microsoft.com","port":443},{"domainName":".azurecr.io","port":80},{"domainName":".azurecr.io","port":443},{"domainName":".aka.ms","port":80},{"domainName":".aka.ms","port":443}]}],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all - resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","name":"mattj-csn1","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:00:57.8924442Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:32.596417Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"google","endpoints":[{"domainName":".google.com","port":80},{"domainName":".google.com","port":443}]},{"category":"ipinfo","endpoints":[{"domainName":".ipinfo.io","port":80},{"domainName":".ipinfo.io","port":443}]},{"category":"ubuntumirror","endpoints":[{"domainName":".mirror.wayne.edu","port":80},{"domainName":".mirror.wayne.edu","port":443}]},{"category":"docker.io","endpoints":[{"domainName":".docker.io","port":80},{"domainName":".docker.io","port":443}]},{"category":"docker.com","endpoints":[{"domainName":".docker.com","port":80},{"domainName":".docker.com","port":443}]},{"category":"packages.microsoft.com","endpoints":[{"domainName":"packages.microsoft.com","port":80},{"domainName":"packages.microsoft.com","port":443}]},{"category":"bitnami","endpoints":[{"domainName":".bitnami.com","port":80},{"domainName":".bitnami.com","port":443}]},{"category":"mattjdevacr","endpoints":[{"domainName":"mattjdevacr.azurecr.io","port":80},{"domainName":"mattjdevacr.azurecr.io","port":443},{"domainName":"mattjprivdevacr.azurecr.io","port":80},{"domainName":"mattjprivdevacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1"],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devkrb","name":"cloudservicesnetwork-devkrb","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T06:00:15.441869Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T06:08:03.1427579Z"},"properties":{"additionalEgressEndpoints":[{"category":"azcopy","endpoints":[{"domainName":".azureedge.net","port":443},{"domainName":".azureedge.net","port":80}]},{"category":"azcli","endpoints":[{"domainName":".microsoft.com","port":443},{"domainName":".microsoft.com","port":80}]},{"category":"azure","endpoints":[{"domainName":".azure.com","port":443},{"domainName":".azure.com","port":80}]},{"category":"kubectl","endpoints":[{"domainName":".googleapis.com","port":443},{"domainName":".googleapis.com","port":80}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"yq","endpoints":[{"domainName":".github.com","port":443},{"domainName":".github.com","port":80},{"domainName":".githubusercontent.com","port":443},{"domainName":".githubusercontent.com","port":80}]}],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/nc-resource-testing-krb"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all - resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/afo-sandbox-deploy-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/asdfasdf","name":"asdfasdf","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f0ca0b2a3feb-hostedresources-3f425ecb/providers/microsoft.extendedlocation/customlocations/j17-f0ca0b2a3feb-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T17:05:24.0796893Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-08T03:59:50.3353609Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"some-cat","endpoints":[{"domainName":"microsfot.com","port":5555}]}],"enableDefaultEgressEndpoints":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f0ca0b2a3feb","detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","name":"j18-csnet-21","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-10T17:05:56.0851217Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T17:06:13.5695352Z"},"properties":{"provisioningState":"Succeeded","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"smuggler","endpoints":[{"domainName":".smuggler.com","port":8280},{"domainName":".smuggler.com","port":4443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","name":"pipelinecsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"cloudservicesnetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:34.9788753Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T07:00:25.6962917Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn","name":"testcsn","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:19:19.1346885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T18:06:48.4775738Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"microsoft","endpoints":[{"domainName":".microsoft.com","port":80},{"domainName":".microsoft.com","port":443},{"domainName":".azurecr.io","port":80},{"domainName":".azurecr.io","port":443},{"domainName":".aka.ms","port":80},{"domainName":".aka.ms","port":443}]}],"enableDefaultEgressEndpoints":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","name":"mattj-csn1","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:00:57.8924442Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:32.596417Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"google","endpoints":[{"domainName":".google.com","port":80},{"domainName":".google.com","port":443}]},{"category":"ipinfo","endpoints":[{"domainName":".ipinfo.io","port":80},{"domainName":".ipinfo.io","port":443}]},{"category":"ubuntumirror","endpoints":[{"domainName":".mirror.wayne.edu","port":80},{"domainName":".mirror.wayne.edu","port":443}]},{"category":"docker.io","endpoints":[{"domainName":".docker.io","port":80},{"domainName":".docker.io","port":443}]},{"category":"docker.com","endpoints":[{"domainName":".docker.com","port":80},{"domainName":".docker.com","port":443}]},{"category":"packages.microsoft.com","endpoints":[{"domainName":"packages.microsoft.com","port":80},{"domainName":"packages.microsoft.com","port":443}]},{"category":"bitnami","endpoints":[{"domainName":".bitnami.com","port":80},{"domainName":".bitnami.com","port":443}]},{"category":"mattjdevacr","endpoints":[{"domainName":"mattjdevacr.azurecr.io","port":80},{"domainName":"mattjdevacr.azurecr.io","port":443},{"domainName":"mattjprivdevacr.azurecr.io","port":80},{"domainName":"mattjprivdevacr.azurecr.io","port":443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devkrb","name":"cloudservicesnetwork-devkrb","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"cloudservicesnetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T06:00:15.441869Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T06:08:03.1427579Z"},"properties":{"additionalEgressEndpoints":[{"category":"azcopy","endpoints":[{"domainName":".azureedge.net","port":443},{"domainName":".azureedge.net","port":80}]},{"category":"azcli","endpoints":[{"domainName":".microsoft.com","port":443},{"domainName":".microsoft.com","port":80}]},{"category":"azure","endpoints":[{"domainName":".azure.com","port":443},{"domainName":".azure.com","port":80}]},{"category":"kubectl","endpoints":[{"domainName":".googleapis.com","port":443},{"domainName":".googleapis.com","port":80}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"yq","endpoints":[{"domainName":".github.com","port":443},{"domainName":".github.com","port":80},{"domainName":".githubusercontent.com","port":443},{"domainName":".githubusercontent.com","port":80}]}],"enableDefaultEgressEndpoints":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/nc-resource-testing-krb"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + resource creation succeeded","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/afo-sandbox-deploy-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/asdfasdf","name":"asdfasdf","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f0ca0b2a3feb-hostedresources-3f425ecb/providers/microsoft.extendedlocation/customlocations/j17-f0ca0b2a3feb-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T17:05:24.0796893Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-08T03:59:50.3353609Z"},"properties":{"provisioningState":"Succeeded","additionalEgressEndpoints":[{"category":"some-cat","endpoints":[{"domainName":"microsfot.com","port":5555}]}],"enableDefaultEgressEndpoints":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f0ca0b2a3feb","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","name":"j18-csnet-21","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-10T17:05:56.0851217Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T17:06:13.5695352Z"},"properties":{"provisioningState":"Succeeded","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]},{"category":"ubuntu","endpoints":[{"domainName":".ubuntu.com","port":443},{"domainName":".ubuntu.com","port":80}]},{"category":"smuggler","endpoints":[{"domainName":".smuggler.com","port":8280},{"domainName":".smuggler.com","port":4443}]}],"enableDefaultEgressEndpoints":"True","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all resource creation succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '31922' + - '31124' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:38 GMT + - Mon, 15 May 2023 19:48:12 GMT expires: - '-1' pragma: @@ -510,9 +497,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 69bdd2db-ba77-429d-976c-ca72196b9c39 - - 47fc7ecf-d38a-4653-9429-0bfe8b8f3dc7 - - fe285863-d7cc-4b77-b0f4-5aa1d05c67f4 + - 9db37f0b-363e-49e5-b952-9646b8120bdd + - 1c51b92c-ea04-47b7-9682-0cf291162e5a + - 835aefae-b8b2-42ff-8e1b-37ab58467dba status: code: 200 message: OK @@ -532,20 +519,20 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1,tagUpdate=NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T18:53:32.8791981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:12.3936756Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","name":"cli-test-csn-000001","type":"microsoft.networkcloud/cloudservicesnetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:47:08.2788058Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:47:49.7128407Z"},"properties":{"additionalEgressEndpoints":[{"category":"azure-resource-management","endpoints":[{"domainName":"https://storageaccountex.blob.core.windows.net","port":443}]}],"enableDefaultEgressEndpoints":"False","interfaceName":"cloudservices","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '1393' + - '1423' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:39 GMT + - Mon, 15 May 2023 19:48:13 GMT expires: - '-1' pragma: @@ -557,9 +544,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 4bc1b118-f1cc-441c-8658-ab37a5fb0af2 - - 8c1769e2-b3f0-4d43-90b4-6b93b2a0af62 - - 6df4987f-3fb5-4da7-931c-25bc573e9b13 + - 7a9ca868-9c58-4b58-9c5e-4b66c48ea43d + - d45be984-f3bd-482d-95e9-a14ba9f9e5c1 + - de1da509-65b1-42d3-b4be-fc914039ae40 status: code: 200 message: OK @@ -581,13 +568,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -595,15 +582,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:39 GMT + - Mon, 15 May 2023 19:48:14 GMT etag: - - '"ce106189-0000-0100-0000-64627fef0000"' + - '"d110c4d4-0000-0100-0000-64628c7e0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview mise-correlation-id: - - 7d1f37e6-320e-4835-9e3a-92ac7070c0d8 + - fab46de7-43cf-42f8-8d73-72e2eeb37192 pragma: - no-cache strict-transport-security: @@ -613,7 +600,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted @@ -633,10 +620,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Deleting","startTime":"2023-05-15T18:54:39.5641071Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","name":"06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Deleting","startTime":"2023-05-15T19:48:14.4337352Z"}' headers: cache-control: - no-cache @@ -645,9 +632,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:54:39 GMT + - Mon, 15 May 2023 19:48:14 GMT etag: - - '"b801d87e-0000-0100-0000-64627fef0000"' + - '"b8012fa0-0000-0100-0000-64628c7e0000"' expires: - '-1' pragma: @@ -675,10 +662,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:54:39.5641071Z","endTime":"2023-05-15T18:54:45.0931794Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","name":"06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T19:48:14.4337352Z","endTime":"2023-05-15T19:48:24.9177953Z","properties":null}' headers: cache-control: - no-cache @@ -687,9 +674,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:55:09 GMT + - Mon, 15 May 2023 19:48:44 GMT etag: - - '"b801e87e-0000-0100-0000-64627ff50000"' + - '"b80154a0-0000-0100-0000-64628c880000"' expires: - '-1' pragma: @@ -721,10 +708,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","name":"15f2907e-6318-4100-8bb4-e825b0147b44*D5101039E0FE2791BF8AF08C71AF55F873D00D411B0E728DC6069B27C489109A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T18:54:39.5641071Z","endTime":"2023-05-15T18:54:45.0931794Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","name":"06fb3005-8ed0-40f9-9f51-c811c4811ff2*BE6C60CD725B7AE2EB3660AF12A0B50352D56E2E0CE211FA27FA3C0435E00155","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cli-test-csn-000001","status":"Succeeded","startTime":"2023-05-15T19:48:14.4337352Z","endTime":"2023-05-15T19:48:24.9177953Z","properties":null}' headers: cache-control: - no-cache @@ -733,9 +720,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 18:55:09 GMT + - Mon, 15 May 2023 19:48:44 GMT etag: - - '"b801e87e-0000-0100-0000-64627ff50000"' + - '"b80154a0-0000-0100-0000-64628c880000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario1.yaml index 102ea1369ce..a1424764e2a 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario1.yaml @@ -62,14 +62,14 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:30:07.2322835Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"bmcCredentials":{"username":"root"},"bmcMacAddress":"AA:BB:CC:DD:E7:08","bootMacAddress":"AA:BB:CC:F8:71:2E","machineName":"lab00r750wkr1","rackSlot":2,"serialNumber":"5HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E6:CC","bootMacAddress":"B0:7B:25:F8:78:C0","machineName":"lab00r750wkr2","rackSlot":3,"serialNumber":"4HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:D8:A4","bootMacAddress":"B0:7B:25:F8:50:C6","machineName":"lab00r750wkr3","rackSlot":4,"serialNumber":"FM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FE:82:4E","bootMacAddress":"B0:7B:25:F8:5B:C8","machineName":"lab00r750wkr4","rackSlot":5,"serialNumber":"7M56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:5E:B8","bootMacAddress":"B0:7B:25:DE:7F:F4","machineName":"lab00r750mgr1","rackSlot":6,"serialNumber":"6P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:60:20","bootMacAddress":"B0:7B:25:DE:79:FC","machineName":"lab00r750mgr2","rackSlot":7,"serialNumber":"7P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E9:4E","bootMacAddress":"B0:7B:25:F8:5B:12","machineName":"lab00r750wkr5","rackSlot":8,"serialNumber":"8HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:52","bootMacAddress":"B0:7B:25:F8:76:A6","machineName":"lab00r750wkr6","rackSlot":9,"serialNumber":"2N56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:40","bootMacAddress":"B0:7B:25:F8:60:4C","machineName":"lab00r750wkr7","rackSlot":10,"serialNumber":"GM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:DC:76","bootMacAddress":"B0:7B:25:F8:50:CA","machineName":"lab00r750wkr8","rackSlot":11,"serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"adminCredentials":{"username":"admin"},"rackSlot":1,"serialNumber":"serial","storageApplianceName":"name"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T22:04:52.6613735Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"bmcCredentials":{"username":"root"},"bmcMacAddress":"AA:BB:CC:DD:E7:08","bootMacAddress":"AA:BB:CC:F8:71:2E","machineName":"lab00r750wkr1","rackSlot":2,"serialNumber":"5HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E6:CC","bootMacAddress":"B0:7B:25:F8:78:C0","machineName":"lab00r750wkr2","rackSlot":3,"serialNumber":"4HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:D8:A4","bootMacAddress":"B0:7B:25:F8:50:C6","machineName":"lab00r750wkr3","rackSlot":4,"serialNumber":"FM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FE:82:4E","bootMacAddress":"B0:7B:25:F8:5B:C8","machineName":"lab00r750wkr4","rackSlot":5,"serialNumber":"7M56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:5E:B8","bootMacAddress":"B0:7B:25:DE:7F:F4","machineName":"lab00r750mgr1","rackSlot":6,"serialNumber":"6P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:60:20","bootMacAddress":"B0:7B:25:DE:79:FC","machineName":"lab00r750mgr2","rackSlot":7,"serialNumber":"7P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E9:4E","bootMacAddress":"B0:7B:25:F8:5B:12","machineName":"lab00r750wkr5","rackSlot":8,"serialNumber":"8HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:52","bootMacAddress":"B0:7B:25:F8:76:A6","machineName":"lab00r750wkr6","rackSlot":9,"serialNumber":"2N56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:40","bootMacAddress":"B0:7B:25:F8:60:4C","machineName":"lab00r750wkr7","rackSlot":10,"serialNumber":"GM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:DC:76","bootMacAddress":"B0:7B:25:F8:50:CA","machineName":"lab00r750wkr8","rackSlot":11,"serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"adminCredentials":{"username":"admin"},"rackSlot":1,"serialNumber":"serial","storageApplianceName":"name"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-75E932B1"},"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -77,13 +77,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:30:07 GMT + - Mon, 15 May 2023 22:04:52 GMT etag: - - '"05076f98-0000-0100-0000-6462b26f0000"' + - '"0507d882-0000-0100-0000-6462ac850000"' expires: - '-1' mise-correlation-id: - - a2c22064-ac53-491b-aaf4-13779f099dfd + - d96364cc-54bb-491f-8abc-3b555fd93467 pragma: - no-cache strict-transport-security: @@ -116,10 +116,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:04:52.9564978Z"}' headers: cache-control: - no-cache @@ -128,9 +128,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:30:07 GMT + - Mon, 15 May 2023 22:04:53 GMT etag: - - '"b9010108-0000-0100-0000-6462b26f0000"' + - '"b80124f8-0000-0100-0000-6462ac840000"' expires: - '-1' pragma: @@ -165,10 +165,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:04:52.9564978Z"}' headers: cache-control: - no-cache @@ -177,9 +177,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:30:38 GMT + - Mon, 15 May 2023 22:05:25 GMT etag: - - '"b9010108-0000-0100-0000-6462b26f0000"' + - '"b80124f8-0000-0100-0000-6462ac840000"' expires: - '-1' pragma: @@ -214,10 +214,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:04:52.9564978Z"}' headers: cache-control: - no-cache @@ -226,9 +226,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:31:08 GMT + - Mon, 15 May 2023 22:05:55 GMT etag: - - '"b9010108-0000-0100-0000-6462b26f0000"' + - '"b80124f8-0000-0100-0000-6462ac840000"' expires: - '-1' pragma: @@ -263,10 +263,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:04:52.9564978Z"}' headers: cache-control: - no-cache @@ -275,9 +275,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:31:38 GMT + - Mon, 15 May 2023 22:06:25 GMT etag: - - '"b9010108-0000-0100-0000-6462b26f0000"' + - '"b80124f8-0000-0100-0000-6462ac840000"' expires: - '-1' pragma: @@ -312,10 +312,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:30:07.4840331Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:04:52.9564978Z"}' headers: cache-control: - no-cache @@ -324,9 +324,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:32:08 GMT + - Mon, 15 May 2023 22:06:55 GMT etag: - - '"b9010108-0000-0100-0000-6462b26f0000"' + - '"b80124f8-0000-0100-0000-6462ac840000"' expires: - '-1' pragma: @@ -361,10 +361,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"c4c3a9a3-a3ca-497f-8d7f-ba4d031f7508*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Succeeded","startTime":"2023-05-15T22:30:07.4840331Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"d507a58f-8d26-4896-874f-2a26fd9ea839*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Succeeded","startTime":"2023-05-15T22:04:52.9564978Z","properties":null}' headers: cache-control: - no-cache @@ -373,9 +373,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:32:38 GMT + - Mon, 15 May 2023 22:07:26 GMT etag: - - '"da00f6b3-0000-4d00-0000-6462b2f00000"' + - '"6001464f-0000-0500-0000-6462ad040000"' expires: - '-1' pragma: @@ -410,11 +410,11 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:31:46.5661664Z"},"properties":{"provisioningState":"Succeeded","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:06:21.0017498Z"},"properties":{"provisioningState":"Succeeded","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-75E932B1"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment."}}' headers: cache-control: @@ -424,9 +424,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:32:38 GMT + - Mon, 15 May 2023 22:07:27 GMT etag: - - '"05076d99-0000-0100-0000-6462b2d20000"' + - '"05079784-0000-0100-0000-6462acdd0000"' expires: - '-1' pragma: @@ -465,13 +465,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -479,15 +479,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:32:40 GMT + - Mon, 15 May 2023 22:07:28 GMT etag: - - '"0507c799-0000-0100-0000-6462b3090000"' + - '"05071886-0000-0100-0000-6462ad210000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview mise-correlation-id: - - 729fca89-9f81-4963-ba82-44d41def06cd + - e46410bb-c128-4e5f-91cf-a99c4ad250b2 pragma: - no-cache strict-transport-security: @@ -517,10 +517,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:32:40.2040751Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Accepted","startTime":"2023-05-15T22:07:28.4605528Z"}' headers: cache-control: - no-cache @@ -529,9 +529,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:32:40 GMT + - Mon, 15 May 2023 22:07:28 GMT etag: - - '"b9016a09-0000-0100-0000-6462b3080000"' + - '"b8019ef9-0000-0100-0000-6462ad200000"' expires: - '-1' pragma: @@ -563,10 +563,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","name":"7be9c549-f6b2-4d78-8d61-1c41042eaed7*A9530CBB73E3DD4DE90B6A668104B83512D4F2ED212E1EAC7E723BA0E65DC147","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Succeeded","startTime":"2023-05-15T22:32:40.2040751Z","endTime":"2023-05-15T22:32:48.8685113Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","name":"8e690d04-c295-4597-8981-ab7ab8d35e3d*17A55162C7BE02C64110E252BA4CA5B51FCA0D166933B6D3BE88ABDD1A6F9C33","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","status":"Succeeded","startTime":"2023-05-15T22:07:28.4605528Z","endTime":"2023-05-15T22:07:37.9415965Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -575,9 +575,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:33:11 GMT + - Mon, 15 May 2023 22:07:59 GMT etag: - - '"b9016d09-0000-0100-0000-6462b3100000"' + - '"b801cef9-0000-0100-0000-6462ad290000"' expires: - '-1' pragma: @@ -609,11 +609,11 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:07:40.0984414Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-75E932B1"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment.","provisioningState":"Succeeded"}}' headers: cache-control: @@ -623,9 +623,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:33:11 GMT + - Mon, 15 May 2023 22:07:59 GMT etag: - - '"0507d499-0000-0100-0000-6462b3150000"' + - '"05073286-0000-0100-0000-6462ad2c0000"' expires: - '-1' pragma: @@ -659,11 +659,11 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:07:40.0984414Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-75E932B1"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment.","provisioningState":"Succeeded"}}' headers: cache-control: @@ -673,9 +673,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:33:12 GMT + - Mon, 15 May 2023 22:08:00 GMT etag: - - '"0507d499-0000-0100-0000-6462b3150000"' + - '"05073286-0000-0100-0000-6462ad2c0000"' expires: - '-1' pragma: @@ -707,12 +707,11 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/clusters?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/clusters?api-version=2023-05-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-westus3_USWest-lg2heycz/providers/Microsoft.NetworkCloud/clusters/cluster8eeb38","name":"cluster8eeb38","type":"microsoft.networkcloud/clusters","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgr21f81c-hostedresources-46676782/providers/microsoft.extendedlocation/customlocations/clustermgr21f81c-cl","type":"customLocation"},"tags":{"some_key":"some_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T21:39:22.0853403Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:43:43.6383224Z"},"properties":{"provisioningState":"Deleting","availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-westus3_uswest-lg2heycz/providers/Microsoft.NetworkCloud/clusterManagers/clustermgr21f81c","detailedStatus":"Deleting","detailedStatusMessage":"Cluster - is in the process of being deleted.","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"westus3","name":"cluster8eeb38-HostedResources-43217B43"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-westus3_USEast-pzutykri/providers/Microsoft.NetworkCloud/clusters/cluster5ded35","name":"cluster5ded35","type":"microsoft.networkcloud/clusters","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgrab2d61-hostedresources-7087cdea/providers/microsoft.extendedlocation/customlocations/clustermgrab2d61-cl","type":"customLocation"},"tags":{"patch_key":"patch_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T22:30:22.302789Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:33:07.8149101Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"westus3","name":"cluster5ded35-HostedResources-6D63A01B"},"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-westus3_useast-pzutykri/providers/Microsoft.NetworkCloud/clusterManagers/clustermgrab2d61","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment.","clusterLocation":"westus3","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-rajeshwarig/providers/Microsoft.NetworkCloud/clusters/arctestcluster1","name":"arctestcluster1","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/arctestcm-hostedresources-5f0deae8/providers/microsoft.extendedlocation/customlocations/arctestcm-cl","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-03T19:02:01.5367298Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T19:04:06.7977506Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"","networkFabricId":"/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"3.1.0","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b99m99r1","rackLocation":"b99m99r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}]},"computeRackDefinitions":[],"managedResourceGroupConfiguration":{"location":"eastus","name":"arctestcluster1-HostedResources-2C8B664A"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-rajeshwarig/providers/Microsoft.NetworkCloud/clusterManagers/arctestcm","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is in the process of being deleted.","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"westus3","name":"cluster8eeb38-HostedResources-43217B43"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-rajeshwarig/providers/Microsoft.NetworkCloud/clusters/arctestcluster1","name":"arctestcluster1","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/arctestcm-hostedresources-5f0deae8/providers/microsoft.extendedlocation/customlocations/arctestcm-cl","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-03T19:02:01.5367298Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-04-03T19:04:06.7977506Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"","networkFabricId":"/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"3.1.0","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/subscriptionId/resourceGroups/rgName/providers/Microsoft.Network/virtualNetworks/cmName/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b99m99r1","rackLocation":"b99m99r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}]},"computeRackDefinitions":[],"managedResourceGroupConfiguration":{"location":"eastus","name":"arctestcluster1-HostedResources-2C8B664A"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-rajeshwarig/providers/Microsoft.NetworkCloud/clusterManagers/arctestcm","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","name":"k5-0907401cb287","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-clustermgr-mrg-meqgnoh7o7aoc/providers/microsoft.extendedlocation/customlocations/k5-meqgnoh7o7aoc-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"false"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-04T05:12:40.3420134Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T11:27:54.4586314Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.OperationalInsights/workspaces/k5-law-2hjayrnsj555y","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"0.1.6","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b37k5r1","rackLocation":"b37k5r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37k5purestor1","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"D0:8E:79:EB:D3:40","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.11/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr1","bmcMacAddress":"D0:8E:79:EB:D3:41","serialNumber":"6SSFRN3"},{"rackSlot":3,"bootMacAddress":"D0:8E:79:F3:7A:DA","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.12/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr2","bmcMacAddress":"D0:8E:79:F3:7A:DB","serialNumber":"1KVWWP3"},{"rackSlot":4,"bootMacAddress":"D0:8E:79:F0:BA:B6","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.13/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr3","bmcMacAddress":"D0:8E:79:F0:BA:B7","serialNumber":"3SSFRN3"},{"rackSlot":5,"bootMacAddress":"D0:8E:79:F0:4F:A6","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.14/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr4","bmcMacAddress":"D0:8E:79:F0:4F:A7","serialNumber":"90XFRN3"},{"rackSlot":6,"bootMacAddress":"EC:2A:72:19:8D:D2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.15/redfish/v1/Systems/System.Embedded.1","machineName":"k5r650mgr1","bmcMacAddress":"EC:2A:72:19:8D:D3","serialNumber":"65TBRN3"},{"rackSlot":7,"bootMacAddress":"EC:2A:72:19:8E:50","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.16/redfish/v1/Systems/System.Embedded.1","machineName":"k5r650mgr2","bmcMacAddress":"EC:2A:72:19:8E:51","serialNumber":"45TBRN3"},{"rackSlot":8,"bootMacAddress":"D0:8E:79:F3:82:88","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.17/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr5","bmcMacAddress":"D0:8E:79:F3:82:89","serialNumber":"FDHBRN3"},{"rackSlot":9,"bootMacAddress":"D0:8E:79:F0:47:BC","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.18/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr6","bmcMacAddress":"D0:8E:79:F0:47:BD","serialNumber":"C0XFRN3"},{"rackSlot":10,"bootMacAddress":"D0:8E:79:F0:C9:98","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.19/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr7","bmcMacAddress":"D0:8E:79:F0:C9:99","serialNumber":"F0XFRN3"},{"rackSlot":11,"bootMacAddress":"D0:8E:79:F0:4C:96","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.12.3.20/redfish/v1/Systems/System.Embedded.1","machineName":"k5r750wkr8","bmcMacAddress":"D0:8E:79:F0:4C:97","serialNumber":"70XFRN3"}]},"computeRackDefinitions":[],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"k5-0907401cb287-HostedResources-27FBCFCB"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-k5-clustermanager-1/providers/Microsoft.NetworkCloud/clusterManagers/k5-meqgnoh7o7aoc","availableUpgradeVersions":[],"detailedStatus":"Running","detailedStatusMessage":"Cluster is up and running.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31","clusterExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"hybridAksExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.ExtendedLocation/customLocations/k5-0907401cb287-haks-cstm-loc","type":"CustomLocation"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestmbpt7csa76papzyqizakemvejzuzkkgpdvpxdcujztoml7aqu76ntfghuydnskm5wiln/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-m4w55dj","name":"cli-test-cluster-m4w55dj","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T22:09:08.2624169Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T22:10:35.3922079Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/NetworkFabrics/networkfabric1","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-m4w55dj-HostedResources-77B08A28"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster @@ -779,6 +778,7 @@ interactions: Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-6gixpzr-HostedResources-4C7EDF3F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster is in the process of being deleted.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2xycsu5czn7a7rrdn/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-bbj6h6o","name":"cli-test-cluster-bbj6h6o","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-14T21:16:27.7304001Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-14T21:18:09.0634198Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-bbj6h6o-HostedResources-57B0264F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-9ca9d52dedb9","name":"j20-9ca9d52dedb9","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j20-clustermgr-mrg-d55gh7xlmu2ou/providers/microsoft.extendedlocation/customlocations/j20-d55gh7xlmu2ou-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j20","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"false"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-15T13:05:30.0607556Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:05:26.6876099Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.OperationalInsights/workspaces/j20-law-e7qq5wjikthvo","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-lab/providers/Microsoft.Network/virtualNetworks/j20-vnet/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"0.1.6","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-lab/providers/Microsoft.Network/virtualNetworks/j20-vnet/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b37j20r1","rackLocation":"b37j20r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37j20purestor1","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"D0:8E:79:F3:71:6E","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr1","bmcMacAddress":"D0:8E:79:F3:71:6F","serialNumber":"F91XWP3"},{"rackSlot":3,"bootMacAddress":"D0:8E:79:F3:7B:F0","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr2","bmcMacAddress":"D0:8E:79:F3:7B:F1","serialNumber":"HJVWWP3"},{"rackSlot":4,"bootMacAddress":"D0:8E:79:F0:4C:EE","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr3","bmcMacAddress":"D0:8E:79:F0:4C:EF","serialNumber":"7SSFRN3"},{"rackSlot":5,"bootMacAddress":"D0:8E:79:F3:8A:3A","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr4","bmcMacAddress":"D0:8E:79:F3:8A:3B","serialNumber":"5SSFRN3"},{"rackSlot":6,"bootMacAddress":"EC:2A:72:19:58:40","bmcCredentials":{"username":"root"},"machineName":"j20r650mgr1","bmcMacAddress":"EC:2A:72:19:58:41","serialNumber":"55TBRN3"},{"rackSlot":7,"bootMacAddress":"EC:2A:72:19:91:8C","bmcCredentials":{"username":"root"},"machineName":"j20r650mgr2","bmcMacAddress":"EC:2A:72:19:91:8D","serialNumber":"H3TBRN3"},{"rackSlot":8,"bootMacAddress":"D0:8E:79:F0:47:B4","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr5","bmcMacAddress":"D0:8E:79:F0:47:B5","serialNumber":"4SSFRN3"},{"rackSlot":9,"bootMacAddress":"D0:8E:79:F0:4F:34","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr6","bmcMacAddress":"D0:8E:79:F0:4F:35","serialNumber":"JKLBRN3"},{"rackSlot":10,"bootMacAddress":"D0:8E:79:F1:3B:0A","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr7","bmcMacAddress":"D0:8E:79:F1:3B:0B","serialNumber":"2LLBRN3"},{"rackSlot":11,"bootMacAddress":"D0:8E:79:F0:48:A2","bmcCredentials":{"username":"root"},"machineName":"j20r750wkr8","bmcMacAddress":"D0:8E:79:F0:48:A3","serialNumber":"6LLBRN3"}]},"computeRackDefinitions":[],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"j20-9ca9d52dedb9-HostedResources-2AA19E43"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-j20-clustermanager/providers/Microsoft.NetworkCloud/clusterManagers/j20-d55gh7xlmu2ou","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyzekhvs4uaqoxgcje/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-5reg6ie","name":"cli-test-cluster-5reg6ie","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T16:20:01.7051151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:00:36.5978489Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-5reg6ie-HostedResources-08BDD2D1"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster is in the process of being deleted.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestbnycjrqjgn6ray32b/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-y4zlf3p","name":"cli-test-cluster-y4zlf3p","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:56:18.3573251Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:57:49.3254053Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo @@ -789,7 +789,7 @@ interactions: Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-jr2s5bp-HostedResources-4BDFC425"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesthkkt6yxrnfnip53vk/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-q7qvkrx","name":"cli-test-cluster-q7qvkrx","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:22:22.3361439Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:25:06.8929207Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-q7qvkrx-HostedResources-1A0BE30F"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment.","workloadResourceIds":[],"provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestgq2p23mf3lfqyb4kv/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-bnj2oyp","name":"cli-test-cluster-bnj2oyp","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:22:22.5856979Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:23:57.6069853Z"},"properties":{"provisioningState":"Failed","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + is pending deployment.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestgq2p23mf3lfqyb4kv/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-bnj2oyp","name":"cli-test-cluster-bnj2oyp","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:22:22.5856979Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:23:57.6069853Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-bnj2oyp-HostedResources-5935ED29"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7ubbhbignot4nxu5q/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ujxr54u","name":"cli-test-cluster-ujxr54u","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\" tagUpdate=\"NewTag\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:36:55.4657776Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:39:40.5685692Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo @@ -799,30 +799,24 @@ interactions: is pending deployment.","workloadResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestzdhgvqjj5hn25haxh/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-ei3bhhp","name":"cli-test-cluster-ei3bhhp","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"\"tag1\" tagUpdate=\"NewTag\""},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:16:38.76834Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:19:23.7558503Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-ei3bhhp-HostedResources-78936BBA"},"computeRackDefinitions":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-eastus_USWest-w804wl03/providers/Microsoft.NetworkCloud/clusters/cluster29ec8c","name":"cluster29ec8c","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgr731d82-hostedresources-01438537/providers/microsoft.extendedlocation/customlocations/clustermgr731d82-cl","type":"customLocation"},"tags":{"some_key":"some_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T21:26:52.1613886Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:31:15.6209247Z"},"properties":{"provisioningState":"Failed","clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-eastus_uswest-w804wl03/providers/Microsoft.NetworkCloud/clusterManagers/clustermgr731d82","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster - is in the process of being deleted.","workloadResourceIds":[],"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cluster29ec8c-HostedResources-6C348B0C"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7-cluster/providers/Microsoft.NetworkCloud/clusters/dev7-0a34116c4ef9","name":"dev7-0a34116c4ef9","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev7-clustermgr-mrg-7vmurr2cqnoh4/providers/microsoft.extendedlocation/customlocations/dev7-7vmurr2cqnoh4-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"dev7","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"true"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-15T21:51:57.6832891Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:15:07.5291436Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7-cluster/providers/Microsoft.OperationalInsights/workspaces/dev7-law-un7yhky5tw7mq","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkFabrics/dev7labnf02","clusterType":"MultiRack","clusterVersion":"0.1.6","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkRacks/dev7labnf02-aggrack","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Aggregator_x70r3_9","rackSerialNumber":"b37dev7","rackLocation":"agg1","availabilityZone":"1","bareMetalMachineConfigurationData":[],"storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37dev7purestor1","serialNumber":"serial"}]},"computeRackDefinitions":[{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkracks/dev7labnf02-comprack1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","rackSerialNumber":"rs1111","rackLocation":"Foo + is pending deployment.","workloadResourceIds":[],"provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-eastus_USWest-w804wl03/providers/Microsoft.NetworkCloud/clusters/cluster29ec8c","name":"cluster29ec8c","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgr731d82-hostedresources-01438537/providers/microsoft.extendedlocation/customlocations/clustermgr731d82-cl","type":"customLocation"},"tags":{"some_key":"some_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T21:26:52.1613886Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:31:15.6209247Z"},"properties":{"provisioningState":"Deleting","clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-eastus_uswest-w804wl03/providers/Microsoft.NetworkCloud/clusterManagers/clustermgr731d82","availableUpgradeVersions":[],"detailedStatus":"Deleting","detailedStatusMessage":"Cluster + is in the process of being deleted.","workloadResourceIds":[],"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr1","bmcMacAddress":"B0:7B:25:FD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr2","machineDetails":"16628585","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"m15r650mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"m15r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cluster29ec8c-HostedResources-6C348B0C"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7-cluster/providers/Microsoft.NetworkCloud/clusters/dev7-0a34116c4ef9","name":"dev7-0a34116c4ef9","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev7-clustermgr-mrg-7vmurr2cqnoh4/providers/microsoft.extendedlocation/customlocations/dev7-7vmurr2cqnoh4-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"dev7","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"true"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-15T21:51:57.6832891Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:53:57.4163639Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7-cluster/providers/Microsoft.OperationalInsights/workspaces/dev7-law-un7yhky5tw7mq","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkFabrics/dev7labnf02","clusterType":"MultiRack","clusterVersion":"0.1.6","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkRacks/dev7labnf02-aggrack","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Aggregator_x70r3_9","rackSerialNumber":"b37dev7","rackLocation":"agg1","availabilityZone":"1","bareMetalMachineConfigurationData":[],"storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37dev7purestor1","serialNumber":"serial"}]},"computeRackDefinitions":[{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkracks/dev7labnf02-comprack1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","rackSerialNumber":"rs1111","rackLocation":"Foo Datacenter Floor 3 Aisle 9 Rack 1","availabilityZone":"1","storageApplianceConfigurationData":[],"bareMetalMachineConfigurationData":[{"rackSlot":10,"bootMacAddress":"EC:2A:72:19:90:EA","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.20/redfish/v1/Systems/System.Embedded.1","machineName":"k2r650mgr2","bmcMacAddress":"EC:2A:72:19:90:EB","serialNumber":"35TBRN3"},{"rackSlot":9,"bootMacAddress":"EC:2A:72:19:90:FE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.19/redfish/v1/Systems/System.Embedded.1","machineName":"k2r650mgr1","bmcMacAddress":"EC:2A:72:19:90:FD","serialNumber":"25TBRN3"},{"rackSlot":8,"bootMacAddress":"D0:8E:79:F4:BD:A4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.18/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr8","bmcMacAddress":"D0:8E:79:F4:BD:A5","serialNumber":"9B1LRN3"},{"rackSlot":7,"bootMacAddress":"D0:8E:79:F4:5C:BA","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.17/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr7","bmcMacAddress":"D0:8E:79:F4:5C:BB","serialNumber":"6B1LRN3"},{"rackSlot":6,"bootMacAddress":"EC:2A:72:0A:1A:00","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.16/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr6","bmcMacAddress":"EC:2A:72:0A:1A:01","serialNumber":"FD1LRN3"},{"rackSlot":5,"bootMacAddress":"EC:2A:72:0A:13:D4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.15/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr5","bmcMacAddress":"EC:2A:72:0A:13:D5","serialNumber":"1F1LRN3"},{"rackSlot":4,"bootMacAddress":"EC:2A:72:0A:29:18","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.14/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr4","bmcMacAddress":"EC:2A:72:0A:29:19","serialNumber":"DD1LRN3"},{"rackSlot":3,"bootMacAddress":"EC:2A:72:0A:08:B6","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.13/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr3","bmcMacAddress":"EC:2A:72:0A:08:B7","serialNumber":"2F1LRN3"},{"rackSlot":2,"bootMacAddress":"EC:2A:72:0A:27:1E","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.12/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr2","bmcMacAddress":"EC:2A:72:0A:27:1F","serialNumber":"3F1LRN3"},{"rackSlot":1,"bootMacAddress":"EC:2A:72:09:DE:4C","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.11/redfish/v1/Systems/System.Embedded.1","machineName":"k2r750wkr1","bmcMacAddress":"EC:2A:72:09:DE:4D","serialNumber":"JD1LRN3"}]},{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev7lab01-nf/providers/Microsoft.ManagedNetworkFabric/networkracks/dev7labnf02-comprack2","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","rackSerialNumber":"rs2222","rackLocation":"Foo - Datacenter Floor 3 Aisle 9 Rack 1","availabilityZone":"2","storageApplianceConfigurationData":[],"bareMetalMachineConfigurationData":[{"rackSlot":10,"bootMacAddress":"C8:4B:D6:90:00:90","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.30/redfish/v1/Systems/System.Embedded.1","machineName":"k4r650mgr2","bmcMacAddress":"C8:4B:D6:90:00:91","serialNumber":"BN9T7V3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:E9:DA:BE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.29/redfish/v1/Systems/System.Embedded.1","machineName":"k4r650mgr1","bmcMacAddress":"B0:7B:25:E9:DA:BF","serialNumber":"9P56PK3"},{"rackSlot":8,"bootMacAddress":"C8:4B:D6:80:0B:48","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.28/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr8","bmcMacAddress":"C8:4B:D6:80:0B:49","serialNumber":"HYNZ5S3"},{"rackSlot":7,"bootMacAddress":"C8:4B:D6:7F:D8:BE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.27/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr7","bmcMacAddress":"C8:4B:D6:7F:D8:BF","serialNumber":"FYNZ5S3"},{"rackSlot":6,"bootMacAddress":"C8:4B:D6:7F:D9:C2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.26/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr6","bmcMacAddress":"C8:4B:D6:7F:D9:C3","serialNumber":"CYNZ5S3"},{"rackSlot":5,"bootMacAddress":"C8:4B:D6:80:01:E4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.25/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr5","bmcMacAddress":"C8:4B:D6:80:01:E5","serialNumber":"9YNZ5S3"},{"rackSlot":4,"bootMacAddress":"C8:4B:D6:7F:EF:F2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.24/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr4","bmcMacAddress":"C8:4B:D6:7F:EF:F3","serialNumber":"DYNZ5S3"},{"rackSlot":3,"bootMacAddress":"C8:4B:D6:80:11:CE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.23/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr3","bmcMacAddress":"C8:4B:D6:80:11:CD","serialNumber":"BYNZ5S3"},{"rackSlot":2,"bootMacAddress":"C8:4B:D6:80:0A:66","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.22/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr2","bmcMacAddress":"C8:4B:D6:80:0A:67","serialNumber":"8YNZ5S3"},{"rackSlot":1,"bootMacAddress":"D0:8E:79:F6:CA:B0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.21/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr1","bmcMacAddress":"D0:8E:79:F6:CA:B1","serialNumber":"7K4X5S3"}]}],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"dev7-0a34116c4ef9-HostedResources-669CA3B7"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-dev7-clustermanager/providers/Microsoft.NetworkCloud/clusterManagers/dev7-7vmurr2cqnoh4","availableUpgradeVersions":[],"detailedStatus":"Deploying","detailedStatusMessage":"Cluster - is currently deploying.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestpd4dujusw3ylhvfmo/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-r77cral","name":"cli-test-cluster-r77cral","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:07:40.0984414Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-r77cral-HostedResources-75E932B1"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment.","provisioningState":"Deleting"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2adpyeb2tkvubf3cc/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-uqjqcqy","name":"cli-test-cluster-uqjqcqy","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:53.7091687Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:06:27.781933Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Datacenter Floor 3 Aisle 9 Rack 1","availabilityZone":"2","storageApplianceConfigurationData":[],"bareMetalMachineConfigurationData":[{"rackSlot":10,"bootMacAddress":"C8:4B:D6:90:00:90","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.30/redfish/v1/Systems/System.Embedded.1","machineName":"k4r650mgr2","bmcMacAddress":"C8:4B:D6:90:00:91","serialNumber":"BN9T7V3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:E9:DA:BE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.29/redfish/v1/Systems/System.Embedded.1","machineName":"k4r650mgr1","bmcMacAddress":"B0:7B:25:E9:DA:BF","serialNumber":"9P56PK3"},{"rackSlot":8,"bootMacAddress":"C8:4B:D6:80:0B:48","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.28/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr8","bmcMacAddress":"C8:4B:D6:80:0B:49","serialNumber":"HYNZ5S3"},{"rackSlot":7,"bootMacAddress":"C8:4B:D6:7F:D8:BE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.27/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr7","bmcMacAddress":"C8:4B:D6:7F:D8:BF","serialNumber":"FYNZ5S3"},{"rackSlot":6,"bootMacAddress":"C8:4B:D6:7F:D9:C2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.26/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr6","bmcMacAddress":"C8:4B:D6:7F:D9:C3","serialNumber":"CYNZ5S3"},{"rackSlot":5,"bootMacAddress":"C8:4B:D6:80:01:E4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.25/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr5","bmcMacAddress":"C8:4B:D6:80:01:E5","serialNumber":"9YNZ5S3"},{"rackSlot":4,"bootMacAddress":"C8:4B:D6:7F:EF:F2","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.24/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr4","bmcMacAddress":"C8:4B:D6:7F:EF:F3","serialNumber":"DYNZ5S3"},{"rackSlot":3,"bootMacAddress":"C8:4B:D6:80:11:CE","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.23/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr3","bmcMacAddress":"C8:4B:D6:80:11:CD","serialNumber":"BYNZ5S3"},{"rackSlot":2,"bootMacAddress":"C8:4B:D6:80:0A:66","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.22/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr2","bmcMacAddress":"C8:4B:D6:80:0A:67","serialNumber":"8YNZ5S3"},{"rackSlot":1,"bootMacAddress":"D0:8E:79:F6:CA:B0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.11.3.21/redfish/v1/Systems/System.Embedded.1","machineName":"k4r750wkr1","bmcMacAddress":"D0:8E:79:F6:CA:B1","serialNumber":"7K4X5S3"}]}],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"dev7-0a34116c4ef9-HostedResources-669CA3B7"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shared-dev-dev7-clustermanager/providers/Microsoft.NetworkCloud/clusterManagers/dev7-7vmurr2cqnoh4","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:07:40.0984414Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-75E932B1"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + is pending deployment.","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2adpyeb2tkvubf3cc/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-uqjqcqy","name":"cli-test-cluster-uqjqcqy","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:53.7091687Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:06:27.781933Z"},"properties":{"provisioningState":"Deleting","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-uqjqcqy-HostedResources-31F3C269"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-cluster/providers/Microsoft.NetworkCloud/clusters/m20-e79aa519002f","name":"m20-e79aa519002f","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m20-clustermgr-mrg-u7anuycowevms/providers/microsoft.extendedlocation/customlocations/m20-u7anuycowevms-cl","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m20","ResourceType":"cluster","sshKeyUrl":"https://aka.ms/aods-nc-ssh","SkipHardwareValidation":"false"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-15T22:18:23.394155Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:30:17.1515364Z"},"properties":{"provisioningState":"Succeeded","analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-cluster/providers/Microsoft.OperationalInsights/workspaces/m20-law-w57kpc7lrp3ky","networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","clusterType":"SingleRack","clusterVersion":"3.1.0","aggregatorOrSingleRackDefinition":{"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-lab/providers/Microsoft.Network/virtualNetworks/m20-vnet/subnets/ClusterManagerSubnet","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","rackSerialNumber":"b37m20r1","rackLocation":"b37m20r1","availabilityZone":"1","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"pureuser"},"storageApplianceName":"b37m20purestor1","serialNumber":"serial"}],"bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"B0:7B:25:F8:5B:C0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.11/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr1","bmcMacAddress":"B0:7B:25:F8:5B:C1","serialNumber":"HKS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:58:D0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.12/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr2","bmcMacAddress":"B0:7B:25:F8:58:D1","serialNumber":"3KS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:59:A0","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.13/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr3","bmcMacAddress":"B0:7B:25:F8:59:A1","serialNumber":"2KS7PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:9C","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.14/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr4","bmcMacAddress":"B0:7B:25:F8:5B:9D","serialNumber":"4KS7PK3"},{"rackSlot":6,"bootMacAddress":"D0:8E:79:EB:A7:4E","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.15/redfish/v1/Systems/System.Embedded.1","machineName":"m20r650mgr1","bmcMacAddress":"D0:8E:79:EB:A7:4F","serialNumber":"CPVK0M3"},{"rackSlot":7,"bootMacAddress":"D0:8E:79:EC:42:9A","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.16/redfish/v1/Systems/System.Embedded.1","machineName":"m20r650mgr2","bmcMacAddress":"D0:8E:79:EC:42:9B","serialNumber":"FPVK0M3"},{"rackSlot":8,"bootMacAddress":"D0:8E:79:EB:4E:4A","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.17/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr5","bmcMacAddress":"D0:8E:79:EB:4E:4B","serialNumber":"JSNJ0M3"},{"rackSlot":9,"bootMacAddress":"B0:4F:13:BE:46:B4","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.18/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr6","bmcMacAddress":"B0:4F:13:BE:46:B5","serialNumber":"3TNJ0M3"},{"rackSlot":10,"bootMacAddress":"D0:8E:79:EB:50:84","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.19/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr7","bmcMacAddress":"D0:8E:79:EB:50:85","serialNumber":"GSNJ0M3"},{"rackSlot":11,"bootMacAddress":"D0:8E:79:EB:4B:9A","bmcCredentials":{"username":"root"},"bmcConnectionString":"redfish+https://10.4.3.20/redfish/v1/Systems/System.Embedded.1","machineName":"m20r750wkr8","bmcMacAddress":"D0:8E:79:EB:4B:9B","serialNumber":"HSNJ0M3"}]},"computeRackDefinitions":[],"clusterServicePrincipal":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","applicationId":"89726d3e-60df-49e5-81a4-3fc5f5b16133","principalId":"1f83d5e1-1bcd-4e73-91d9-1b1bea2b81b6"},"managedResourceGroupConfiguration":{"location":"eastus","name":"m20-e79aa519002f-HostedResources-3CB9B33B"},"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m20-clustermanager/providers/Microsoft.NetworkCloud/clusterManagers/m20-u7anuycowevms","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment.","workloadResourceIds":[],"supportExpiryDate":"2023-07-31"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-FunctionalTests-APITestingTemplateJob-eastus_USEast-x9kk0utk/providers/Microsoft.NetworkCloud/clusters/clusterd3de25","name":"clusterd3de25","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clustermgr641d31-hostedresources-2642e5fe/providers/microsoft.extendedlocation/customlocations/clustermgr641d31-cl","type":"customLocation"},"tags":{"some_key":"some_value"},"systemData":{"createdBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","createdByType":"Application","createdAt":"2023-05-15T22:29:13.413351Z","lastModifiedBy":"7767ac4b-77d4-43ad-ae5d-daf53d32ed03","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:16.8085249Z"},"properties":{"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synt-test-functionaltests-apitestingtemplatejob-eastus_useast-x9kk0utk/providers/Microsoft.NetworkCloud/clusterManagers/clustermgr641d31","availableUpgradeVersions":[],"detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment.","workloadResourceIds":[],"provisioningState":"Accepted","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E7:08","bootMacAddress":"B0:7B:25:F8:71:2E","machineName":"m15r750wkr1","rackSlot":2,"serialNumber":"5HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E6:CC","bootMacAddress":"B0:7B:25:F8:78:C0","machineDetails":"16628585","machineName":"m15r750wkr2","rackSlot":3,"serialNumber":"4HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:D8:A4","bootMacAddress":"B0:7B:25:F8:50:C6","machineName":"m15r750wkr3","rackSlot":4,"serialNumber":"FM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FE:82:4E","bootMacAddress":"B0:7B:25:F8:5B:C8","machineName":"m15r750wkr4","rackSlot":5,"serialNumber":"7M56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:5E:B8","bootMacAddress":"B0:7B:25:DE:7F:F4","machineName":"m15r650mgr1","rackSlot":6,"serialNumber":"6P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:EF:60:20","bootMacAddress":"B0:7B:25:DE:79:FC","machineName":"m15r650mgr2","rackSlot":7,"serialNumber":"7P56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E9:4E","bootMacAddress":"B0:7B:25:F8:5B:12","machineName":"m15r750wkr5","rackSlot":8,"serialNumber":"8HS7PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:52","bootMacAddress":"B0:7B:25:F8:76:A6","machineName":"m15r750wkr6","rackSlot":9,"serialNumber":"2N56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:E8:40","bootMacAddress":"B0:7B:25:F8:60:4C","machineName":"m15r750wkr7","rackSlot":10,"serialNumber":"GM56PK3"},{"bmcCredentials":{"username":"root"},"bmcMacAddress":"B0:7B:25:FD:DC:76","bootMacAddress":"B0:7B:25:F8:50:CA","machineName":"m15r750wkr8","rackSlot":11,"serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/ClusterManagerSubnet","rackLocation":"b37m15r1","rackSerialNumber":"b37m15r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"adminCredentials":{"username":"pureuser"},"rackSlot":1,"serialNumber":"serial","storageApplianceName":"name"}]},"analyticsWorkspaceId":"testAnalyticsWorkspaceID","clusterType":"SingleRack","clusterVersion":"0.1.6","computeRackDefinitions":[],"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-lab/providers/Microsoft.Network/virtualNetworks/m15-vnet/subnets/M15ClusterManagerSubnet","managedResourceGroupConfiguration":{"location":"eastus","name":"clusterd3de25-HostedResources-5BDE9064"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster - is pending deployment.","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest73ygdrdn7ihch2vh3/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-zed3p76","name":"cli-test-cluster-zed3p76","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.7766354Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:31:39.9626072Z"},"properties":{"provisioningState":"Succeeded","aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"AA:BB:CC:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","machineDetails":"16628585","bmcMacAddress":"AA:BB:CC:DD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"AA:BB:CC:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"AA:BB:CC:DD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"AA:BB:CC:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"AA:BB:CC:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"AA:BB:CC:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr1","bmcMacAddress":"AA:BB:CC:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"AA:BB:CC:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r650mgr2","bmcMacAddress":"AA:BB:CC:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"AA:BB:CC:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"AA:BB:CC:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"AA:BB:CC:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"AA:BB:CC:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"AA:BB:CC:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"AA:BB:CC:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"AA:BB:CC:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"AA:BB:CC:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/subscriptionId/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 3rd Floor, row 9","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-zed3p76-HostedResources-1742E977"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment."}}]}' headers: cache-control: - no-cache content-length: - - '248651' + - '230540' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:33:14 GMT + - Mon, 15 May 2023 22:08:01 GMT expires: - '-1' pragma: @@ -834,9 +828,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 297bd83c-768f-4661-962e-8908d07bd005 - - 537d73b1-b772-43ee-a8c2-d98aafa75814 - - 45a3afd3-d8f4-486b-89cc-9fc03ec66f90 + - 226b8867-7578-4d60-bf0e-f80688a99169 + - eecfce43-1b7a-4b9a-bc20-93e732ea8dd2 + - 2fdd61f6-2a86-4c9a-8136-91e1cf392656 status: code: 200 message: OK @@ -856,11 +850,11 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:30:07.2322835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:32:53.1375945Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo - Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-0A152959"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/clusters/cli-test-cluster-000001","name":"cli-test-cluster-000001","type":"microsoft.networkcloud/clusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-potf3lhzemulk/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-potf3lhzemulk-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T22:04:52.6613735Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T22:07:40.0984414Z"},"properties":{"aggregatorOrSingleRackDefinition":{"availabilityZone":"1","bareMetalMachineConfigurationData":[{"rackSlot":2,"bootMacAddress":"AA:BB:CC:F8:71:2E","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr1","bmcMacAddress":"AA:BB:CC:DD:E7:08","serialNumber":"5HS7PK3"},{"rackSlot":3,"bootMacAddress":"B0:7B:25:F8:78:C0","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr2","bmcMacAddress":"B0:7B:25:FD:E6:CC","serialNumber":"4HS7PK3"},{"rackSlot":4,"bootMacAddress":"B0:7B:25:F8:50:C6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr3","bmcMacAddress":"B0:7B:25:FD:D8:A4","serialNumber":"FM56PK3"},{"rackSlot":5,"bootMacAddress":"B0:7B:25:F8:5B:C8","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr4","bmcMacAddress":"B0:7B:25:FE:82:4E","serialNumber":"7M56PK3"},{"rackSlot":6,"bootMacAddress":"B0:7B:25:DE:7F:F4","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr1","bmcMacAddress":"B0:7B:25:EF:5E:B8","serialNumber":"6P56PK3"},{"rackSlot":7,"bootMacAddress":"B0:7B:25:DE:79:FC","bmcCredentials":{"username":"root"},"machineName":"lab00r750mgr2","bmcMacAddress":"B0:7B:25:EF:60:20","serialNumber":"7P56PK3"},{"rackSlot":8,"bootMacAddress":"B0:7B:25:F8:5B:12","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr5","bmcMacAddress":"B0:7B:25:FD:E9:4E","serialNumber":"8HS7PK3"},{"rackSlot":9,"bootMacAddress":"B0:7B:25:F8:76:A6","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr6","bmcMacAddress":"B0:7B:25:FD:E8:52","serialNumber":"2N56PK3"},{"rackSlot":10,"bootMacAddress":"B0:7B:25:F8:60:4C","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr7","bmcMacAddress":"B0:7B:25:FD:E8:40","serialNumber":"GM56PK3"},{"rackSlot":11,"bootMacAddress":"B0:7B:25:F8:50:CA","bmcCredentials":{"username":"root"},"machineName":"lab00r750wkr8","bmcMacAddress":"B0:7B:25:FD:DC:76","serialNumber":"9M56PK3"}],"networkRackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","rackLocation":"b99m99r1","rackSerialNumber":"b99m99r1","rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Single_DellR750_8C2M_x70r3_9_labonly","storageApplianceConfigurationData":[{"rackSlot":1,"adminCredentials":{"username":"admin"},"storageApplianceName":"name","serialNumber":"serial"}]},"analyticsWorkspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.operationalinsights/workspaces/simulator-ai","clusterLocation":"Foo + Street, 4rd Floor, row 10","clusterServicePrincipal":{"applicationId":"12345678-1234-1234-1234-123456789012","principalId":"00000008-0004-0004-0004-000000000012","tenantId":"80000000-4000-4000-4000-120000000000"},"clusterType":"SingleRack","clusterVersion":"3.1.0","computeDeploymentThreshold":{"grouping":"PerCluster","type":"PercentSuccess","value":90},"networkFabricId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.Network/virtualNetworks/vNet/subnets/Subnet","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cluster-000001-HostedResources-75E932B1"},"computeRackDefinitions":[],"availableUpgradeVersions":[],"workloadResourceIds":[],"clusterManagerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusterManagers/sim-cluster-mgr-potf3lhzemulk","detailedStatus":"PendingDeployment","detailedStatusMessage":"Cluster is pending deployment.","provisioningState":"Succeeded"}}]}' headers: cache-control: @@ -870,7 +864,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 22:33:15 GMT + - Mon, 15 May 2023 22:08:01 GMT expires: - '-1' pragma: @@ -882,9 +876,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 5d6f3fbf-2b09-4f10-a603-fd811df8900d - - ab662184-fa9e-4685-8069-f0a803f70159 - - ecbed564-f86a-4ffb-a40a-358168743320 + - bcef4226-031c-4510-8ace-7b8feb6d2e49 + - 97499e84-2002-45c1-a692-18cec961bfd9 + - a4d5f2ee-2953-484f-83c8-1bdcde4ab27d status: code: 200 message: OK diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario2.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario2.yaml index 4ca1bb2c8a7..1a16a1098b6 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario2.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario2.yaml @@ -17,13 +17,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -31,13 +31,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:52:02 GMT + - Wed, 24 May 2023 01:23:40 GMT etag: - - '"1300a6fe-0000-0100-0000-646e4ec20000"' + - '"11006be1-0000-0100-0000-646d671c0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview pragma: - no-cache strict-transport-security: @@ -67,21 +67,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:52:02 GMT + - Wed, 24 May 2023 01:23:41 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -109,21 +109,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:52:32 GMT + - Wed, 24 May 2023 01:24:10 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -151,21 +151,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:53:02 GMT + - Wed, 24 May 2023 01:24:40 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -193,21 +193,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:53:33 GMT + - Wed, 24 May 2023 01:25:10 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -235,21 +235,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:54:03 GMT + - Wed, 24 May 2023 01:25:41 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -277,21 +277,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:54:32 GMT + - Wed, 24 May 2023 01:26:11 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -319,21 +319,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:55:02 GMT + - Wed, 24 May 2023 01:26:41 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -361,21 +361,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:55:33 GMT + - Wed, 24 May 2023 01:27:11 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -403,21 +403,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:56:03 GMT + - Wed, 24 May 2023 01:27:41 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -445,21 +445,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:56:33 GMT + - Wed, 24 May 2023 01:28:11 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -487,21 +487,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:57:03 GMT + - Wed, 24 May 2023 01:28:41 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -529,21 +529,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:57:34 GMT + - Wed, 24 May 2023 01:29:11 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -571,21 +571,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:58:03 GMT + - Wed, 24 May 2023 01:29:41 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -613,21 +613,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:58:34 GMT + - Wed, 24 May 2023 01:30:12 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -655,21 +655,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:59:04 GMT + - Wed, 24 May 2023 01:30:42 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -697,21 +697,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 17:59:34 GMT + - Wed, 24 May 2023 01:31:12 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -739,21 +739,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:00:04 GMT + - Wed, 24 May 2023 01:31:42 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -781,21 +781,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:00:34 GMT + - Wed, 24 May 2023 01:32:12 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -823,21 +823,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:01:04 GMT + - Wed, 24 May 2023 01:32:42 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -865,21 +865,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:01:34 GMT + - Wed, 24 May 2023 01:33:12 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -907,21 +907,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:02:05 GMT + - Wed, 24 May 2023 01:33:43 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -949,21 +949,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:02:35 GMT + - Wed, 24 May 2023 01:34:13 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -991,21 +991,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:03:04 GMT + - Wed, 24 May 2023 01:34:43 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -1033,21 +1033,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:03:35 GMT + - Wed, 24 May 2023 01:35:13 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -1075,21 +1075,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:04:05 GMT + - Wed, 24 May 2023 01:35:43 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -1117,21 +1117,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:04:35 GMT + - Wed, 24 May 2023 01:36:13 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -1159,21 +1159,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:05:05 GMT + - Wed, 24 May 2023 01:36:43 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -1201,21 +1201,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:05:36 GMT + - Wed, 24 May 2023 01:37:13 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -1243,21 +1243,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T17:52:02.6085066Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Deleting","startTime":"2023-05-24T01:23:40.5037405Z"}' headers: cache-control: - no-cache content-length: - - '557' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:06:05 GMT + - Wed, 24 May 2023 01:37:43 GMT etag: - - '"db018e50-0000-0100-0000-646e4ec20000"' + - '"ab018cdc-0000-0100-0000-646d671c0000"' expires: - '-1' pragma: @@ -1285,21 +1285,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Succeeded","startTime":"2023-05-24T17:52:02.6085066Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Succeeded","startTime":"2023-05-24T01:23:40.5037405Z","properties":null}' headers: cache-control: - no-cache content-length: - - '576' + - '584' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:06:35 GMT + - Wed, 24 May 2023 01:38:14 GMT etag: - - '"9d01d4a2-0000-0500-0000-646e52160000"' + - '"08004599-0000-4d00-0000-646d6a700000"' expires: - '-1' pragma: @@ -1331,21 +1331,21 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","name":"14213f58-717c-444a-9f21-fa0633d06cf8*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Succeeded","startTime":"2023-05-24T17:52:02.6085066Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","name":"07e2001b-4511-421f-83ab-c2b175c5b05f*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator","status":"Succeeded","startTime":"2023-05-24T01:23:40.5037405Z","properties":null}' headers: cache-control: - no-cache content-length: - - '576' + - '584' content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 18:06:35 GMT + - Wed, 24 May 2023 01:38:14 GMT etag: - - '"9d01d4a2-0000-0500-0000-646e52160000"' + - '"08004599-0000-4d00-0000-646d6a700000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario3.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario3.yaml index 6428feb37b3..12d07711fd4 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario3.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario3.yaml @@ -19,13 +19,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-delete-rg/providers/Microsoft.NetworkCloud/clusters/simulator/deploy?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-deploy-rg/providers/Microsoft.NetworkCloud/clusters/simulator/deploy?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e015c92a-a39c-44b6-a813-dc6489400e64*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0272c6b9-92eb-4fce-a9b5-0a6a7c447d04*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -33,13 +33,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 24 May 2023 16:12:22 GMT + - Tue, 23 May 2023 21:44:27 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e015c92a-a39c-44b6-a813-dc6489400e64*C0AA9CB8997C164101A6B3756DDB57985E3AEE3A9179B3156EFE2EF6F0778EB9?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0272c6b9-92eb-4fce-a9b5-0a6a7c447d04*F2FD411B4F3E3DEA647E18709A1C6BBC48A1B791882F9FD984CD93FB2E844711?api-version=2023-05-01-preview mise-correlation-id: - - 1ac4e3c6-0e6b-488e-94e4-24cccac529ac + - 59f42f3c-ce1b-43d0-b04b-ed3c1248b4b8 pragma: - no-cache strict-transport-security: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4.yaml index d495e61e45a..0fd578cc9eb 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_cluster_scenario4.yaml @@ -19,13 +19,13 @@ interactions: User-Agent: - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-update-version-rg/providers/Microsoft.NetworkCloud/clusters/simulator/updateVersion?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-cluster-update-version-rg/providers/Microsoft.NetworkCloud/clusters/simulator/updateVersion?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/550a09a0-a4ce-4fb6-abb9-e5b3f06d817c*999F10CE134857AD111BF10A8F2ADC5A0E7A3E4607E74CC382E6295837760E68?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/96c95f66-50a3-4992-a317-ef0103bd72fb*7E7547744E99F15B76B71BC9370C2A54CD96627A96721E258F83935B2035FAFA?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -33,13 +33,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 25 May 2023 20:34:33 GMT + - Thu, 25 May 2023 20:14:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/550a09a0-a4ce-4fb6-abb9-e5b3f06d817c*999F10CE134857AD111BF10A8F2ADC5A0E7A3E4607E74CC382E6295837760E68?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/96c95f66-50a3-4992-a317-ef0103bd72fb*7E7547744E99F15B76B71BC9370C2A54CD96627A96721E258F83935B2035FAFA?api-version=2023-05-01-preview mise-correlation-id: - - d3ccb351-409d-45c4-943a-d2b98882d7db + - 9c593280-5c6f-4338-8db8-42a039daa87f pragma: - no-cache strict-transport-security: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario1.yaml index 88539ea1198..6632be540c6 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_clustermanager_scenario1.yaml @@ -1,7 +1,7 @@ interactions: - request: body: '{"location": "eastus", "properties": {"analyticsWorkspaceId": "", "fabricControllerId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli2", "managedResourceGroupConfiguration": {"name": "cli-test-cm-mrg-000002"}}, "tags": {"DisableFabricIntegration": "true"}}' headers: @@ -23,13 +23,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:11:12.2648025Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T17:36:01.2314725Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T17:36:01.2314725Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli2","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -37,9 +37,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:11:12 GMT + - Fri, 19 May 2023 17:36:02 GMT etag: - - '"21003d93-0000-0100-0000-6467bbc00000"' + - '"21005e38-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -51,7 +51,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -72,10 +72,104 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 17:36:02 GMT + etag: + - '"87005498-0000-0100-0000-6467b3810000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 17:36:31 GMT + etag: + - '"87005498-0000-0100-0000-6467b3810000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager create + Connection: + - keep-alive + ParameterSetName: + - --name --location --resource-group --fabric-controller-id --tags --managed-resource-group-configuration + --analytics-workspace-id + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -84,9 +178,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:11:12 GMT + - Fri, 19 May 2023 17:37:01 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -119,10 +213,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -131,9 +225,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:11:42 GMT + - Fri, 19 May 2023 17:37:31 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -166,10 +260,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -178,9 +272,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:12:12 GMT + - Fri, 19 May 2023 17:38:02 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -213,10 +307,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -225,9 +319,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:12:42 GMT + - Fri, 19 May 2023 17:38:32 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -260,10 +354,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -272,9 +366,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:13:14 GMT + - Fri, 19 May 2023 17:39:02 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -307,10 +401,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -319,9 +413,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:13:44 GMT + - Fri, 19 May 2023 17:39:32 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -354,10 +448,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -366,9 +460,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:14:13 GMT + - Fri, 19 May 2023 17:40:03 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -401,10 +495,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -413,9 +507,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:14:43 GMT + - Fri, 19 May 2023 17:40:33 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -448,10 +542,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -460,9 +554,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:15:14 GMT + - Fri, 19 May 2023 17:41:02 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -495,10 +589,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -507,9 +601,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:15:44 GMT + - Fri, 19 May 2023 17:41:33 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -542,10 +636,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -554,9 +648,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:16:14 GMT + - Fri, 19 May 2023 17:42:03 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -589,10 +683,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -601,9 +695,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:16:44 GMT + - Fri, 19 May 2023 17:42:32 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -636,10 +730,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -648,9 +742,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:17:15 GMT + - Fri, 19 May 2023 17:43:03 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -683,10 +777,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -695,9 +789,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:17:45 GMT + - Fri, 19 May 2023 17:43:33 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -730,10 +824,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -742,9 +836,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:18:15 GMT + - Fri, 19 May 2023 17:44:03 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -777,10 +871,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -789,9 +883,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:18:45 GMT + - Fri, 19 May 2023 17:44:34 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -824,10 +918,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -836,9 +930,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:19:15 GMT + - Fri, 19 May 2023 17:45:03 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -871,10 +965,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -883,9 +977,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:19:46 GMT + - Fri, 19 May 2023 17:45:34 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -918,10 +1012,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -930,9 +1024,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:20:16 GMT + - Fri, 19 May 2023 17:46:04 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -965,10 +1059,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -977,9 +1071,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:20:46 GMT + - Fri, 19 May 2023 17:46:35 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1012,10 +1106,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1024,9 +1118,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:21:16 GMT + - Fri, 19 May 2023 17:47:04 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1059,10 +1153,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1071,9 +1165,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:21:46 GMT + - Fri, 19 May 2023 17:47:34 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1106,10 +1200,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1118,9 +1212,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:22:16 GMT + - Fri, 19 May 2023 17:48:05 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1153,10 +1247,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1165,9 +1259,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:22:46 GMT + - Fri, 19 May 2023 17:48:34 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1200,10 +1294,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1212,9 +1306,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:23:17 GMT + - Fri, 19 May 2023 17:49:05 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1247,10 +1341,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1259,9 +1353,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:23:47 GMT + - Fri, 19 May 2023 17:49:35 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1294,10 +1388,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1306,9 +1400,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:24:17 GMT + - Fri, 19 May 2023 17:50:05 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1341,10 +1435,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1353,9 +1447,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:24:48 GMT + - Fri, 19 May 2023 17:50:35 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1388,10 +1482,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1400,9 +1494,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:25:18 GMT + - Fri, 19 May 2023 17:51:06 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1435,10 +1529,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1447,9 +1541,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:25:48 GMT + - Fri, 19 May 2023 17:51:35 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1482,10 +1576,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1494,9 +1588,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:26:18 GMT + - Fri, 19 May 2023 17:52:06 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1529,10 +1623,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1541,9 +1635,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:26:49 GMT + - Fri, 19 May 2023 17:52:36 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1576,10 +1670,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1588,9 +1682,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:27:19 GMT + - Fri, 19 May 2023 17:53:07 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1623,10 +1717,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1635,9 +1729,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:27:49 GMT + - Fri, 19 May 2023 17:53:36 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1670,10 +1764,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T18:11:12.3390319Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Accepted","startTime":"2023-05-19T17:36:01.3557766Z"}' headers: cache-control: - no-cache @@ -1682,9 +1776,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:19 GMT + - Fri, 19 May 2023 17:54:06 GMT etag: - - '"8a0094fc-0000-0100-0000-6467bbc00000"' + - '"87005498-0000-0100-0000-6467b3810000"' expires: - '-1' pragma: @@ -1717,10 +1811,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"372bd487-9f26-44b4-8b47-0d677763d6b7*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T18:11:12.3390319Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"30045518-0d97-49c1-9197-7db022e6eea2*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T17:36:01.3557766Z","properties":null}' headers: cache-control: - no-cache @@ -1729,9 +1823,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:50 GMT + - Fri, 19 May 2023 17:54:37 GMT etag: - - '"04009651-0000-4d00-0000-6467bfc80000"' + - '"92013f7f-0000-0500-0000-6467b7c60000"' expires: - '-1' pragma: @@ -1764,10 +1858,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","nc:environment":"sandbox"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:11:12.2648025Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","nc:environment":"sandbox"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T17:36:01.2314725Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T17:36:01.2314725Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli2","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}' headers: @@ -1778,9 +1872,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:50 GMT + - Fri, 19 May 2023 17:54:37 GMT etag: - - '"210044c4-0000-0100-0000-6467bfc30000"' + - '"2100c464-0000-0100-0000-6467b78a0000"' expires: - '-1' pragma: @@ -1818,10 +1912,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:28:51.5647522Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T17:36:01.2314725Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T17:54:38.7127697Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli2","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}' headers: @@ -1832,9 +1926,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:52 GMT + - Fri, 19 May 2023 17:54:39 GMT etag: - - '"2100bbc5-0000-0100-0000-6467bfe30000"' + - '"21006468-0000-0100-0000-6467b7de0000"' expires: - '-1' pragma: @@ -1870,10 +1964,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:28:51.5647522Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T17:36:01.2314725Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T17:54:38.7127697Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli2","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}' headers: @@ -1884,9 +1978,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:52 GMT + - Fri, 19 May 2023 17:54:40 GMT etag: - - '"2100bbc5-0000-0100-0000-6467bfe30000"' + - '"21006468-0000-0100-0000-6467b7de0000"' expires: - '-1' pragma: @@ -1920,10 +2014,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T18:11:12.2648025Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T18:28:51.5647522Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli3","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","name":"cli-test-cm-000001","type":"microsoft.networkcloud/clustermanagers","location":"eastus","tags":{"DisableFabricIntegration":"true","tagUpdate":"NewTag"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T17:36:01.2314725Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T17:54:38.7127697Z"},"properties":{"analyticsWorkspaceId":"","fabricControllerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.Network/virtualNetworks/CM_vNet/subnets/azcli2","managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-cm-mrg-000002"},"provisioningState":"Succeeded","availabilityZones":["1","2","3"],"vmSize":"Standard_D4_v2","clusterVersions":[{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.1.0"},{"supportExpiryDate":"2023-07-31 00:00:00 +0000 UTC","targetClusterVersion":"3.2.0"}],"managerExtendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli-test-cm-mrg-000002/providers/microsoft.extendedlocation/customlocations/cli-test-cm-000001-cl","type":"CustomLocation"}}}]}' headers: @@ -1934,7 +2028,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:53 GMT + - Fri, 19 May 2023 17:54:41 GMT expires: - '-1' pragma: @@ -1946,9 +2040,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 94816504-2e14-41b0-b78a-a251db2ef181 - - da54713d-824d-4df3-9b13-a0b93a4a6fa9 - - 55dbd84d-bdf2-4bdb-9995-462e473c8863 + - 574df066-fa4c-45fe-b2d6-6d498a7150b3 + - dd7f0e57-e6aa-4329-b66c-227f6cbd6749 + - 4a50fb47-efc1-4a70-b80e-e59748c569a4 status: code: 200 message: OK @@ -1970,13 +2064,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1984,13 +2078,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:54 GMT + - Fri, 19 May 2023 17:54:42 GMT etag: - - '"2100e9c5-0000-0100-0000-6467bfe70000"' + - '"21008d68-0000-0100-0000-6467b7e20000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview pragma: - no-cache strict-transport-security: @@ -2020,10 +2114,178 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 17:54:42 GMT + etag: + - '"89001a3d-0000-0100-0000-6467b7e20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 17:55:12 GMT + etag: + - '"89001a3d-0000-0100-0000-6467b7e20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 17:55:43 GMT + etag: + - '"89001a3d-0000-0100-0000-6467b7e20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 19 May 2023 17:56:13 GMT + etag: + - '"89001a3d-0000-0100-0000-6467b7e20000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud clustermanager delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2032,9 +2294,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:28:54 GMT + - Fri, 19 May 2023 17:56:43 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2062,10 +2324,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2074,9 +2336,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:29:25 GMT + - Fri, 19 May 2023 17:57:13 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2104,10 +2366,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2116,9 +2378,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:29:55 GMT + - Fri, 19 May 2023 17:57:43 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2146,10 +2408,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2158,9 +2420,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:30:25 GMT + - Fri, 19 May 2023 17:58:13 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2188,10 +2450,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2200,9 +2462,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:30:56 GMT + - Fri, 19 May 2023 17:58:44 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2230,10 +2492,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2242,9 +2504,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:31:26 GMT + - Fri, 19 May 2023 17:59:13 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2272,10 +2534,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2284,9 +2546,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:31:55 GMT + - Fri, 19 May 2023 17:59:44 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2314,10 +2576,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2326,9 +2588,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:32:26 GMT + - Fri, 19 May 2023 18:00:14 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2356,10 +2618,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2368,9 +2630,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:32:56 GMT + - Fri, 19 May 2023 18:00:44 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2398,10 +2660,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2410,9 +2672,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:33:26 GMT + - Fri, 19 May 2023 18:01:14 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2440,10 +2702,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2452,9 +2714,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:33:57 GMT + - Fri, 19 May 2023 18:01:45 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2482,10 +2744,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2494,9 +2756,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:34:26 GMT + - Fri, 19 May 2023 18:02:15 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2524,10 +2786,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2536,9 +2798,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:34:56 GMT + - Fri, 19 May 2023 18:02:45 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2566,10 +2828,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2578,9 +2840,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:35:27 GMT + - Fri, 19 May 2023 18:03:15 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2608,10 +2870,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2620,9 +2882,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:35:57 GMT + - Fri, 19 May 2023 18:03:46 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2650,10 +2912,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2662,9 +2924,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:36:27 GMT + - Fri, 19 May 2023 18:04:16 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2692,10 +2954,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T18:28:55.0925582Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Deleting","startTime":"2023-05-19T17:54:42.5119296Z"}' headers: cache-control: - no-cache @@ -2704,9 +2966,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:36:57 GMT + - Fri, 19 May 2023 18:04:46 GMT etag: - - '"8c004d9f-0000-0100-0000-6467bfe70000"' + - '"89001a3d-0000-0100-0000-6467b7e20000"' expires: - '-1' pragma: @@ -2734,10 +2996,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T18:28:55.0925582Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T17:54:42.5119296Z","properties":null}' headers: cache-control: - no-cache @@ -2746,9 +3008,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:37:28 GMT + - Fri, 19 May 2023 18:05:16 GMT etag: - - '"04004b54-0000-4d00-0000-6467c1cf0000"' + - '"0400c54d-0000-4d00-0000-6467ba440000"' expires: - '-1' pragma: @@ -2780,10 +3042,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","name":"0fd2db80-87be-4837-a326-b67d3d399976*0CBDF305C8906FCFE85640DBAEDED030B318DD66AC83DFB193388F418BD9C2E5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T18:28:55.0925582Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","name":"c5543c90-f05f-494f-816c-3aef8938cbdf*A79A9CFE49622A2EA1D9D5EAD3381C4600DE588E02AA9AC316CE9C646BA7B71A","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000003/providers/Microsoft.NetworkCloud/clusterManagers/cli-test-cm-000001","status":"Succeeded","startTime":"2023-05-19T17:54:42.5119296Z","properties":null}' headers: cache-control: - no-cache @@ -2792,9 +3054,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 18:37:28 GMT + - Fri, 19 May 2023 18:05:16 GMT etag: - - '"04004b54-0000-4d00-0000-6467c1cf0000"' + - '"0400c54d-0000-4d00-0000-6467ba440000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_defaultcninetwork_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_defaultcninetwork_scenario1.yaml index b348ec10aff..19851770334 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_defaultcninetwork_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_defaultcninetwork_scenario1.yaml @@ -31,10 +31,10 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:17.3644734Z"},"properties":{"provisioningState":"Accepted","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:21:05.3857327Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T20:21:05.3857327Z"},"properties":{"provisioningState":"Accepted","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f19181a9-0bd2-4c0a-a8c7-dcc00588c906*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview cache-control: - no-cache content-length: @@ -42,13 +42,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:18 GMT + - Mon, 15 May 2023 20:21:06 GMT etag: - - '"b8059cc4-0000-0100-0000-6462875a0000"' + - '"b9051e30-0000-0100-0000-646294310000"' expires: - '-1' mise-correlation-id: - - 5649efa9-54da-4933-b749-a8ab89c19c01 + - 88ad16cc-1df9-4817-beab-c6f532a499b1 pragma: - no-cache strict-transport-security: @@ -58,7 +58,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -80,31 +80,27 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f19181a9-0bd2-4c0a-a8c7-dcc00588c906*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Accepted","startTime":"2023-05-15T19:26:17.411158Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f19181a9-0bd2-4c0a-a8c7-dcc00588c906*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","name":"f19181a9-0bd2-4c0a-a8c7-dcc00588c906*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Accepted","startTime":"2023-05-15T20:21:05.4708937Z"}' headers: cache-control: - no-cache content-length: - - '578' + - '579' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:18 GMT + - Mon, 15 May 2023 20:21:06 GMT etag: - - '"b8015c92-0000-0100-0000-646287590000"' + - '"b8011cb4-0000-0100-0000-646294310000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -128,31 +124,27 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f19181a9-0bd2-4c0a-a8c7-dcc00588c906*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"2f075a00-c600-42ea-823f-cb33068b39d3*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T19:26:17.411158Z","endTime":"2023-05-15T19:26:23.5196698Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f19181a9-0bd2-4c0a-a8c7-dcc00588c906*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","name":"f19181a9-0bd2-4c0a-a8c7-dcc00588c906*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T20:21:05.4708937Z","endTime":"2023-05-15T20:21:22.1694776Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '649' + - '650' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:49 GMT + - Mon, 15 May 2023 20:21:36 GMT etag: - - '"b8017b92-0000-0100-0000-6462875f0000"' + - '"b8015db4-0000-0100-0000-646294420000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -179,7 +171,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:26:24.1107609Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:21:05.3857327Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:21:23.0821665Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: @@ -189,19 +181,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:49 GMT + - Mon, 15 May 2023 20:21:36 GMT etag: - - '"b805abc4-0000-0100-0000-646287600000"' + - '"b9058632-0000-0100-0000-646294430000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -232,7 +220,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:21:05.3857327Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T20:21:37.3696009Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: @@ -242,25 +230,21 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:51 GMT + - Mon, 15 May 2023 20:21:38 GMT etag: - - '"b805d8c4-0000-0100-0000-6462877a0000"' + - '"b9052c33-0000-0100-0000-646294510000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1181' status: code: 200 message: OK @@ -283,7 +267,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:21:05.3857327Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T20:21:37.3696009Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: @@ -293,9 +277,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:51 GMT + - Mon, 15 May 2023 20:21:37 GMT etag: - - '"b805d8c4-0000-0100-0000-6462877a0000"' + - '"b9052c33-0000-0100-0000-646294510000"' expires: - '-1' pragma: @@ -332,7 +316,7 @@ interactions: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","name":"defaultcninetwork-529","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"defaultcninetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.593992Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T13:19:15.5105119Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.88.0/24","vlan":529,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.1.89.0/25"],"serviceLoadBalancerPrefixes":["10.1.89.0/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","fabricBgpPeers":[{"asNumber":65018,"peerIp":"10.1.88.2"},{"asNumber":65018,"peerIp":"10.1.88.3"}],"cniAsNumber":64516,"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-536","name":"defaultcninetwork-536","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"defaultcninetworks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:15:10.9951609Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T13:19:19.9161191Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.102.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:166::/64","vlan":536,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.1.103.0/25"],"serviceLoadBalancerPrefixes":["10.1.103.128/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","fabricBgpPeers":[{"asNumber":65018,"peerIp":"10.1.102.2"},{"asNumber":65018,"peerIp":"10.1.102.3"}],"cniAsNumber":64517,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7k2wrr4qi5ggkrxbgvlk3xbgvy5qd7hb7dsno3gz6jthpkjrh2gmarnkia4fnxqobquq/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-47su","name":"cli-test-defaultcni-47su","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:23:40.0601688Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:21:05.3857327Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T20:21:37.3696009Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/defaultcniNetworks/defaultcninetwork7-rg","name":"defaultcninetwork7-rg","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T16:52:48.6134153Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T16:52:48.6134153Z"},"properties":{"provisioningState":"Failed","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"203.0.113.0/24","ipv6ConnectedPrefix":"2001:db8:0:3::/64","vlan":567,"cniBgpConfiguration":{"bgpPeers":[{"peerIp":"203.0.113.254","asNumber":65549}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"],"communityAdvertisements":[{"communities":["64512:100"],"subnetPrefix":"192.0.2.0/27"}]}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","name":"defaultcninetwork-529","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"defaultcninetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.9020676Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T15:27:26.2822225Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.88.0/24","vlan":529,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.6.89.0/25"],"serviceLoadBalancerPrefixes":["10.6.89.0/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","fabricBgpPeers":[{"asNumber":65017,"peerIp":"10.6.88.2"},{"asNumber":65017,"peerIp":"10.6.88.3"}],"cniAsNumber":64516,"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/mattj-dcn-522","name":"mattj-dcn-522","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:10:41.2888885Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:32.2060855Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}],"serviceExternalPrefixes":["10.6.75.0/25"],"serviceLoadBalancerPrefixes":["10.6.75.128/25"]},"ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.74.0/24","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":522,"fabricBgpPeers":[{"asNumber":65017,"peerIp":"10.6.74.2"},{"asNumber":65017,"peerIp":"10.6.74.3"}],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded","interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","cniAsNumber":64515}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-501","name":"defaultcninetwork-501","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"defaultcninetworks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T06:03:28.9765583Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T06:08:03.0976558Z"},"properties":{"provisioningState":"Succeeded","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.32.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:620::/64","vlan":501,"cniBgpConfiguration":{"bgpPeers":[],"serviceExternalPrefixes":["10.6.33.0/25"],"serviceLoadBalancerPrefixes":["10.6.33.128/25"],"communityAdvertisements":[{"communities":["65535:65281","65535:65282"],"subnetPrefix":"10.244.0.0/16"}]},"fabricBgpPeers":[{"asNumber":65017,"peerIp":"10.6.32.2"},{"asNumber":65017,"peerIp":"10.6.32.3"}],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/nc-resource-testing-krb"],"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","cniAsNumber":64512,"detailedStatus":"Available","detailedStatusMessage":"all @@ -341,11 +325,11 @@ interactions: cache-control: - no-cache content-length: - - '14808' + - '13410' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:52 GMT + - Mon, 15 May 2023 20:21:39 GMT expires: - '-1' pragma: @@ -357,9 +341,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 37ca653e-7c67-4f63-a4f4-3c36e3bbd722 - - 8f395978-f76d-469b-8c28-efcfc5e03b07 - - bad72221-fad4-476f-b7ab-4925b669189f + - f119c8c4-d587-46cc-b5ac-0b96f36af303 + - d02827f2-39f7-4da9-b2c5-777aab82744c + - 3dd0e900-3d38-4a02-815b-4f599c0bc337 status: code: 200 message: OK @@ -382,7 +366,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks?api-version=2022-12-12-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:26:17.3644734Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:26:50.2377899Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","name":"cli-test-defaultcni-000001","type":"microsoft.networkcloud/defaultcninetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:21:05.3857327Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T20:21:37.3696009Z"},"properties":{"provisioningState":"Succeeded","cniBgpConfiguration":{"bgpPeers":[{"asNumber":64497,"peerIp":"203.0.113.254"}],"communityAdvertisements":[{"communities":["64512","100"],"subnetPrefix":"192.0.2.0/27"}],"serviceExternalPrefixes":["192.0.2.0/28"],"serviceLoadBalancerPrefixes":["192.0.2.16/28"]},"ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"interfaceName":"defaultcni","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","fabricBgpPeers":[{"asNumber":1001,"peerIp":"10.10.100.2"},{"asNumber":1001,"peerIp":"10.10.100.3"},{"asNumber":1001,"peerIp":"fd01:10::2"},{"asNumber":1001,"peerIp":"fd01:10::3"}],"cniAsNumber":1002,"hybridAksClustersAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}]}' headers: cache-control: @@ -392,7 +376,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:52 GMT + - Mon, 15 May 2023 20:21:39 GMT expires: - '-1' pragma: @@ -404,9 +388,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 843acd1a-dbc4-460b-87ba-d19471752d26 - - e86961ea-f53d-4e49-9d29-d1355016de2b - - 9654acdf-f283-465f-8fe5-6b97b2d76438 + - 9765ff6c-caf9-4e6c-b325-47084bb97972 + - c6dcc946-85f5-42ed-89fd-9f00cfaa2359 + - 1304272c-bd81-4ed0-b143-ffd75b38f77c status: code: 200 message: OK @@ -434,7 +418,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview cache-control: - no-cache content-length: @@ -442,15 +426,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:53 GMT + - Mon, 15 May 2023 20:21:41 GMT etag: - - '"b805e1c4-0000-0100-0000-6462877e0000"' + - '"b9053033-0000-0100-0000-646294550000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview mise-correlation-id: - - 3c4d375f-5e8d-4a11-9143-d763d60fdee6 + - 643e8cb1-ef7b-40fa-89c5-8895a464e330 pragma: - no-cache strict-transport-security: @@ -480,10 +464,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Deleting","startTime":"2023-05-15T19:26:53.8136904Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","name":"b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Deleting","startTime":"2023-05-15T20:21:41.0959717Z"}' headers: cache-control: - no-cache @@ -492,9 +476,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:26:53 GMT + - Mon, 15 May 2023 20:21:41 GMT etag: - - '"b801c092-0000-0100-0000-6462877d0000"' + - '"b8019bb4-0000-0100-0000-646294550000"' expires: - '-1' pragma: @@ -522,21 +506,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T19:26:53.8136904Z","endTime":"2023-05-15T19:27:02.746178Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","name":"b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T20:21:41.0959717Z","endTime":"2023-05-15T20:21:50.3153385Z","properties":null}' headers: cache-control: - no-cache content-length: - - '638' + - '639' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:27:23 GMT + - Mon, 15 May 2023 20:22:11 GMT etag: - - '"b801e192-0000-0100-0000-646287860000"' + - '"b801a2b4-0000-0100-0000-6462945e0000"' expires: - '-1' pragma: @@ -568,21 +552,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","name":"59547c40-6af8-42de-9759-4684485536dd*529643E7BC976AA8B7DFA29F1D9E6AC6C41D93D8A3F3B40F625B9C047A9910C8","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T19:26:53.8136904Z","endTime":"2023-05-15T19:27:02.746178Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","name":"b0ddc679-51b0-4cb1-bc45-4eeff0302fa1*B7FC3B9C21DBB0538AEDB2FEC20A154D10D50E6E1A19EBE954C21285CCE636BA","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/defaultCniNetworks/cli-test-defaultcni-000001","status":"Succeeded","startTime":"2023-05-15T20:21:41.0959717Z","endTime":"2023-05-15T20:21:50.3153385Z","properties":null}' headers: cache-control: - no-cache content-length: - - '638' + - '639' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:27:23 GMT + - Mon, 15 May 2023 20:22:11 GMT etag: - - '"b801e192-0000-0100-0000-646287860000"' + - '"b801a2b4-0000-0100-0000-6462945e0000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_hybridakscluster_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_hybridakscluster_scenario1.yaml index 482340b3397..7a97830d8e6 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_hybridakscluster_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_hybridakscluster_scenario1.yaml @@ -22,7 +22,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:52:22.5867701Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:44:03.4184686Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster is available for workload provisioning"}}' headers: cache-control: @@ -32,25 +32,21 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 20:52:23 GMT + - Mon, 22 May 2023 20:44:03 GMT etag: - - '"140064f9-0000-0100-0000-646bd6060000"' + - '"1400d3f2-0000-0100-0000-646bd4130000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -73,7 +69,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3?api-version=2022-12-12-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:52:22.5867701Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:44:03.4184686Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster is available for workload provisioning"}}' headers: cache-control: @@ -83,15 +79,19 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 20:52:23 GMT + - Mon, 22 May 2023 20:44:03 GMT etag: - - '"140064f9-0000-0100-0000-646bd6060000"' + - '"1400d3f2-0000-0100-0000-646bd4130000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -118,7 +118,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters?api-version=2022-12-12-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:52:22.5867701Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/pipelinehaks-chntu7pwke7sq-39b7aff3","name":"pipelinehaks-chntu7pwke7sq-39b7aff3","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:14:20.9806707Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-22T20:44:03.4184686Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-chNTU7pWkE7SQ","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"controlPlaneCount":1,"workerCount":1,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-529","controlPlaneNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr3","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3e:68:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.12","macAddress":"aa:bb:cc:08:c7:5b","networkAttachmentName":"defaultcni"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-control-plane-mhtf8","powerState":"On"}],"vmCount":0}],"workerNodes":[{"cpuCores":2,"diskSizeGB":300,"memorySizeGB":4,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr7","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/defaultCniNetworks/defaultcninetwork-529","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.88.13","macAddress":"aa:bb:cc:64:d2:ec","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:16:80:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4c:c3:0e","networkAttachmentName":"l2netw-dfa2b"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:ce:78","networkAttachmentName":"vlan-530"}],"nodeName":"pipelinehaks-chntu7pwke7sq-39b7aff3-nodepool1-md-55xmk","powerState":"On"}],"vmCount":0}],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks68687-0d5f7742","name":"resourcetesthaks68687-0d5f7742","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:22:45.2210876Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T10:09:31.9613643Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks68687","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn3pwn23fiitsig","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-537-542","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-537-542"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn3pwn23fiitsig","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr6","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn3pwn23fiitsig","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:53:ad:68","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-63efba/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.60.12","macAddress":"aa:bb:cc:30:12:5d","networkAttachmentName":"defaultcni"}],"nodeName":"resourcetesthaks68687-0d5f7742-control-plane-kxgq5","powerState":"On"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks3b677-1c6fc138","name":"resourcetesthaks3b677-1c6fc138","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T09:25:13.9770096Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T09:52:39.5902621Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks3b677","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnppb3wd4gkisag","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnppb3wd4gkisag","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr4","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-508","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.46.12","macAddress":"aa:bb:cc:68:bb:c8","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-5e13c6/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnppb3wd4gkisag","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:1d:62:e0","networkAttachmentName":"cloudservices"}],"nodeName":"resourcetesthaks3b677-1c6fc138-control-plane-7kbcc","powerState":"On"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster is available for workload provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/hybridAksClusters/resourcetesthaks20da1-0ccf375e","name":"resourcetesthaks20da1-0ccf375e","type":"microsoft.networkcloud/hybridaksclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-hostedresources-49660092/providers/microsoft.extendedlocation/customlocations/m15-e4f14334258d-cstm-loc/resourcesyncrules/hybridaksclustershydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-22T11:15:20.8708754Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T11:41:29.3163429Z"},"properties":{"hybridAksProvisionedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.HybridContainerService/provisionedClusters/resourcetesthaks20da1","associatedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnb2yun4frirje2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515"],"controlPlaneCount":1,"workerCount":0,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-e4f14334258d","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnb2yun4frirje2","defaultCniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","controlPlaneNodes":[{"cpuCores":4,"diskSizeGB":300,"memorySizeGB":8,"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-e4f14334258d-HostedResources-49660092/providers/Microsoft.NetworkCloud/bareMetalMachines/m15r750wkr6","imageId":"Linux-K8s-1.22.11-0.0.3.05041.qcow2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnb2yun4frirje2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:2e:d7:e4","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m15-52d009/providers/Microsoft.NetworkCloud/defaultcninetworks/defaultcninetwork-515","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.0.60.12","macAddress":"aa:bb:cc:ae:3c:04","networkAttachmentName":"defaultcni"}],"nodeName":"resourcetesthaks20da1-0ccf375e-control-plane-jwlhg","powerState":"Off"}],"vmCount":0}],"workerNodes":[],"detailedStatus":"Available","provisioningState":"Succeeded","detailedStatusMessage":"Cluster @@ -133,7 +133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 22 May 2023 20:52:24 GMT + - Mon, 22 May 2023 20:44:05 GMT expires: - '-1' pragma: @@ -145,9 +145,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 236881bd-b175-40ca-9984-fd4fefa73f96 - - f6b218bd-e662-40ed-93e5-eba01ccea550 - - 0ba511ee-167f-4c22-818c-84596d0bedf6 + - d03f2468-5ebb-41cc-9ea2-90044b6a2b80 + - 5cfb291a-1155-4e0e-a9f2-04bc497a4857 + - 6983dfe3-500e-4100-a534-2d947adb2790 status: code: 200 message: OK diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetescluster_scenario.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetescluster_scenario.yaml new file mode 100644 index 00000000000..561dba0c83c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetescluster_scenario.yaml @@ -0,0 +1,3563 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"aadConfiguration": + {"adminGroupObjectIds": ["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]}, "administratorConfiguration": + {"adminUsername": "azureuser", "sshPublicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]}, "controlPlaneNodeConfiguration": {"administratorConfiguration": + {"adminUsername": "azureuser", "sshPublicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]}, "count": 1, "vmSkuName": "NC_G4_v1"}, + "initialAgentPoolConfigurations": [{"administratorConfiguration": {"adminUsername": + "azureuser", "sshPublicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]}, "agentOptions": {"hugepagesCount": + 4, "hugepagesSize": "1G"}, "count": 1, "mode": "System", "name": "systemPool1", + "upgradeSettings": {"maxSurge": "1"}, "vmSkuName": "NC_G4_v1"}], "kubernetesVersion": + "1.24.9", "networkConfiguration": {"bgpServiceLoadBalancerConfiguration": {"bgpAdvertisements": + [{"advertiseToFabric": "True", "communities": ["64512:100"], "ipAddressPools": + ["pool1"], "peers": ["peer1"]}], "fabricPeeringEnabled": "True", "ipAddressPools": + [{"addresses": ["198.51.102.0/24"], "autoAssign": "True", "name": "pool1", "onlyUseHostIps": + "True"}]}, "cloudServicesNetworkId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn", + "cniNetworkId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734", + "dnsServiceIp": "10.96.0.10", "podCidrs": ["10.244.0.0/16"], "serviceCidrs": + ["10.96.0.0/16"]}}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + Content-Length: + - '3543' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","name":"cli-test-naks-000001","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:18:51.5094632Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T19:18:51.5094632Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-000001-HostedResources-287A4E33"},"provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4079' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:18:51 GMT + etag: + - '"17032914-0000-0100-0000-648a129b0000"' + expires: + - '-1' + mise-correlation-id: + - b8b12979-bce6-47eb-a9dc-f4435309950b + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:18:51 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:19:21 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:19:52 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:20:21 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:20:51 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:21:21 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:21:51 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:22:21 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:22:52 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:23:22 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:23:52 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:24:22 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:24:52 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:25:22 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:25:52 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:26:22 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:26:53 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:27:23 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:27:53 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:28:23 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:28:53 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:29:22 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:29:52 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:30:22 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:18:51.5502134Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:30:52 GMT + etag: + - '"9402990b-0000-0100-0000-648a129b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"c6c46f76-ddfa-4e7f-aabf-fc87cafaa16e*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Succeeded","startTime":"2023-06-14T19:18:51.5502134Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '591' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:23 GMT + etag: + - '"3a00baae-0000-0500-0000-648a15770000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --location --extended-location --kubernetes-version + --admin-username --ssh-key-values --aad-configuration --initial-agent-pool-configurations + --control-plane-node-configuration --network-configuration --tags --debug + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","name":"cli-test-naks-000001","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:18:51.5094632Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:30:16.8355553Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-000001-HostedResources-287A4E33"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co07","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-agentpool1-md-kvvhv","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:da:20:a9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.18","macAddress":"aa:bb:cc:26:e8:fc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co03","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-control-plane-pv2zt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.7","macAddress":"aa:bb:cc:68:dd:fc","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.16","macAddress":"aa:bb:cc:03:a3:2c","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-000001-HostedResources-287A4E33/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-000001","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}}' + headers: + cache-control: + - no-cache + content-length: + - '9005' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:23 GMT + etag: + - '"1703a35e-0000-0100-0000-648a15480000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"controlPlaneNodeConfiguration": {"count": 1}, "kubernetesVersion": + "1.24.9"}, "tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster update + Connection: + - keep-alive + Content-Length: + - '142' + Content-Type: + - application/json + ParameterSetName: + - --name --kubernetes-version --control-plane-node-configuration --resource-group + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:24 GMT + etag: + - '"1703b65e-0000-0100-0000-648a158c0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + mise-correlation-id: + - 9014fa3c-367f-4e93-acc0-05f54cd4286c + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster update + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-version --control-plane-node-configuration --resource-group + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Accepted","startTime":"2023-06-14T19:31:24.4964999Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:24 GMT + etag: + - '"9402bc18-0000-0100-0000-648a158c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster update + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-version --control-plane-node-configuration --resource-group + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"3bbcfe7f-3cf8-45eb-9b89-7045755cf570*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Succeeded","startTime":"2023-06-14T19:31:24.4964999Z","endTime":"2023-06-14T19:31:33.3345308Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '643' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:54 GMT + etag: + - '"9402cc18-0000-0100-0000-648a15950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster update + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-version --control-plane-node-configuration --resource-group + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","name":"cli-test-naks-000001","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:18:51.5094632Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:31:34.4605709Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-000001-HostedResources-287A4E33"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co07","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-agentpool1-md-kvvhv","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:da:20:a9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.18","macAddress":"aa:bb:cc:26:e8:fc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co03","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-control-plane-pv2zt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.7","macAddress":"aa:bb:cc:68:dd:fc","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.16","macAddress":"aa:bb:cc:03:a3:2c","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-000001-HostedResources-287A4E33/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-000001","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '9025' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:54 GMT + etag: + - '"1703ba5e-0000-0100-0000-648a15960000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster show + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","name":"cli-test-naks-000001","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:18:51.5094632Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:31:34.4605709Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-000001-HostedResources-287A4E33"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co07","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-agentpool1-md-kvvhv","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:da:20:a9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.18","macAddress":"aa:bb:cc:26:e8:fc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co03","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-control-plane-pv2zt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.7","macAddress":"aa:bb:cc:68:dd:fc","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.16","macAddress":"aa:bb:cc:03:a3:2c","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-000001-HostedResources-287A4E33/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-000001","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '9025' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:54 GMT + etag: + - '"1703ba5e-0000-0100-0000-648a15960000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/kubernetesClusters?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-manalva","name":"test-naks-manalva","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"ncaks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T17:31:20.7590147Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T06:07:18.3749877Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.22.11","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-537","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"test-naks-manalva-HostedResources-4A9639F5"},"availableUpgrades":[],"attachedNetworkIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-naks-manalva-HostedResources-4A9639F5/Microsoft.Kubernetes/connectedClusters/test-naks-manalva"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-manlva-501","name":"test-manlva-501","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"ncaks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T19:12:31.5722494Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T06:05:12.7099868Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.22.11","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-537","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"test-manlva-501-HostedResources-3EAD34FB"},"availableUpgrades":[],"attachedNetworkIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-manlva-501-HostedResources-3EAD34FB/Microsoft.Kubernetes/connectedClusters/test-manlva-501"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/upf-ncaks1","name":"upf-ncaks1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.extendedlocation/customlocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j27","ResourceType":"ncaks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T19:20:20.8235281Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T21:04:40.6717448Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G8_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"attachedNetworkConfiguration":{},"count":4,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_H36_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-544","pluginType":"SRIOV"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-545","pluginType":"SRIOV"}],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-upf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-546","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"upf-ncaks1-HostedResources-2262CAB2"},"availableUpgrades":[],"attachedNetworkIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","featureStatuses":[],"nodes":[],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-ncaks1-HostedResources-2262CAB2/Microsoft.Kubernetes/connectedClusters/upf-ncaks1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/upf-ncaks2","name":"upf-ncaks2","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.extendedlocation/customlocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j27","ResourceType":"ncaks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T22:39:56.6008652Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:28:48.5352397Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G8_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}]},"attachedNetworkConfiguration":{},"count":4,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_M36_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-544","pluginType":"SRIOV"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-545","pluginType":"SRIOV"}],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-upf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-546","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"upf-ncaks2-HostedResources-3DA9F4D2"},"availableUpgrades":[],"attachedNetworkIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","featureStatuses":[],"nodes":[],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-ncaks2-HostedResources-3DA9F4D2/Microsoft.Kubernetes/connectedClusters/upf-ncaks2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/manalva-naks-test-rdma-sriov","name":"manalva-naks-test-rdma-sriov","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"ncaks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-12T06:14:53.4638699Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T11:38:34.4833106Z"},"properties":{"provisioningState":"Succeeded","availableUpgrades":[],"attachedNetworkIds":[],"featureStatuses":[],"nodes":[],"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.22.11","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"manalva-naks-test-rdma-sriov-HostedResources-1A7EC79E"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manalva-naks-test-rdma-sriov-HostedResources-1A7EC79E/Microsoft.Kubernetes/connectedClusters/manalva-naks-test-rdma-sriov"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/manalva-naks-test-uso-to-uc","name":"manalva-naks-test-uso-to-uc","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"ncaks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T10:26:07.7140946Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T17:12:52.7243872Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.22.11","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"manalva-naks-test-uso-to-uc-HostedResources-15A120CE"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr2","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-test-uso-to-uc-66b848ef-agentpool1-md-85v2b","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.7","macAddress":"aa:bb:cc:2a:76:fe","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.15","macAddress":"aa:bb:cc:c0:ac:11","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-test-uso-to-uc-66b848ef-agentpool2-md-9xtbv","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:fe:86:93","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.16","macAddress":"aa:bb:cc:21:f4:27","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-test-uso-to-uc-66b848ef-control-plane-7mdck","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:6a:42:d3","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.14","macAddress":"aa:bb:cc:0b:35:22","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manalva-naks-test-uso-to-uc-HostedResources-15A120CE/Microsoft.Kubernetes/connectedClusters/manalva-naks-test-uso-to-uc","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/manalva-naks-test-sriov-rdma","name":"manalva-naks-test-sriov-rdma","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"ncaks"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:08:13.7224009Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T17:12:49.5247458Z"},"properties":{"provisioningState":"Succeeded","availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-test-sriov-rdma-0f3fb214-agentpool1-md-p8lqp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:e2:dd:8e","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.20","macAddress":"aa:bb:cc:ac:1c:33","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:7c:3b:31","networkAttachmentName":"vlan-531"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr4","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-test-sriov-rdma-0f3fb214-agentpool2-md-cfqfw","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.10","macAddress":"aa:bb:cc:d7:ad:02","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.19","macAddress":"aa:bb:cc:2c:98:c7","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:86:bf:d7","networkAttachmentName":"vlan-531"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-test-sriov-rdma-0f3fb214-control-plane-qzpkp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.8","macAddress":"aa:bb:cc:b7:e1:bf","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.18","macAddress":"aa:bb:cc:8d:4b:f4","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"admin","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.22.11","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","pluginType":"SRIOV"}],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"manalva-naks-test-sriov-rdma-HostedResources-68B1F62B"},"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manalva-naks-test-sriov-rdma-HostedResources-68B1F62B/Microsoft.Kubernetes/connectedClusters/manalva-naks-test-sriov-rdma","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark/providers/Microsoft.NetworkCloud/kubernetesClusters/graymark-naks","name":"graymark-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T14:20:11.4932522Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T17:12:54.0455996Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCuQlCL9PMGYPLFKtvs5BQaaDxoLholm+AQfbCC8Gc+LjZ9gf9tVG9sLFR7FGzSNKOhocRmJt/XeQ3bJDcb0764PCb9SN1JONrKAuhuBbqH1iX5MASW/iYiA0YwIgM/4u9xNl6bVESRIkDqMvOB7aEwn0uefchIAjgu05wV3vrn6z5izaXZvZP/YnfexnVb7S/uJcBq+yd4AbT3P34lqx8BpIorDYYydfFo7DbxRCxazsx/qffFNFqAGnHw9jjyaT+CdpsLFgGarUsc7YuG9Eqwr1HG7Et9MUpZsrRxCr+wHlmQSoBq0ZgHLFDgvjA8lTAzVCCCatbNR698JMGJRKrNDoN36bnhCwVvUbIuUajMK01o+0GrQRV5p6I1tyCT4+m1Z2cmlPKzP+i2Kz299fVahdE/IUI/tPOyzwfPpO2ddpGDTgs65lI3dNeuOilZoDqSbqX2pKqMRjGhn1zm+CxqmSNBvdK9yHtdiQsfwuUr5aYRhmlWrnRP7CeT4Jch8Ic= + m@endeavour.methodic.local"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["10.99.99.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"graymark-naks-HostedResources-550B2161"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"graymark-naks-6ceb81ce-agentpool1-md-48fv4","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.13","macAddress":"aa:bb:cc:ac:e7:4d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.25","macAddress":"aa:bb:cc:be:7b:70","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"graymark-naks-6ceb81ce-control-plane-8vrqx","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.12","macAddress":"aa:bb:cc:7a:46:ac","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.24","macAddress":"aa:bb:cc:36:63:b1","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark-naks-HostedResources-550B2161/Microsoft.Kubernetes/connectedClusters/graymark-naks","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-ncaks","name":"test-ncaks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"kubernetescluster"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T15:45:38.9316947Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T17:14:44.5352559Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{"l2Networks":[],"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","pluginType":"SRIOV"}],"trunkedNetworks":[]},"availabilityZones":[],"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"agentOptions":{"hugepagesCount":5,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{"l2Networks":[],"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","pluginType":"SRIOV"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","pluginType":"SRIOV"}],"trunkedNetworks":[]},"availabilityZones":[],"count":1,"labels":[],"mode":"User","name":"workerAgentpool1","taints":[],"vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.25.4","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","pluginType":"SRIOV"}],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551"],"featureStatuses":[],"nodes":[{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool1-md-5qdw7","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.16","macAddress":"aa:bb:cc:2e:14:b7","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.11","macAddress":"aa:bb:cc:35:5c:05","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:e0:88:cf","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-2cxmq","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.28","macAddress":"aa:bb:cc:9c:99:ac","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.22","macAddress":"aa:bb:cc:d5:60:9b","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:ae:1b:64","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-4slr7","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.23","macAddress":"aa:bb:cc:7f:92:28","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.15","macAddress":"aa:bb:cc:0a:c9:96","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:5f:0a:49","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-5jrp6","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.24","macAddress":"aa:bb:cc:4e:ff:87","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.19","macAddress":"aa:bb:cc:5b:73:87","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:bd:0a:fa","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-6rxf4","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.25","macAddress":"aa:bb:cc:a6:09:32","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.17","macAddress":"aa:bb:cc:a1:f9:c6","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:db:6e:49","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-cxmhf","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.15","macAddress":"aa:bb:cc:74:8e:e0","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.12","macAddress":"aa:bb:cc:bf:40:76","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:fb:51:88","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-cznt2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.20","macAddress":"aa:bb:cc:72:54:5b","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.18","macAddress":"aa:bb:cc:67:83:95","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:66:95:ae","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-g8w5d","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.29","macAddress":"aa:bb:cc:1e:ca:e2","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.23","macAddress":"aa:bb:cc:78:2d:c4","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:2a:94:ff","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-thq7z","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.27","macAddress":"aa:bb:cc:59:99:fb","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.20","macAddress":"aa:bb:cc:1c:74:fc","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:56:e7:af","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-tskc2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.22","macAddress":"aa:bb:cc:c8:32:9f","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.16","macAddress":"aa:bb:cc:79:5a:97","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:ed:bc:75","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-agentpool2-md-wx45n","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.26","macAddress":"aa:bb:cc:32:54:eb","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.21","macAddress":"aa:bb:cc:14:24:bc","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:70:c0:ca","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-7b264c8c-control-plane-bzrnz","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:0c:f9:1b","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.10","macAddress":"aa:bb:cc:0d:ba:a7","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"test-ncaks-workerpool3-md-bnpkz","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.18","macAddress":"aa:bb:cc:39:98:21","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.14","macAddress":"aa:bb:cc:b1:47:74","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:37:6b:5d","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"},{"cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"workerpool2-md-6jvtm","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.17","macAddress":"aa:bb:cc:7d:0a:8d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.13","macAddress":"aa:bb:cc:8c:08:ad","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:0b:16:57","networkAttachmentName":"vlan-551"}],"powerState":"On","role":"Worker"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-ncaks-HostedResources-778CF26C/Microsoft.Kubernetes/connectedClusters/test-ncaks","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/smf-naks-1","name":"smf-naks-1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.ExtendedLocation/customLocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T19:30:49.0108612Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-06T15:25:52.6624042Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"smf-naks-1-nodepool0","vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"smf-naks-1-HostedResources-7226F7CE"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{},"bgpServiceLoadBalancerConfiguration":{"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["10.9.77.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G16_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523"],"featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr4","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"smf-naks-1-528e867d-agentpool1-md-mbkjk","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.6","macAddress":"aa:bb:cc:9f:8d:c8","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.76.15","macAddress":"aa:bb:cc:8f:9b:53","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr8","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":32,"name":"smf-naks-1-528e867d-control-plane-pw5p6","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:44:af:09","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.76.10","macAddress":"aa:bb:cc:ff:11:9e","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr7","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks-1-nodepool1-md-26wjn","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:91:9b:56","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.76.14","macAddress":"aa:bb:cc:7a:49:cf","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr1","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks-1-nodepool1-md-fwg9q","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:2c:12:b9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.76.12","macAddress":"aa:bb:cc:af:29:63","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr2","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks-1-nodepool1-md-n8psn","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:88:4a:a2","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.76.13","macAddress":"aa:bb:cc:8f:a5:e9","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr4","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks-1-nodepool1-md-qm22m","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devsmf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:87:27:68","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-523","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.76.11","macAddress":"aa:bb:cc:c6:d9:70","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smf-naks-1-HostedResources-7226F7CE/Microsoft.Kubernetes/connectedClusters/smf-naks-1","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/upf-naks-jkc","name":"upf-naks-jkc","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.ExtendedLocation/customLocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T23:22:49.6749708Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-20T12:00:00.9023593Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":1,"labels":[],"mode":"System","name":"upf-naks-jkc-nodepool0","taints":[],"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"upf-naks-jkc-HostedResources-145D599A"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-524","pluginType":"DPDK"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-524","pluginType":"DPDK"}]},"bgpServiceLoadBalancerConfiguration":{"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["10.9.79.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork-devupf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-524","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G16_v1","count":1},"availableUpgrades":[],"attachedNetworkIds":[],"featureStatuses":[],"nodes":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/mfullertest","name":"mfullertest","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"kubernetescluster"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-22T19:57:37.5769527Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:22:01.1052674Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"agentOptions":{"hugepagesCount":0,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"mfullertest-HostedResources-7BC2F744"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr4","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"mfullertest-4e083931-agentpool1-md-bqjh2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.13","macAddress":"aa:bb:cc:1f:f0:dc","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.10","macAddress":"aa:bb:cc:8a:4d:58","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"mfullertest-4e083931-agentpool2-md-hwzjp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.12","macAddress":"aa:bb:cc:dd:71:d1","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.13","macAddress":"aa:bb:cc:8e:7c:a9","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr2","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"mfullertest-4e083931-control-plane-lw744","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.6","macAddress":"aa:bb:cc:01:cf:44","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.18","macAddress":"aa:bb:cc:ff:36:04","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mfullertest-HostedResources-7BC2F744/Microsoft.Kubernetes/connectedClusters/mfullertest","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/mattjtest-naks3","name":"mattjtest-naks3","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-24T21:31:51.9661271Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-26T22:53:06.4172026Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCib9pCMCi9MqxRc8UAm1cGnImhXqCS6S1TVs5/3EmdLl0YIwrzL7jbqpcV+yq1OUqffkKkXYe+F+gz11KYtC6bP27j6XUHU4B7cUAi9pXqpk/qvT/ykIekobF4pDOXULAubpcSBYqZXBAMbnxpsUDaVysRcL33PyyV6XqfmoJ8j5N1dISQduzhnD9foxOoC49N5UYJWgaoZDFqSTeUa/irthdW10sC6gDySuO8RMKwiI2q9z7TLWJV3/ldf0ntV3mteNattdAWsdcbkgzhrub22Z4YZICqPGbhOWjuDniB+Ix8r58ER5GtzbngfPPRddNdSWir3Q3pseFZdosQjH0X5t/OSzBuhvk+rX9RlyjcGAImEsrhhhYU3TGJmZhk++KAN6AmB8E9DJHeyYZ0RBG9ryt99RwzTdBylvncFMshC5CsNwW4vtZIkeDGML5vlGWgh4bk8HAGmLwzBFkLRBGuFSWhQs6X5s0mggdwM18GelBxOpZ2vuGulJVnUwYMt9E= + mjeanneret@microsoft - azure infrastructure"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["10.12.75.128/25"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"mattjtest-naks3-HostedResources-2EE8F537"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"mattjtest-naks3-31f5bd2e-control-plane-9nvb4","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:3e:32:a8","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.74.10","macAddress":"aa:bb:cc:2c:2b:29","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattjtest-naks3-HostedResources-2EE8F537/Microsoft.Kubernetes/connectedClusters/mattjtest-naks3","detailedStatus":"Provisioning","detailedStatusMessage":"control + plane nodes 1 out of 1 ready, worker nodes 0 out of 0 ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jn-naks/providers/Microsoft.NetworkCloud/kubernetesClusters/jnnaks1","name":"jnnaks1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-25T17:22:35.6212533Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:21:53.4635484Z"},"properties":{"provisioningState":"Failed","administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC8QAhQ7HWV0cgij0XMC240BNmo94UmE2Rcfs+M7ddrAHYIBS182mW86ASIM438fN5LSiSbOpOtzNpIuBbNi8Agmcx+CRqw5vtmlfAJuJOUZPiWl/JeWJu6z3wfL/9jYmJLRMiS/5rK9kMKDwzCOPG0a8jQWtDEj/G4XHBFmRybkYlxWEUp3swXmYQAqe4OoGw4nHA9KHDoalfA9Y6EfY/5PwcJ9vlTvUlbuG1zbQyYUgXQxw4tb6znDhXw6cPqS6qE4s5e2Bg0iO1Q9DNyoS5qRcJlnmLPbQwnSmjjrRQfYi5exxWpCVMNOT01KQHdLnh0CLZ49NILk3wiWlG3sGnfl/jSGGU42dtCaEoGq2T73y0sWjAjip10tZUy672PjkNWPEDLcq6A+8TXSkR0FrVhcJQM1Kwwps9Pj5HDScGis4PR4wY9N1Q34gCBUp7R3HWGBA8jhum3PhZmV0nEY+FWXyBTy528vqiB8D6ja1J5qk+yuyyxd7yizr+/wcnCqN8="}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"jnnaks1-nodepool-1","vmSkuName":"NC_M4_v1"}],"kubernetesVersion":"1.24.13","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"jnnaks1-HostedResources-4641FE13"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":16,"name":"jnnaks1-2377b500-agentpool1-md-kdj9r","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:de:9a:28","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.90.19","macAddress":"aa:bb:cc:ef:10:52","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"jnnaks1-2377b500-control-plane-gq6p2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:05:1e:73","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.90.18","macAddress":"aa:bb:cc:0e:a0:3d","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnnaks1-HostedResources-4641FE13/Microsoft.Kubernetes/connectedClusters/jnnaks1","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/mattjtest-naks4","name":"mattjtest-naks4","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:49:50.5855421Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:49:50.5855421Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCib9pCMCi9MqxRc8UAm1cGnImhXqCS6S1TVs5/3EmdLl0YIwrzL7jbqpcV+yq1OUqffkKkXYe+F+gz11KYtC6bP27j6XUHU4B7cUAi9pXqpk/qvT/ykIekobF4pDOXULAubpcSBYqZXBAMbnxpsUDaVysRcL33PyyV6XqfmoJ8j5N1dISQduzhnD9foxOoC49N5UYJWgaoZDFqSTeUa/irthdW10sC6gDySuO8RMKwiI2q9z7TLWJV3/ldf0ntV3mteNattdAWsdcbkgzhrub22Z4YZICqPGbhOWjuDniB+Ix8r58ER5GtzbngfPPRddNdSWir3Q3pseFZdosQjH0X5t/OSzBuhvk+rX9RlyjcGAImEsrhhhYU3TGJmZhk++KAN6AmB8E9DJHeyYZ0RBG9ryt99RwzTdBylvncFMshC5CsNwW4vtZIkeDGML5vlGWgh4bk8HAGmLwzBFkLRBGuFSWhQs6X5s0mggdwM18GelBxOpZ2vuGulJVnUwYMt9E= + mjeanneret@microsoft - azure infrastructure"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"agentpool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["10.12.75.128/25"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"mattjtest-naks4-HostedResources-6619D9AE"},"availableUpgrades":[],"attachedNetworkIds":[],"featureStatuses":[],"nodes":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cluster01","name":"cluster01","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.ExtendedLocation/customLocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T22:24:52.9490934Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-31T22:00:21.1864161Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"cluster01-systemAgentpool","vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"cluster01-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAABJQAAAQEA3AOUimtAGkk5IQkr1OmpvAU4YmnT6GV9UEFlQdT9osWSqtBMAUzNInPniZwMbUZwXC7nWIdqSOhxo8iSQDOdoe0UmVnBUH0DS7V+y7vf8w1tEwHq/XB2z3AWcbK5D4vH011Lz9HwTMEebt4ADehISNuituuYjyDD34uwxCm4poJd2g8pNCGDCyUCHOAekPdHpStN6+o6SvcaV8pdivziIkNRzhwX3Nk8geCoESVQaz+WnTxGPcPO+tWf4QvyqHHSNjeY/Ii6eMk2dhBxq0Fn5lde5B63eAp3VgVJBgVLbkKwxl73E0Xt19kMGh0vp8zQ3tTyIMhV78zxGT1jTCx6Aw== + rsa-key-20171122"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.9.87.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-example","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-528","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G2_v1","count":1},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-example","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-528"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr5","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cluster01-718e2358-agentpool1-md-qwl7s","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-example","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:a3:f8:32","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-528","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.86.11","macAddress":"aa:bb:cc:b3:1d:ae","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"cluster01-718e2358-control-plane-vr5gn","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-example","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:ab:f8:c8","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-528","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.86.10","macAddress":"aa:bb:cc:fe:33:7f","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr6","cpuCores":4,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":16,"name":"cluster01-nodepool1-md-49drk","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-example","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:da:fd:67","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-528","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.86.12","macAddress":"aa:bb:cc:c2:98:42","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cluster01-rg/Microsoft.Kubernetes/connectedClusters/cluster01","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jn-naks/providers/Microsoft.NetworkCloud/kubernetesClusters/jnnaks3","name":"jnnaks3","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-30T16:52:29.0087378Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:22:00.5302149Z"},"properties":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC8QAhQ7HWV0cgij0XMC240BNmo94UmE2Rcfs+M7ddrAHYIBS182mW86ASIM438fN5LSiSbOpOtzNpIuBbNi8Agmcx+CRqw5vtmlfAJuJOUZPiWl/JeWJu6z3wfL/9jYmJLRMiS/5rK9kMKDwzCOPG0a8jQWtDEj/G4XHBFmRybkYlxWEUp3swXmYQAqe4OoGw4nHA9KHDoalfA9Y6EfY/5PwcJ9vlTvUlbuG1zbQyYUgXQxw4tb6znDhXw6cPqS6qE4s5e2Bg0iO1Q9DNyoS5qRcJlnmLPbQwnSmjjrRQfYi5exxWpCVMNOT01KQHdLnh0CLZ49NILk3wiWlG3sGnfl/jSGGU42dtCaEoGq2T73y0sWjAjip10tZUy672PjkNWPEDLcq6A+8TXSkR0FrVhcJQM1Kwwps9Pj5HDScGis4PR4wY9N1Q34gCBUp7R3HWGBA8jhum3PhZmV0nEY+FWXyBTy528vqiB8D6ja1J5qk+yuyyxd7yizr+/wcnCqN8="}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"jnnaks3-nodepool-1","vmSkuName":"NC_M4_v1"}],"kubernetesVersion":"1.25.5","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"jnnaks3-HostedResources-3E5FC8A3"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":16,"name":"jnnaks3-2dcd5c54-agentpool1-md-n7gt6","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.20","macAddress":"aa:bb:cc:da:ac:c6","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.90.21","macAddress":"aa:bb:cc:df:c2:af","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr5","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":16,"name":"jnnaks3-2dcd5c54-agentpool1-md-p8hrj","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:04:0d:d0","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.90.9","macAddress":"aa:bb:cc:35:e6:b8","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":4,"name":"jnnaks3-2dcd5c54-control-plane-58t7n-r68fl","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.26","macAddress":"aa:bb:cc:db:0d:fd","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.90.22","macAddress":"aa:bb:cc:f7:f4:6d","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnnaks3-HostedResources-3E5FC8A3/Microsoft.Kubernetes/connectedClusters/jnnaks3","detailedStatus":"Provisioning","detailedStatusMessage":"control + plane nodes 1 out of 1 ready, worker nodes 1 out of 2 ready","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/kubernetesClusters/pathfinders-naks01","name":"pathfinders-naks01","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/pct3-8fd66ea720b9-hostedresources-708ff991/providers/microsoft.extendedlocation/customlocations/pct3-8fd66ea720b9-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-30T23:17:24.4702084Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-02T21:10:07.7598113Z"},"properties":{"provisioningState":"Succeeded","availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-cluster-rg/providers/Microsoft.NetworkCloud/clusters/pct3-8fd66ea720b9","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr2","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pathfinders-naks01-264e2136-agentpool1-md-46zrn","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:86:6c:48","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.11","macAddress":"aa:bb:cc:e3:16:4b","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr11","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pathfinders-naks01-264e2136-agentpool1-md-xzds5","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:e2:c5:0d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.12","macAddress":"aa:bb:cc:7a:16:bf","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr16","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"pathfinders-naks01-264e2136-control-plane-zj4m2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:49:d7:e0","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.10","macAddress":"aa:bb:cc:86:81:ea","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pathfinders-naks01-rg/Microsoft.Kubernetes/connectedClusters/pathfinders-naks01","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":2,"labels":[],"mode":"System","name":"pathfinders-naks01-systemPool","taints":[],"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"pathfinders-naks01-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAABJQAAAQEA3AOUimtAGkk5IQkr1OmpvAU4YmnT6GV9UEFlQdT9osWSqtBMAUzNInPniZwMbUZwXC7nWIdqSOhxo8iSQDOdoe0UmVnBUH0DS7V+y7vf8w1tEwHq/XB2z3AWcbK5D4vH011Lz9HwTMEebt4ADehISNuituuYjyDD34uwxCm4poJd2g8pNCGDCyUCHOAekPdHpStN6+o6SvcaV8pdivziIkNRzhwX3Nk8geCoESVQaz+WnTxGPcPO+tWf4QvyqHHSNjeY/Ii6eMk2dhBxq0Fn5lde5B63eAp3VgVJBgVLbkKwxl73E0Xt19kMGh0vp8zQ3tTyIMhV78zxGT1jTCx6Aw== + rsa-key-20171122"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.131.252.0/26"],"autoAssign":"True","name":"pool1"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2675ds","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G2_v1","count":1}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-119f4","name":"res-test-standard-naks-119f4","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.extendedlocation/customlocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-30T23:59:44.1126994Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T15:46:14.3256059Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCpqTuOz4lGTx8FQuBFk3ui2EiIF7DyIM1brpufh4JClH+7sOpd58n57wSIUzPRIEAUWJRLq+NVnHzCkfOxoAbL0A6hl7I9N81zq31W2KQjWv5q7JCGddsDpGX3ZMvZaMByxJpvaW9ELeGXP9a3bFp4R/AKeDXczktm1UkJTFSTpyUwErU5RHOVpkg17h/AwSbq3QeEeTB+eLN4d6ghPeTyWtybGasGn3yGzubFtfovWKL5TVpUvzxS7mXRiC3DZjZ4h2ZSJ9L8bTvSDu6uINZdE1ZYwPpwlO4zQv0Pi0+whyKFUEEmKahOKseGenTMGwDDEE8RH6begDbxSFQ2x8XROZbDQMQK3S8rppY9XO8oomWtVnA7ee015G5WmY3dM2djqOew0Dl1HRhblDnfDty1NkG0cfPhcgvypc7Ij1qw/tjkcsUa0HtQDaFF4w0oik9H69wworO3Fw3pqgYm7wdB5za1Z1pUHX2S+j+/xV2iND8/VMgqnf+qSzqktSlGh8k= + azureuser@a4o-team"}]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","pluginType":"SRIOV"},{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","pluginType":"SRIOV"},{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","pluginType":"SRIOV"}]},"count":3,"mode":"System","name":"agentpool1","vmSkuName":"NC_G16_v1"}],"kubernetesVersion":"1.25.4","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","pluginType":"SRIOV"},{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","pluginType":"SRIOV"},{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","pluginType":"SRIOV"}]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnz7cug3pooykso","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","dnsServiceIp":"10.97.0.10","podCidrs":["10.245.0.0/16"],"serviceCidrs":["10.97.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"res-test-standard-naks-119f4-HostedResources-4C8F3BE2"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnz7cug3pooykso","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr8","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":32,"name":"res-test-standard-naks-119f4-5ba528cd-agentpool1-md-2cs5z","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnz7cug3pooykso","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:9a:4e:b0","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.34.13","ipv6Address":"fda0:d59c:da0a:922::a","macAddress":"aa:bb:cc:db:3c:7a","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.44.9","ipv6Address":"fda0:d59c:da0a:92c::a","macAddress":"aa:bb:cc:cf:da:c0","networkAttachmentName":"l3netw-387db"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.40.10","ipv6Address":"fda0:d59c:da0a:928::a","macAddress":"aa:bb:cc:2b:09:d5","networkAttachmentName":"l3netw-b35e6"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.42.9","ipv6Address":"fda0:d59c:da0a:92a::9","macAddress":"aa:bb:cc:4c:68:c5","networkAttachmentName":"l3netw-d7eea"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr5","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":32,"name":"res-test-standard-naks-119f4-5ba528cd-agentpool1-md-7ttzr","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnz7cug3pooykso","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:4b:b1:b7","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.34.11","ipv6Address":"fda0:d59c:da0a:922::9","macAddress":"aa:bb:cc:9f:e1:a5","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.44.8","ipv6Address":"fda0:d59c:da0a:92c::9","macAddress":"aa:bb:cc:e7:65:5c","networkAttachmentName":"l3netw-387db"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.40.9","ipv6Address":"fda0:d59c:da0a:928::8","macAddress":"aa:bb:cc:a4:82:6a","networkAttachmentName":"l3netw-b35e6"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.42.10","ipv6Address":"fda0:d59c:da0a:92a::8","macAddress":"aa:bb:cc:b8:0a:ba","networkAttachmentName":"l3netw-d7eea"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr6","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":32,"name":"res-test-standard-naks-119f4-5ba528cd-agentpool1-md-gmvf9","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnz7cug3pooykso","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:a4:a1:c3","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.34.12","ipv6Address":"fda0:d59c:da0a:922::b","macAddress":"aa:bb:cc:9a:20:f9","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.44.10","ipv6Address":"fda0:d59c:da0a:92c::8","macAddress":"aa:bb:cc:e1:39:7c","networkAttachmentName":"l3netw-387db"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.40.8","ipv6Address":"fda0:d59c:da0a:928::9","macAddress":"aa:bb:cc:6e:29:bc","networkAttachmentName":"l3netw-b35e6"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.42.8","ipv6Address":"fda0:d59c:da0a:92a::a","macAddress":"aa:bb:cc:cf:fb:b7","networkAttachmentName":"l3netw-d7eea"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr8","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":8,"name":"res-test-standard-naks-119f4-5ba528cd-control-plane-zrrt7","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnz7cug3pooykso","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:b9:d5:b5","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.34.10","ipv6Address":"fda0:d59c:da0a:922::8","macAddress":"aa:bb:cc:25:ae:6f","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/res-test-standard-naks-119f4-HostedResources-4C8F3BE2/Microsoft.Kubernetes/connectedClusters/res-test-standard-naks-119f4","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/manalva-naks","name":"manalva-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"kubernetescluster"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T15:12:42.1814968Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:04:18.5850382Z"},"properties":{"provisioningState":"Succeeded","availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550"],"featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-1104c0f8-agentpool1-md-bzw86","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.10","macAddress":"aa:bb:cc:f7:59:a3","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.12","macAddress":"aa:bb:cc:35:3a:bd","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:62:46:d4","networkAttachmentName":"s00vlan-550"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr2","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-1104c0f8-agentpool2-md-rjbvq","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:e6:6d:fb","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.11","macAddress":"aa:bb:cc:56:30:9b","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:eb:cd:5e","networkAttachmentName":"s00vlan-550"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"manalva-naks-1104c0f8-control-plane-6m6rd","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.8","macAddress":"aa:bb:cc:7c:2b:a7","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.10","macAddress":"aa:bb:cc:72:95:d0","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"agentOptions":{"hugepagesCount":0,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","pluginType":"SRIOV"}],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"manalva-naks-HostedResources-0484C8C3"},"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manalva-naks-HostedResources-0484C8C3/providers/Microsoft.Kubernetes/connectedClusters/manalva-naks","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/sadpanda","name":"sadpanda","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"kubernetescluster"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T16:59:31.1992903Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:21:56.4551914Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"agentOptions":{"hugepagesCount":0,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.25.4","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"sadpanda-HostedResources-1DE7B678"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":4,"name":"sadpanda-2613fc92-agentpool1-md-qn884","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.27","macAddress":"aa:bb:cc:87:b8:b3","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.15","macAddress":"aa:bb:cc:9e:29:a0","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":4,"name":"sadpanda-2613fc92-agentpool2-md-tdcmp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:40:aa:c1","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.11","macAddress":"aa:bb:cc:ec:05:83","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":4,"name":"sadpanda-2613fc92-control-plane-f2kh6-879pl","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.20","macAddress":"aa:bb:cc:cd:87:61","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.14","macAddress":"aa:bb:cc:b9:db:68","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sadpanda-HostedResources-1DE7B678/providers/Microsoft.Kubernetes/connectedClusters/sadpanda","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/upf-naks01","name":"upf-naks01","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.ExtendedLocation/customLocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T19:35:58.1873824Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T18:38:42.9960496Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"agentOptions":{"hugepagesCount":4096,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{},"count":4,"mode":"System","name":"upf-naks01-systemPool","vmSkuName":"NC_M36_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"upf-naks01-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[{"networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","pluginType":"SRIOV"}],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.9.111.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-uc-upf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-540","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G16_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-uc-upf","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-540","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr4","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks01-78c4f90a-agentpool1-md-n5fc2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-uc-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:30:b4:75","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-540","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.110.12","macAddress":"aa:bb:cc:a6:77:b9","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:4d:9d:93","networkAttachmentName":"upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr6","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks01-78c4f90a-agentpool1-md-vct6t","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-uc-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3a:c6:7b","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-540","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.110.11","macAddress":"aa:bb:cc:35:1c:60","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:04:16:5b","networkAttachmentName":"upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr2","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks01-78c4f90a-agentpool1-md-wmsjz","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-uc-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:6f:b0:1d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-540","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.110.13","macAddress":"aa:bb:cc:65:3c:ca","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:1f:6d:8f","networkAttachmentName":"upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr3","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks01-78c4f90a-agentpool1-md-xfvcg","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-uc-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:f7:33:7f","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-540","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.110.14","macAddress":"aa:bb:cc:0b:d0:cc","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:e2:e3:1a","networkAttachmentName":"upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr5","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":32,"name":"upf-naks01-78c4f90a-control-plane-vnv77","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-uc-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:88:3b:b6","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-540","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.110.10","macAddress":"aa:bb:cc:20:70:66","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-naks01-rg/Microsoft.Kubernetes/connectedClusters/upf-naks01","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/kubernetesClusters/pathfinders-naks02","name":"pathfinders-naks02","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/pct3-8fd66ea720b9-hostedresources-708ff991/providers/microsoft.extendedlocation/customlocations/pct3-8fd66ea720b9-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-02T21:38:44.855922Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T18:46:57.8003468Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":2,"mode":"System","name":"pathfinders-naks02-systemPool","vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"pathfinders-naks02-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAABJQAAAQEA3AOUimtAGkk5IQkr1OmpvAU4YmnT6GV9UEFlQdT9osWSqtBMAUzNInPniZwMbUZwXC7nWIdqSOhxo8iSQDOdoe0UmVnBUH0DS7V+y7vf8w1tEwHq/XB2z3AWcbK5D4vH011Lz9HwTMEebt4ADehISNuituuYjyDD34uwxCm4poJd2g8pNCGDCyUCHOAekPdHpStN6+o6SvcaV8pdivziIkNRzhwX3Nk8geCoESVQaz+WnTxGPcPO+tWf4QvyqHHSNjeY/Ii6eMk2dhBxq0Fn5lde5B63eAp3VgVJBgVLbkKwxl73E0Xt19kMGh0vp8zQ3tTyIMhV78zxGT1jTCx6Aw== + rsa-key-20171122"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.131.252.0/26"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3network-2675ds","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G2_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3network-2675ds"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-cluster-rg/providers/Microsoft.NetworkCloud/clusters/pct3-8fd66ea720b9","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr13","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pathfinders-naks02-03b8840d-agentpool1-md-gxhmq","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:c8:64:31","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3network-2675ds","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.131.251.12","ipv6Address":"fda0:d59c:ea0a:65:fb::a","macAddress":"aa:bb:cc:e3:e4:e5","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr10","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pathfinders-naks02-03b8840d-agentpool1-md-mpfl8","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:28:55:04","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3network-2675ds","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.131.251.11","ipv6Address":"fda0:d59c:ea0a:65:fb::9","macAddress":"aa:bb:cc:5c:d6:a1","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr5","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"pathfinders-naks02-03b8840d-control-plane-lkl87","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:53:0c:16","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3network-2675ds","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.131.251.10","ipv6Address":"fda0:d59c:ea0a:65:fb::8","macAddress":"aa:bb:cc:56:41:56","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pathfinders-naks02-rg/Microsoft.Kubernetes/connectedClusters/pathfinders-naks02","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/kubernetesClusters/SMF-cluster","name":"SMF-cluster","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/pct3-8fd66ea720b9-hostedresources-708ff991/providers/microsoft.extendedlocation/customlocations/pct3-8fd66ea720b9-cstm-loc","type":"CustomLocation"},"tags":{"UsedBy":"Mukesh"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-02T23:28:01.5459222Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T18:47:00.4829172Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":2,"mode":"System","name":"SMF-cluster-systemPool","vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"SMF-cluster-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAABJQAAAQEA3AOUimtAGkk5IQkr1OmpvAU4YmnT6GV9UEFlQdT9osWSqtBMAUzNInPniZwMbUZwXC7nWIdqSOhxo8iSQDOdoe0UmVnBUH0DS7V+y7vf8w1tEwHq/XB2z3AWcbK5D4vH011Lz9HwTMEebt4ADehISNuituuYjyDD34uwxCm4poJd2g8pNCGDCyUCHOAekPdHpStN6+o6SvcaV8pdivziIkNRzhwX3Nk8geCoESVQaz+WnTxGPcPO+tWf4QvyqHHSNjeY/Ii6eMk2dhBxq0Fn5lde5B63eAp3VgVJBgVLbkKwxl73E0Xt19kMGh0vp8zQ3tTyIMhV78zxGT1jTCx6Aw== + rsa-key-20171122"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.121.255.64/26"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-demo-smf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G2_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-demo-smf","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-cluster-rg/providers/Microsoft.NetworkCloud/clusters/pct3-8fd66ea720b9","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr9","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"smf-cluster-23146a7e-agentpool1-md-bppc5","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-demo-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:5e:d1:c8","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.16","macAddress":"aa:bb:cc:6c:c2:45","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr8","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"smf-cluster-23146a7e-agentpool1-md-gxmdp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-demo-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:e5:c3:73","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.15","macAddress":"aa:bb:cc:18:c1:77","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr2","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"smf-cluster-23146a7e-control-plane-x6rwt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-demo-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:4b:1d:c0","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.14","macAddress":"aa:bb:cc:ff:49:7b","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SMF-cluster-rg/Microsoft.Kubernetes/connectedClusters/SMF-cluster","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/mattjtest-naks1","name":"mattjtest-naks1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-06T01:12:39.6613288Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:22:03.7657965Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCib9pCMCi9MqxRc8UAm1cGnImhXqCS6S1TVs5/3EmdLl0YIwrzL7jbqpcV+yq1OUqffkKkXYe+F+gz11KYtC6bP27j6XUHU4B7cUAi9pXqpk/qvT/ykIekobF4pDOXULAubpcSBYqZXBAMbnxpsUDaVysRcL33PyyV6XqfmoJ8j5N1dISQduzhnD9foxOoC49N5UYJWgaoZDFqSTeUa/irthdW10sC6gDySuO8RMKwiI2q9z7TLWJV3/ldf0ntV3mteNattdAWsdcbkgzhrub22Z4YZICqPGbhOWjuDniB+Ix8r58ER5GtzbngfPPRddNdSWir3Q3pseFZdosQjH0X5t/OSzBuhvk+rX9RlyjcGAImEsrhhhYU3TGJmZhk++KAN6AmB8E9DJHeyYZ0RBG9ryt99RwzTdBylvncFMshC5CsNwW4vtZIkeDGML5vlGWgh4bk8HAGmLwzBFkLRBGuFSWhQs6X5s0mggdwM18GelBxOpZ2vuGulJVnUwYMt9E= + mjeanneret@microsoft - azure infrastructure"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"agentpool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["10.12.75.128/25"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"mattjtest-naks1-HostedResources-41DA1BC4"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"mattjtest-naks1-1ecd0008-agentpool1-md-658sc","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:e5:64:8c","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.74.11","macAddress":"aa:bb:cc:6b:4c:0a","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"mattjtest-naks1-1ecd0008-control-plane-r5w8s","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:ae:cb:4c","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.74.10","macAddress":"aa:bb:cc:68:5c:72","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"mattjtest-naks1-agentpool2-md-4f8rw","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:6b:cf:48","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.74.14","macAddress":"aa:bb:cc:af:a7:23","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.132.9","macAddress":"aa:bb:cc:ae:b9:76","networkAttachmentName":"vlan-551"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:5f:10:3d","networkAttachmentName":"m00vlan-513"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:22:a9:3c","networkAttachmentName":"i00vlan-567"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:01:b5:6b","networkAttachmentName":"s00vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:8b:0e:50","networkAttachmentName":"s01vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:67:68:eb","networkAttachmentName":"s02vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:6f:ec:0f","networkAttachmentName":"s03vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:71:5e:37","networkAttachmentName":"s00vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:f2:e8:61","networkAttachmentName":"s01vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:6b:05:c1","networkAttachmentName":"s02vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:53:8b:22","networkAttachmentName":"s03vlan-531"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"mattjtest-naks1-agentpool2-md-b6tlq","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:37:6d:17","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.74.12","macAddress":"aa:bb:cc:40:e7:34","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.132.8","macAddress":"aa:bb:cc:0c:05:30","networkAttachmentName":"vlan-551"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:1b:25:5d","networkAttachmentName":"m00vlan-513"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:bf:95:84","networkAttachmentName":"i00vlan-567"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:47:8c:11","networkAttachmentName":"s00vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:c9:f6:a2","networkAttachmentName":"s01vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:46:a6:1a","networkAttachmentName":"s02vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:69:f2:de","networkAttachmentName":"s03vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:46:2d:2a","networkAttachmentName":"s00vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:fc:ec:35","networkAttachmentName":"s01vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:14:a7:33","networkAttachmentName":"s02vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:17:65:a0","networkAttachmentName":"s03vlan-531"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"mattjtest-naks1-agentpool2-md-hcxwp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:95:d0:5a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/mattj-cni-522","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.74.13","macAddress":"aa:bb:cc:0e:ea:40","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-551","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.132.10","macAddress":"aa:bb:cc:e6:86:72","networkAttachmentName":"vlan-551"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:41:4d:af","networkAttachmentName":"m00vlan-513"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:5c:3f:84","networkAttachmentName":"i00vlan-567"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:36:2d:db","networkAttachmentName":"s00vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:02:1c:35","networkAttachmentName":"s01vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:b7:b1:b2","networkAttachmentName":"s02vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:82:dc:b4","networkAttachmentName":"s03vlan-530"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:fc:b1:c0","networkAttachmentName":"s00vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:53:0f:38","networkAttachmentName":"s01vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:92:92:ab","networkAttachmentName":"s02vlan-531"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:20:0f:72","networkAttachmentName":"s03vlan-531"}],"powerState":"On","role":"Worker"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mattjtest-naks1-HostedResources-41DA1BC4/providers/Microsoft.Kubernetes/connectedClusters/mattjtest-naks1","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/kubernetesClusters/pf-cluster02","name":"pf-cluster02","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/pct3-8fd66ea720b9-hostedresources-708ff991/providers/microsoft.extendedlocation/customlocations/pct3-8fd66ea720b9-cstm-loc","type":"CustomLocation"},"tags":{"UsedBy":"JohnK"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-06T18:12:55.543932Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T18:47:05.3878799Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":2,"mode":"System","name":"pf-cluster02-systemPool","vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"pf-cluster02-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAABJQAAAQEA3AOUimtAGkk5IQkr1OmpvAU4YmnT6GV9UEFlQdT9osWSqtBMAUzNInPniZwMbUZwXC7nWIdqSOhxo8iSQDOdoe0UmVnBUH0DS7V+y7vf8w1tEwHq/XB2z3AWcbK5D4vH011Lz9HwTMEebt4ADehISNuituuYjyDD34uwxCm4poJd2g8pNCGDCyUCHOAekPdHpStN6+o6SvcaV8pdivziIkNRzhwX3Nk8geCoESVQaz+WnTxGPcPO+tWf4QvyqHHSNjeY/Ii6eMk2dhBxq0Fn5lde5B63eAp3VgVJBgVLbkKwxl73E0Xt19kMGh0vp8zQ3tTyIMhV78zxGT1jTCx6Aw== + rsa-key-20171122"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2671gn","pluginType":"DPDK"}]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.121.255.128/26"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G2_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2671gn"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-cluster-rg/providers/Microsoft.NetworkCloud/clusters/pct3-8fd66ea720b9","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr11","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pf-cluster02-15af08ba-agentpool1-md-h6g9b","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.6","macAddress":"aa:bb:cc:07:56:0d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.24","macAddress":"aa:bb:cc:dd:06:08","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2671gn","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:fc:31:09","networkAttachmentName":"d00vlan-2671"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr16","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pf-cluster02-15af08ba-agentpool1-md-mlqcw","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:7e:7c:c6","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.23","macAddress":"aa:bb:cc:d7:09:08","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2671gn","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:d2:77:05","networkAttachmentName":"d00vlan-2671"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr13","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"pf-cluster02-15af08ba-control-plane-x5tvf","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:ae:b4:2b","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.22","macAddress":"aa:bb:cc:f1:e4:16","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pf-cluster02-rg/providers/Microsoft.Kubernetes/connectedClusters/pf-cluster02","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/kubernetesClusters/smf-naks02","name":"smf-naks02","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/pct3-8fd66ea720b9-hostedresources-708ff991/providers/microsoft.extendedlocation/customlocations/pct3-8fd66ea720b9-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-06T18:51:17.8553919Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T18:46:40.8243456Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":4,"labels":[],"mode":"System","name":"smf-naks02-systemPool","taints":[],"vmSkuName":"NC_M36_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"smf-naks02-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.121.33.0/26"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-smf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2602","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G16_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-smf","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2602"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-cluster-rg/providers/Microsoft.NetworkCloud/clusters/pct3-8fd66ea720b9","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr1","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks02-3c76eab8-agentpool1-md-95j6t","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:39:41:76","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2602","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.32.12","macAddress":"aa:bb:cc:29:4f:7a","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr7","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks02-3c76eab8-agentpool1-md-bl4c6","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:d5:0c:2f","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2602","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.32.13","macAddress":"aa:bb:cc:26:2b:46","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr6","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks02-3c76eab8-agentpool1-md-s8zhp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:87:3d:a1","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2602","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.32.14","macAddress":"aa:bb:cc:22:1f:d4","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr9","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"smf-naks02-3c76eab8-agentpool1-md-t42gd","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:28:ad:89","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2602","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.32.11","macAddress":"aa:bb:cc:b4:67:dd","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr10","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":32,"name":"smf-naks02-3c76eab8-control-plane-mkvgg","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-smf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:b7:02:41","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-SMF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2602","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.32.10","macAddress":"aa:bb:cc:7a:c2:43","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/smf-naks02-rg/providers/Microsoft.Kubernetes/connectedClusters/smf-naks02","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/kubernetesClusters/upf-naks02","name":"upf-naks02","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/pct3-8fd66ea720b9-hostedresources-708ff991/providers/microsoft.extendedlocation/customlocations/pct3-8fd66ea720b9-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-06T19:01:10.8627181Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T18:46:54.8809779Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"agentOptions":{"hugepagesCount":4096,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{},"count":4,"labels":[],"mode":"System","name":"upf-naks02-systemPool","taints":[],"vmSkuName":"NC_M36_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"upf-naks02-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAACAQCyyzKJTUdow2ZvCFp0pTplbxw0IUKr5JoFDiSo9hT3Ni/3T9+OqcN6fXGa5hW4PN5XGBCEgijYdxH0q+PIWskal+X+pvcgLKw/dwCvTdTwQVAOt6CxJvjrJmgS5+0/ZRdCKvaZQcUokNFghjKV497xjtZPUP+KbcNlwAZm27W0U/05gfE3J/rULbytimJ9daa0Vmk+c1STCbj4RAQp1gEGw4H5ufL/LSWvAyH7/9OjS6ANZNJLpmmBOk8d8UdPXGfzZZ1Jihg7Vy+FPWdJG/TktzHfkj/K8yNiVcZdA98TaBdcfZnQJ+YGykQoL13Uh/6tC0z5eC6rHEDCXP8izee9PpCmgE2/Uqz7NsLMP3m/YF9GbGa0GgCQ0caeaTGzX7pAqLw7lpAxEzTsy7ujNNvkLzhqwm9rmhwJCas66HBNvwVoS6327sWBENoQqUxxwowWN2OxwA4w2xA2CcIIqqZJFvw+OTzAY/6jMhA7me8eAS4k6MR3mwxPfDbQIs84TPMdkCRfEDP8QNtXdHNyxiuR1gIPqtc9q+/fzUDZMARkZ9SFIlwO6TrPCzxMNU4fHZeDjvwEaQAiqt5A+zHQ0h5f70oQCDqddaT+EBYEo2zpPCg0oiJDIiraPrAkX8zqGPdIrqC99qQqRGsX0XRkvqh+W3781JDG8olBXJdVi8c3UQ== + azureuser@b37-undone-team"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[{"networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","pluginType":"SRIOV"}],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.121.33.64/26"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[],"bgpAdvertisements":[],"fabricPeeringEnabled":"True"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-upf","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2605","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G16_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-upf","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2605","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-cluster-rg/providers/Microsoft.NetworkCloud/clusters/pct3-8fd66ea720b9","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr3","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks02-6f96fc63-agentpool1-md-4vks7","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:a2:ad:ca","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2605","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.48.14","macAddress":"aa:bb:cc:9f:07:3e","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:5d:14:93","networkAttachmentName":"s00upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr14","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks02-6f96fc63-agentpool1-md-b6dvt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:d6:fd:d7","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2605","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.48.13","macAddress":"aa:bb:cc:af:b0:57","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:ef:bf:8d","networkAttachmentName":"s00upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr4","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks02-6f96fc63-agentpool1-md-d8p6l","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:6f:14:ec","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2605","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.48.12","macAddress":"aa:bb:cc:da:93:47","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:09:a8:b7","networkAttachmentName":"s00upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr4","cpuCores":18,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":144,"name":"upf-naks02-6f96fc63-agentpool1-md-wvfft","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:b1:df:44","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2605","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.48.11","macAddress":"aa:bb:cc:b2:51:a7","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/trunkedNetworks/upf-trunk","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:47:14:73","networkAttachmentName":"s00upf-trunk"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr15","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":32,"name":"upf-naks02-6f96fc63-control-plane-f9xzs","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pct3-upf","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:f7:6f:b5","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-UPF-PCT3/providers/Microsoft.NetworkCloud/l3Networks/l3net-vlan2605","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.48.10","macAddress":"aa:bb:cc:2b:ee:c2","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/upf-naks02-rg/providers/Microsoft.Kubernetes/connectedClusters/upf-naks02","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585","name":"res-test-standard-naks-ba585","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-08T16:28:23.9869748Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:21:59.3777101Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC+kIKD5C3PGr6uGAPrrhRFxCbZmaEkgSQAKZkukrFFCvOW4Jo9Ee9wtr4uVB/Rz2xnlLhq+t7lHyv8h/BP8rtTMWfapk0awr/uI1U167N4/XQQzIVQSgbcOLVvsvCVa4vraQ/vt1kNhhDDmu9/QFyN2Qb6QT8WNkY8Xieq7vDk/nAljGAAnI0ujb0CLqgPIKC9pt9geA6Gx9zkUsoCvlTuRTVcs5fD2ezaaZVJj9nuGv0IgD4yb4fUfHyDscuEugb3Zg90OXYHRgOspOgyPfFygkq+j8EcEjZ3eJ32I/DyO6kexrxZ0b7yj75zSBIo4vbZxXgPxj90PhNWMEXtCclerGAZNXYLMUpq8514Ed+9owPEQcKkM3oqEY+6ozh1vOnrdkMhcG2Wzb0wCgqrEfkow2bQmT4AYaTHJFx6LhDz12Ziqnx7SDkS91FWYVu9XmH1YZQGQxVoUT+3ONKEFlBHYOpzM4jKvqlhLa3rhiBdjjQzikai0xJC+qdNybBdAgk= + root@SandboxHost-638218383749761215"}]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsny2n2o2aspkn5w","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","dnsServiceIp":"10.97.0.10","podCidrs":["10.245.0.0/16"],"serviceCidrs":["10.97.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"res-test-standard-naks-ba585-HostedResources-7F32CC53"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsny2n2o2aspkn5w","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"res-test-standard-naks-ba585-3c55ec4b-agentpool1-md-ph7q8","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsny2n2o2aspkn5w","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:07:4b:a9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.48.11","ipv6Address":"fda0:d59c:da0a:c30::9","macAddress":"aa:bb:cc:c4:64:09","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr5","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"res-test-standard-naks-ba585-3c55ec4b-control-plane-68zrm","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsny2n2o2aspkn5w","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:21:34:78","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.48.10","ipv6Address":"fda0:d59c:da0a:c30::8","macAddress":"aa:bb:cc:45:3f:ad","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/res-test-standard-naks-ba585-HostedResources-7F32CC53/providers/Microsoft.Kubernetes/connectedClusters/res-test-standard-naks-ba585","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/manalva-k8s-status","name":"manalva-k8s-status","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"kubernetescluster"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-10T15:07:31.5455936Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T13:06:47.3714479Z"},"properties":{"provisioningState":"Failed","availableUpgrades":[],"attachedNetworkIds":[],"featureStatuses":[],"nodes":[],"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"agentOptions":{"hugepagesCount":0,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{},"count":1,"mode":"User","name":"workerAgentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-563","pluginType":"SRIOV"}],"l2Networks":[],"trunkedNetworks":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-529","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"fabricPeeringEnabled":"False","bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"manalva-k8s-status-HostedResources-3B2F86A6"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manalva-k8s-status-HostedResources-3B2F86A6/providers/Microsoft.Kubernetes/connectedClusters/manalva-k8s-status"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-7c45d","name":"res-test-standard-naks-7c45d","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-12T15:46:25.7910719Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:21:53.1081984Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDFRhxcMlqqSxi4T8RcuGIFwxWPVpfhDxTUcA1neCHdKWi8l2EX5GCBz4M5Lr8f3dCWrOAF8KrYv/UpVgf7+5FJe1hidcN/ItZ0jdTAb35O5QlMTTTrQi6ojTJBCGM1eXtMxXMVPyCY5419NrRRbode8hAhav88iWHW/AdT9nRXR7Lz0loQj2MMu21iHLYG3wxE6n4TyE8IgE1G9U/CG6n+e8QrePKl+zkKqpvNEhtYnajy0sCH3PdW6Lq3BCMPqgt9V10R1j7EAeGuFg6h+0fPOIsMEprCGeEC6HHxQyNIfhX/CyzYF1IIloKjqFAyd9jYOHlhcy9q6Xxsdk1GehUA9pOLb9faGowGGOw2q4tAv0V2Zlp3SuY4/rft0V5u3+fmnTkhaampgQ5ZEQ2F3+CumQL9zrxDCtESz7yHKdPPcRp1SDECjeQd/F2E+RnCihGVT3DVyL/t8ZMEPCGsEzYV3i2hSt9ah77dS9oiPQr8mxqgEiD0Mu6FX2jJqw5IziU= + root@SandboxHost-638221814491973777"}]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn4qxeaxkbhvyse","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/l3Networks/l3network-514","dnsServiceIp":"10.97.0.10","podCidrs":["10.245.0.0/16"],"serviceCidrs":["10.97.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"res-test-standard-naks-7c45d-HostedResources-738EDB65"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn4qxeaxkbhvyse","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/l3Networks/l3network-514"],"featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-7c45d-4e7670e2-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"res-test-standard-naks-7c45d-4e7670e2-agentpool1-md-2zxbh","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn4qxeaxkbhvyse","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:93:d6:43","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/l3Networks/l3network-514","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.58.11","ipv6Address":"fda0:d59c:da0a:c3a::9","macAddress":"aa:bb:cc:1f:1a:67","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr5","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"res-test-standard-naks-7c45d-4e7670e2-control-plane-4v4mf","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn4qxeaxkbhvyse","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:88:80:ba","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-zltuk/providers/Microsoft.NetworkCloud/l3Networks/l3network-514","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.58.10","ipv6Address":"fda0:d59c:da0a:c3a::8","macAddress":"aa:bb:cc:60:5b:fc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/res-test-standard-naks-7c45d-HostedResources-738EDB65/providers/Microsoft.Kubernetes/connectedClusters/res-test-standard-naks-7c45d","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nakssnsminimal-HostedResources-4ECAA2D3/providers/Microsoft.NetworkCloud/kubernetesClusters/aosm-test-k8s","name":"aosm-test-k8s","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"ffcd9699-8660-437a-99e7-87365fb88c8b","createdByType":"Application","createdAt":"2023-06-12T20:21:28.340515Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T06:21:55.4234967Z"},"properties":{"provisioningState":"Succeeded","kubernetesVersion":"1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"auzzezdam2ywa-aosm-test-k8s"},"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC31/19mdIJlRYkw4eFdGN1x8unaWb087VWyrawK5luNFCmkTxbJQzfpf6qy/Lsdlr3kg6ewdvk62kewqvm5LcQWxcCYEQSsWi8Xl28mZJKwoyD+20X7o0Q6+UVRVVwJSwMDhvMquvECMiTWrDEYt4xN2TTSpuaOqfwVMLTLxy1EUKET02vucJYVmY0LgH/LQeg8rgQocT4TV8Q1OZ8adMsUF9CAtBvYQQ1t/gL+H4fTTVIFy89zWeCvS5RKtzoTLfWSqTYXWyYm+vtU6pwIybh34aIGJYRIpgPBordU6nhq1hIsOhxg/RX3VyB7WTXYukaiGiciWmb5xnVDVPRGRDHkgdtto2pF6PcyLUHJ3kBIvPBTc3vOSAwD7idigi/vDWUUry/9sMJNiLBcbGRDpxCU/g6mC8Bde5MA4KtJYqhYW/zcp0YzF95amH4DUHiG73w5Svmgol7ozj79i2vZMGApQU8KuL8Qay24bo2ZMB97JDf9RaBhnIzpSLnuR54Bqs= + redmond\\sagnikroy@LAPTOP-U1HEIFS0"}]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"aosm-test-k8s-nodepool-1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M4_v1"}],"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"networkConfiguration":{"cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","dnsServiceIp":"10.97.0.10","podCidrs":["10.245.0.0/16"],"serviceCidrs":["10.97.0.0/16"],"attachedNetworkConfiguration":{},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[],"bgpAdvertisements":[],"bgpPeers":[]}},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530"],"featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"aosm-test-k8s-2f7e2f33-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":16,"name":"aosm-test-k8s-2f7e2f33-agentpool1-md-zqbbf","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:7f:42:54","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.90.11","macAddress":"aa:bb:cc:ba:22:8e","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr5","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"aosm-test-k8s-2f7e2f33-control-plane-hh4l4","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:c5:72:6f","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.90.10","macAddress":"aa:bb:cc:4d:4f:42","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/auzzezdam2ywa-aosm-test-k8s/providers/Microsoft.Kubernetes/connectedClusters/aosm-test-k8s","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/kubernetesClusters/goku-naks","name":"goku-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"k5","ResourceType":"kubernetescluster"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-12T22:22:37.2838902Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:04:46.5558538Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"systemagentpool","vmSkuName":"NC_G2_v1"},{"administratorConfiguration":{"adminUsername":"clouduser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{},"count":3,"mode":"User","name":"goku-superpool","vmSkuName":"NC_M16_v1"}],"kubernetesVersion":"v1.22.11","networkConfiguration":{"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","pluginType":"SRIOV"}],"l2Networks":[{"networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","pluginType":"SRIOV"}],"trunkedNetworks":[{"networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","pluginType":"SRIOV"}]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"goku-naks-HostedResources-3A031908"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.23.5-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-564","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507"],"featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"goku-naks-7a0a9f8a-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"gohan-pool-5d75eb56-md-d7d54","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.16","macAddress":"aa:bb:cc:0e:24:7d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.24","macAddress":"aa:bb:cc:f1:eb:10","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-564","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:68:1b:97","networkAttachmentName":"d00vlan-564"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"gohan-pool-5d75eb56-md-s8h4q","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.15","macAddress":"aa:bb:cc:26:43:30","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.23","macAddress":"aa:bb:cc:cc:f5:97","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-564","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:2a:f3:e4","networkAttachmentName":"d00vlan-564"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"goku-naks-7a0a9f8a-agentpool1-md-dtrcz","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.17","macAddress":"aa:bb:cc:2d:f0:28","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.22","macAddress":"aa:bb:cc:79:ce:52","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:7c:29:1a","networkAttachmentName":"s00vlan-569"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:8a:cd:9f","networkAttachmentName":"s00vlan-567"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:ed:9e:1d","networkAttachmentName":"s00trunk-502-5"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":64,"name":"goku-naks-7a0a9f8a-agentpool2-md-4zcnn","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.19","macAddress":"aa:bb:cc:c0:5f:2b","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.19","macAddress":"aa:bb:cc:5b:00:f4","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:53:b8:39","networkAttachmentName":"s00vlan-569"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:fa:85:49","networkAttachmentName":"s00vlan-567"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:64:79:67","networkAttachmentName":"s00trunk-502-5"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":64,"name":"goku-naks-7a0a9f8a-agentpool2-md-77pkt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.18","macAddress":"aa:bb:cc:3a:4c:8f","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.20","macAddress":"aa:bb:cc:36:1b:97","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:69:97:30","networkAttachmentName":"s00vlan-569"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:38:f8:6e","networkAttachmentName":"s00vlan-567"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:23:62:e4","networkAttachmentName":"s00trunk-502-5"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":64,"name":"goku-naks-7a0a9f8a-agentpool2-md-jpc2s","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.21","macAddress":"aa:bb:cc:19:61:bb","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.21","macAddress":"aa:bb:cc:7a:64:74","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:83:f1:02","networkAttachmentName":"s00vlan-569"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:42:72:dd","networkAttachmentName":"s00vlan-567"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:a8:3a:90","networkAttachmentName":"s00trunk-502-5"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr4","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.22.11:v0.16.0-20230504-release","memorySizeGB":4,"name":"goku-naks-7a0a9f8a-control-plane-xfxvk","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.14","macAddress":"aa:bb:cc:d4:40:cb","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-550","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.130.16","macAddress":"aa:bb:cc:af:cb:a4","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/goku-naks-HostedResources-3A031908/providers/Microsoft.Kubernetes/connectedClusters/goku-naks","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/kubernetesClusters/pf-naks03","name":"pf-naks03","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/pct3-8fd66ea720b9-hostedresources-708ff991/providers/microsoft.extendedlocation/customlocations/pct3-8fd66ea720b9-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T01:07:35.4818765Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T01:20:26.2863133Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":2,"mode":"System","name":"pf-naks03-systemPool","vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"pf-naks03-rg"},"administratorConfiguration":{"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAABJQAAAQEA3AOUimtAGkk5IQkr1OmpvAU4YmnT6GV9UEFlQdT9osWSqtBMAUzNInPniZwMbUZwXC7nWIdqSOhxo8iSQDOdoe0UmVnBUH0DS7V+y7vf8w1tEwHq/XB2z3AWcbK5D4vH011Lz9HwTMEebt4ADehISNuituuYjyDD34uwxCm4poJd2g8pNCGDCyUCHOAekPdHpStN6+o6SvcaV8pdivziIkNRzhwX3Nk8geCoESVQaz+WnTxGPcPO+tWf4QvyqHHSNjeY/Ii6eMk2dhBxq0Fn5lde5B63eAp3VgVJBgVLbkKwxl73E0Xt19kMGh0vp8zQ3tTyIMhV78zxGT1jTCx6Aw== + rsa-key-20171122"}],"adminUsername":"azureuser"},"networkConfiguration":{"attachedNetworkConfiguration":{"trunkedNetworks":[],"l2Networks":[],"l3Networks":[]},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[{"addresses":["10.121.255.192/26"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[{"bfdEnabled":"False","bgpMultiHop":"False","holdTime":"PT300S","keepAliveTime":"PT300S","myAsn":65210,"name":"peer1","peerAddress":"10.121.240.2","peerAsn":65021,"peerPort":179},{"bfdEnabled":"False","bgpMultiHop":"False","holdTime":"PT300S","keepAliveTime":"PT300S","myAsn":65210,"name":"peer2","peerAddress":"10.121.240.3","peerAsn":65021,"peerPort":179}],"bgpAdvertisements":[],"fabricPeeringEnabled":"False"},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders3","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"vmSkuName":"NC_G2_v1","count":1},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders3","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn"],"featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"pf-naks03-44a75b48-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr5","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pf-naks03-44a75b48-agentpool1-md-cf8hr","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders3","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:02:90:23","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.19","macAddress":"aa:bb:cc:0c:51:8d","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c2r750wkr3","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"pf-naks03-44a75b48-agentpool1-md-t8rkh","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders3","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:9c:21:a3","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.20","macAddress":"aa:bb:cc:fe:65:45","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-8fd66ea720b9-HostedResources-708FF991/providers/Microsoft.NetworkCloud/bareMetalMachines/c3r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"pf-naks03-44a75b48-control-plane-sn57b","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-pathfinders3","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:d7:d3:30","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-precert-pathfinders/providers/Microsoft.NetworkCloud/l3Networks/l3net-2670gn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.121.240.18","macAddress":"aa:bb:cc:9e:35:7d","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pct3-cluster-rg/providers/Microsoft.NetworkCloud/clusters/pct3-8fd66ea720b9","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pf-naks03-rg/providers/Microsoft.Kubernetes/connectedClusters/pf-naks03","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/naksTest1","name":"naksTest1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T03:27:10.0423353Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:04:25.7774625Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser"},"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"sdsdsds"},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsny2n2o2aspkn5w","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","dnsServiceIp":"10.97.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.97.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"naksTest1-HostedResources-68CA9690"},"availableUpgrades":[],"attachedNetworkIds":[],"featureStatuses":[],"nodes":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/naksTest1-HostedResources-68CA9690/providers/Microsoft.Kubernetes/connectedClusters/naksTest1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/naksTest3","name":"naksTest3","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T03:38:43.7703511Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T18:04:24.9995019Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser"},"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"sdsdsds"},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"agentpool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsny2n2o2aspkn5w","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","dnsServiceIp":"10.97.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.97.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"naksTest3-HostedResources-1C493D57"},"availableUpgrades":[],"attachedNetworkIds":[],"featureStatuses":[],"nodes":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/naksTest3-HostedResources-1C493D57/providers/Microsoft.Kubernetes/connectedClusters/naksTest3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/kubernetesClusters/pmec-naks-test","name":"pmec-naks-test","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j27-9ea78fd44a90-hostedresources-3111a879/providers/microsoft.extendedlocation/customlocations/j27-9ea78fd44a90-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T09:25:26.4077989Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-13T09:36:43.2536853Z"},"properties":{"provisioningState":"Succeeded","administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCpqTuOz4lGTx8FQuBFk3ui2EiIF7DyIM1brpufh4JClH+7sOpd58n57wSIUzPRIEAUWJRLq+NVnHzCkfOxoAbL0A6hl7I9N81zq31W2KQjWv5q7JCGddsDpGX3ZMvZaMByxJpvaW9ELeGXP9a3bFp4R/AKeDXczktm1UkJTFSTpyUwErU5RHOVpkg17h/AwSbq3QeEeTB+eLN4d6ghPeTyWtybGasGn3yGzubFtfovWKL5TVpUvzxS7mXRiC3DZjZ4h2ZSJ9L8bTvSDu6uINZdE1ZYwPpwlO4zQv0Pi0+whyKFUEEmKahOKseGenTMGwDDEE8RH6begDbxSFQ2x8XROZbDQMQK3S8rppY9XO8oomWtVnA7ee015G5WmY3dM2djqOew0Dl1HRhblDnfDty1NkG0cfPhcgvypc7Ij1qw/tjkcsUa0HtQDaFF4w0oik9H69wworO3Fw3pqgYm7wdB5za1Z1pUHX2S+j+/xV2iND8/VMgqnf+qSzqktSlGh8k= + azureuser@a4o-team"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G4_v1","availabilityZones":[]},"initialAgentPoolConfigurations":[{"agentOptions":{"hugepagesCount":2048,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","pluginType":"SRIOV"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","pluginType":"SRIOV"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","pluginType":"SRIOV"}]},"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_M16_v1"}],"kubernetesVersion":"1.25.4","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pmeccsnz7cug3pooykso","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-525","podCidrs":["10.245.0.0/16"],"dnsServiceIp":"10.97.0.10","serviceCidrs":["10.97.0.0/16"],"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","pluginType":"SRIOV"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","pluginType":"SRIOV"},{"ipamEnabled":"True","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","pluginType":"SRIOV"}]},"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"pmec-naks-test-HostedResources-010FAACD"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pmeccsnz7cug3pooykso","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-525","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/clusters/j27-9ea78fd44a90","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr8","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":64,"name":"pmec-naks-test-539d096a-agentpool1-md-c8mrh","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pmeccsnz7cug3pooykso","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:3d:6d:67","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-525","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.80.11","macAddress":"aa:bb:cc:68:8c:68","networkAttachmentName":"defaultcni"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:8e:24:f2","networkAttachmentName":"s00l3netw-b35e6"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:7a:cf:ed","networkAttachmentName":"s00l3netw-d7eea"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","defaultGateway":"False","ipAllocationMethod":"Disabled","macAddress":"aa:bb:cc:c1:fd:b9","networkAttachmentName":"s00l3netw-387db"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-9ea78fd44a90-HostedResources-3111A879/providers/Microsoft.NetworkCloud/bareMetalMachines/j27r750wkr5","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4:v0.16.0-20230504-release","memorySizeGB":8,"name":"pmec-naks-test-539d096a-control-plane-g9z8s","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j27-2555fa/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pmeccsnz7cug3pooykso","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:94:65:c7","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j27-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-525","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.9.80.10","macAddress":"aa:bb:cc:79:21:d2","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pmec-naks-test-HostedResources-010FAACD/providers/Microsoft.Kubernetes/connectedClusters/pmec-naks-test","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/nk1","name":"nk1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T13:07:17.4027718Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-13T13:07:17.4027718Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"fabricPeeringEnabled":"True","ipAddressPools":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsny2n2o2aspkn5w","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"nk1-HostedResources-453B68E4"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.NetworkCloud/kubernetesClusters/myNexusAKSCluster","name":"myNexusAKSCluster","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"a15b64f2-1338-43b1-9e82-9a96680c2cde","createdByType":"Application","createdAt":"2023-06-13T18:29:13.3150504Z","lastModifiedBy":"a15b64f2-1338-43b1-9e82-9a96680c2cde","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T16:03:37.6756343Z"},"properties":{"provisioningState":"InProgress","availableUpgrades":[],"attachedNetworkIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rzqo4mxvucbju-myNexusAKSCluster/providers/Microsoft.Kubernetes/connectedClusters/myNexusAKSCluster","kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"rzqo4mxvucbju-myNexusAKSCluster"},"aadConfiguration":{"adminGroupObjectIds":["598f3796-d0dd-45ec-b0fc-e00731b0283f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQD65ZEzBvh909HnuKA+vZ0u3XSve+QtUC59cg+RITsJFukiPSpe1uieEnKxF+dBOEGbaANYf8wFa0kMDdHlJC1kF8yiogfDcSpvRIEKcmHaZ7XDxFj/qiRX0tCpSCjPrDi7C36O9bmxo3+9JewwOcrFf1Ywt8FS5pzP0MkiSKodQYnDHMND1btmcEoi+ZYmCZx+JraDNrTEV7R3JE2uQpWBBpOsnOtmulFN6YzBpObkzLaXft2qlQVDPxlme6JzINCQWNfDJDLgrG/fQ9b1QDuXKIPxP4tL1eigULLzf54AT24GMGbr4jki/Z31XPjobeO8cNrLpPZaTma1uM9af+t7 + azureuser@B37-VNET-Jump1"}]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"myNexusAKSCluster-nodepool-1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M4_v1"}],"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"networkConfiguration":{"cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"attachedNetworkConfiguration":{},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[],"bgpAdvertisements":[],"bgpPeers":[]}}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dino-nugget-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/dino-nugget-naks","name":"dino-nugget-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T21:41:46.2893432Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-13T21:41:46.2893432Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"dino-nugget-naks-HostedResources-62E22693"},"availableUpgrades":[],"attachedNetworkIds":[],"featureStatuses":[],"nodes":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dino-nugget-naks-HostedResources-62E22693/providers/Microsoft.Kubernetes/connectedClusters/dino-nugget-naks"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SleepyCat-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/SleepyCat-naks","name":"SleepyCat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T23:11:29.375805Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:25.2319057Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"SleepyCat-naks-HostedResources-52B1854E"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SleepyCat-naks-HostedResources-52B1854E/providers/Microsoft.Kubernetes/connectedClusters/SleepyCat-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sleepycat-naks-792a5fbe-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr2","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"sleepycat-naks-792a5fbe-agentpool1-md-ch7g8","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.14","macAddress":"aa:bb:cc:7e:00:ac","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.27","macAddress":"aa:bb:cc:da:60:82","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"sleepycat-naks-792a5fbe-control-plane-hd6h2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:f5:7a:d2","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.18","macAddress":"aa:bb:cc:e0:ed:42","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GrumpyCat-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/GrumpyCat-naks","name":"GrumpyCat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T23:11:49.1756355Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:20.2474456Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"GrumpyCat-naks-HostedResources-695DF1B1"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GrumpyCat-naks-HostedResources-695DF1B1/providers/Microsoft.Kubernetes/connectedClusters/GrumpyCat-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"grumpycat-naks-267cd471-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"grumpycat-naks-267cd471-agentpool1-md-xpdtr","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.16","macAddress":"aa:bb:cc:6f:00:0d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.29","macAddress":"aa:bb:cc:25:40:a1","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"grumpycat-naks-267cd471-control-plane-98sfc","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.7","macAddress":"aa:bb:cc:39:c8:4c","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.21","macAddress":"aa:bb:cc:b4:e2:c2","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/BashfulCat-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/BashfulCat-naks","name":"BashfulCat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T23:11:49.347675Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:19.9766969Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"BashfulCat-naks-HostedResources-48AF3B02"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/BashfulCat-naks-HostedResources-48AF3B02/providers/Microsoft.Kubernetes/connectedClusters/BashfulCat-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"bashfulcat-naks-694948e5-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"bashfulcat-naks-694948e5-agentpool1-md-r47nn","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.10","macAddress":"aa:bb:cc:7b:12:be","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.23","macAddress":"aa:bb:cc:6e:18:9e","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"bashfulcat-naks-694948e5-control-plane-gnkx6","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:21:1d:cd","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.16","macAddress":"aa:bb:cc:90:7b:30","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/DocCat-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/DocCat-naks","name":"DocCat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T23:11:49.4055827Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:22.7388425Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"DocCat-naks-HostedResources-02490978"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/DocCat-naks-HostedResources-02490978/providers/Microsoft.Kubernetes/connectedClusters/DocCat-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"doccat-naks-38257e69-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"doccat-naks-38257e69-agentpool1-md-4f7l8","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.15","macAddress":"aa:bb:cc:b8:3f:75","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.28","macAddress":"aa:bb:cc:1d:97:f1","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"doccat-naks-38257e69-control-plane-qxzsq","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:b7:d8:c9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.19","macAddress":"aa:bb:cc:93:45:19","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/DopeyCat-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/DopeyCat-naks","name":"DopeyCat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T23:11:49.530741Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:21.247463Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"DopeyCat-naks-HostedResources-10B692F6"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/DopeyCat-naks-HostedResources-10B692F6/providers/Microsoft.Kubernetes/connectedClusters/DopeyCat-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dopeycat-naks-4383dc19-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr5","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"dopeycat-naks-4383dc19-agentpool1-md-kch4g","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.12","macAddress":"aa:bb:cc:01:37:35","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.25","macAddress":"aa:bb:cc:60:cd:f9","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"dopeycat-naks-4383dc19-control-plane-2fxml","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:59:98:f7","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.22","macAddress":"aa:bb:cc:94:94:5b","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/HappyCat-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/HappyCat-naks","name":"HappyCat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T23:11:49.5307981Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:23.1461981Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"HappyCat-naks-HostedResources-3BF65807"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/HappyCat-naks-HostedResources-3BF65807/providers/Microsoft.Kubernetes/connectedClusters/HappyCat-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"happycat-naks-0f643ea5-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"happycat-naks-0f643ea5-agentpool1-md-nllsj","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.11","macAddress":"aa:bb:cc:fd:12:7e","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.24","macAddress":"aa:bb:cc:c8:61:7b","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr4","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"happycat-naks-0f643ea5-control-plane-g7zpt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.6","macAddress":"aa:bb:cc:3c:d1:58","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.20","macAddress":"aa:bb:cc:49:b2:e3","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SneezyCat-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/SneezyCat-naks","name":"SneezyCat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-13T23:11:49.7077886Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:23.1697528Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"SneezyCat-naks-HostedResources-30FEC387"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SneezyCat-naks-HostedResources-30FEC387/providers/Microsoft.Kubernetes/connectedClusters/SneezyCat-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"sneezycat-naks-3f17683e-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"sneezycat-naks-3f17683e-agentpool1-md-8lcvt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.13","macAddress":"aa:bb:cc:cc:7f:49","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.26","macAddress":"aa:bb:cc:5d:fd:ce","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"sneezycat-naks-3f17683e-control-plane-ljhvf","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:30:54:d2","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.17","macAddress":"aa:bb:cc:cd:6c:65","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xenodochial-nightingale-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/xenodochial-nightingale-naks","name":"xenodochial-nightingale-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T01:42:42.7826867Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:21.9662259Z"},"properties":{"provisioningState":"Failed","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"xenodochial-nightingale-naks-HostedResources-5569B071"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-503"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xenodochial-nightingale-naks-HostedResources-5569B071/providers/Microsoft.Kubernetes/connectedClusters/xenodochial-nightingale-naks","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"xenodochial-nightingale-naks-1968d713-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"xenodochial-nightingale-naks-1968d713-agentpool1-md-zgs6j","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:94:d8:fe","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.36.11","macAddress":"aa:bb:cc:02:2d:14","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr4","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"xenodochial-nightingale-naks-1968d713-control-plane-wbj2p","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.8","macAddress":"aa:bb:cc:e7:9b:37","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.36.10","macAddress":"aa:bb:cc:23:2b:3e","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/LotsAndLotsAndLotsOfChars-rg/providers/Microsoft.NetworkCloud/kubernetesClusters/LotsAndLotsAndLotsOfChars-naks","name":"LotsAndLotsAndLotsOfChars-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T14:53:43.2771701Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T15:05:16.4347278Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC9HYuayzlWTbvv4eRrZwD8IUO7RflFlcsMK/l9YIozRZBMOzQrKDTeWZEXWUkEwEKQNpFriUf/kIY7HsoeCuErehmXToy43I7yaygzvu18qIGiH7Tel8bnNTdfagrrjKBUSdYBkNYQKYoZcF3tTTSIGHoJzmMEfegcPoH4ECfBoBUeMVpkn0CIny4deVTr2Z6tDc8ejJ90vxUl+jTJHOK7cAkD2M8rYedGAozVtK/7b0exFv2AA7rWZI39II5RixP2SU1Dd4Y//4ecYpVLoGWyrbRK67c+4QrLduTiHR3+f8Lb5kXEFYTp8FdSzOBrVnTYK4YpD6ocVYAJH4QIRQuxRBbAumqL5rwzB1dJlQhpUxbyqMYoGeRQkGTOOOj92Nj4jIyspugdQLlJYeV2IHqGuSYWXNxSJhmmS3OnvEq2zviAedHa//pePB0eiJfL9GxdQ/Tcou314p7yfSXEddl8nqWyTd5ViLTcT9WJq1mMPi7wt36ltWertZ34Hd5EEMU= + philsphicas@DESKTOP-F00P828.corp.microsoft.com"}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"LotsAndLotsAndLotsOfChars-naks-HostedResources-29F4760C"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"lotsandlotsandlotsofchars-naks-4b7fea13-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"lotsandlotsandlotsofchars-naks-4b7fea13-agentpool1-md-cltmz","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.21","macAddress":"aa:bb:cc:6f:a9:84","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.56.11","macAddress":"aa:bb:cc:af:4d:87","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr4","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"lotsandlotsandlotsofchars-naks-4b7fea13-control-plane-tqhw9","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.20","macAddress":"aa:bb:cc:65:98:7f","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-513","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.56.10","macAddress":"aa:bb:cc:f8:ad:56","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/LotsAndLotsAndLotsOfChars-naks-HostedResources-29F4760C/providers/Microsoft.Kubernetes/connectedClusters/LotsAndLotsAndLotsOfChars-naks","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.NetworkCloud/kubernetesClusters/myNexusAKSCluster2","name":"myNexusAKSCluster2","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"a15b64f2-1338-43b1-9e82-9a96680c2cde","createdByType":"Application","createdAt":"2023-06-14T16:32:44.4263946Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T17:06:21.2010519Z"},"properties":{"provisioningState":"Succeeded","availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"mynexusakscluster2-50a01661-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":16,"name":"mynexusakscluster2-50a01661-agentpool1-md-kxvt8","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.26","macAddress":"aa:bb:cc:27:2a:a3","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.35","macAddress":"aa:bb:cc:63:59:30","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"mynexusakscluster2-50a01661-control-plane-cpsfh","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.24","macAddress":"aa:bb:cc:bd:be:9d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.34","macAddress":"aa:bb:cc:40:d9:b5","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rzqo4mxvucbju-myNexusAKSCluster2/providers/Microsoft.Kubernetes/connectedClusters/myNexusAKSCluster2","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"rzqo4mxvucbju-myNexusAKSCluster2"},"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDsMeDfDBi1Ij0d/+Wvq92BDywVa8U6zXLNRKtaNmAlRJNpfw7cFNfM87LEqfEugsFf3qwDIBt9TnXAzmp6fng6OqLmGwBwzbO/rbgVlEzusFcteFaOO2MoFRqLVnma4LonsCS14Offl5QL0WsyI+U9Y1KBc/YR5n83uTtvNj4R+awB0VXnS4AvEm5NiKKkkuuiDd26nyiXLe6yw5vebSg1UQ4seWtQGDFBxsZMk3uq+1tLKVmYmbQdp4ptGEMlKCeiecduAESAQVG/RrgLr+zeOJNHcci3XT8/PYifTaX9Ct4ke0eaoIHt8QlYbqaB068DU06CZk41pHjwrQVoLAO0aPhfrYMqwcTvLpSla36RVA/85neCJJlN9iQa3+Fxf/zSRHkoScVMANTBbNfeGl0pTf1+13XsUCSD1+4JdXfj2KKPl2r33bSVRM2UiYQ2/WDGAHqX2iIAxEwOLss/74tixJ2WROMzIsmJovBrDEXBB94qcrNlC8uQPjNojTBech8= + dramasamy@DESKTOP-36UOHC7"}]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"myNexusAKSCluster2-nodepool-1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M4_v1"}],"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"networkConfiguration":{"cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"attachedNetworkConfiguration":{},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[],"bgpAdvertisements":[],"bgpPeers":[]}}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jn-naks/providers/Microsoft.NetworkCloud/kubernetesClusters/jnnaksallinone1","name":"jnnaksallinone1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T16:34:35.9456633Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T16:34:35.9456633Z"},"properties":{"provisioningState":"InProgress","administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC8QAhQ7HWV0cgij0XMC240BNmo94UmE2Rcfs+M7ddrAHYIBS182mW86ASIM438fN5LSiSbOpOtzNpIuBbNi8Agmcx+CRqw5vtmlfAJuJOUZPiWl/JeWJu6z3wfL/9jYmJLRMiS/5rK9kMKDwzCOPG0a8jQWtDEj/G4XHBFmRybkYlxWEUp3swXmYQAqe4OoGw4nHA9KHDoalfA9Y6EfY/5PwcJ9vlTvUlbuG1zbQyYUgXQxw4tb6znDhXw6cPqS6qE4s5e2Bg0iO1Q9DNyoS5qRcJlnmLPbQwnSmjjrRQfYi5exxWpCVMNOT01KQHdLnh0CLZ49NILk3wiWlG3sGnfl/jSGGU42dtCaEoGq2T73y0sWjAjip10tZUy672PjkNWPEDLcq6A+8TXSkR0FrVhcJQM1Kwwps9Pj5HDScGis4PR4wY9N1Q34gCBUp7R3HWGBA8jhum3PhZmV0nEY+FWXyBTy528vqiB8D6ja1J5qk+yuyyxd7yizr+/wcnCqN8="}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"agentOptions":{"hugepagesCount":36,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"jnnaks1-nodepool-1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M4_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"attachedNetworkConfiguration":{"l2Networks":[{"networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","pluginType":"DPDK"}],"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-531","pluginType":"SRIOV"}],"trunkedNetworks":[{"networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","pluginType":"MACVLAN"}]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"jnnaksallinone1-HostedResources-5716F520"},"availableUpgrades":[],"attachedNetworkIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnnaksallinone1-HostedResources-5716F520/providers/Microsoft.Kubernetes/connectedClusters/jnnaksallinone1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.NetworkCloud/kubernetesClusters/dinesh-aad-group-1","name":"dinesh-aad-group-1","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"a15b64f2-1338-43b1-9e82-9a96680c2cde","createdByType":"Application","createdAt":"2023-06-14T16:49:12.9304465Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T17:00:33.0655347Z"},"properties":{"provisioningState":"Succeeded","kubernetesVersion":"v1.24.9","managedResourceGroupConfiguration":{"location":"eastus","name":"rzqo4mxvucbju-dinesh-aad-group-1"},"aadConfiguration":{"adminGroupObjectIds":["598f3796-d0dd-45ec-b0fc-e00731b0283f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQD65ZEzBvh909HnuKA+vZ0u3XSve+QtUC59cg+RITsJFukiPSpe1uieEnKxF+dBOEGbaANYf8wFa0kMDdHlJC1kF8yiogfDcSpvRIEKcmHaZ7XDxFj/qiRX0tCpSCjPrDi7C36O9bmxo3+9JewwOcrFf1Ywt8FS5pzP0MkiSKodQYnDHMND1btmcEoi+ZYmCZx+JraDNrTEV7R3JE2uQpWBBpOsnOtmulFN6YzBpObkzLaXft2qlQVDPxlme6JzINCQWNfDJDLgrG/fQ9b1QDuXKIPxP4tL1eigULLzf54AT24GMGbr4jki/Z31XPjobeO8cNrLpPZaTma1uM9af+t7 + azureuser@B37-VNET-Jump1"}]},"initialAgentPoolConfigurations":[{"attachedNetworkConfiguration":{},"count":1,"mode":"System","name":"dinesh-aad-group-1-nodepool-1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M4_v1"}],"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"networkConfiguration":{"cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"],"attachedNetworkConfiguration":{},"bgpServiceLoadBalancerConfiguration":{"ipAddressPools":[],"bgpAdvertisements":[],"bgpPeers":[]}},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506"],"featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"dinesh-aad-group-1-49dc1b57-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":16,"name":"dinesh-aad-group-1-49dc1b57-agentpool1-md-tbhl7","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.28","macAddress":"aa:bb:cc:b2:48:e6","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.38","macAddress":"aa:bb:cc:4a:4b:d6","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"dinesh-aad-group-1-49dc1b57-control-plane-5cprx","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.27","macAddress":"aa:bb:cc:a6:41:d0","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.42.37","macAddress":"aa:bb:cc:f9:dd:4e","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rzqo4mxvucbju-dinesh-aad-group-1/providers/Microsoft.Kubernetes/connectedClusters/dinesh-aad-group-1","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/kubernetesClusters/resource-test-nodelocaldns","name":"resource-test-nodelocaldns","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-14T16:50:34.1166251Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T17:04:17.8865572Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDVgaPLUkkTgHZC8O2H2+qMCh9ehw5+MAooRZ9dfgI+w/2cvVjmVLp5db/V1dPd7QMnolBJGsit26zHd/Gfs/C06RvXE9FzacThP5YHKbp8Eukj6aP/FifmUIHp+xqKhSTRREwit6Pmvdx5PAa7tcYkxp5kCZf3AVsLN73PCPTasdjMxAW9yNlirLeNNs7mWwX6MKj2BpolRMqhR8YsDBUGH2PmWBXzeB8Dc2Rd22GvugXAwqW767tNk5bNlhutcBdaRwSEjn7UyfgAWGKZ4BKse1RfPnfPCVcM7bsUPoxMWyEVlVSnKSXMrwIABJEUPW9qIjOjPzegIE+XWyR9/YTNUzrJTcqhIOMQKRNeW8Ezw3D1lhgZwcsh+P7/k748By0vziH+moYIxN/SlysZTF2A3nMS17a9DXIzv2ZSWwK0VezPMvUGnIX+3YR/qUYTKO4Hs3hMMmnx23R0QvbEVuUl52v6T1WV5WGxCXx0F4NybgDFKcx600PXcVYCUVNTSm8= + root@SandboxHost-638223581084532135"}]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn6qmiqkpwuaxz4","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/l3Networks/l3network-510","dnsServiceIp":"10.97.0.10","podCidrs":["10.245.0.0/16"],"serviceCidrs":["10.97.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"resource-test-nodelocaldns-HostedResources-50A11B00"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn6qmiqkpwuaxz4","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/l3Networks/l3network-510"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resource-test-nodelocaldns-131326d2-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"resource-test-nodelocaldns-131326d2-agentpool1-md-6xqhl","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn6qmiqkpwuaxz4","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:eb:bb:8d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/l3Networks/l3network-510","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.50.11","ipv6Address":"fda0:d59c:da0a:c32::9","macAddress":"aa:bb:cc:e9:c4:b8","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"resource-test-nodelocaldns-131326d2-control-plane-zp4l5","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsn6qmiqkpwuaxz4","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:5d:2b:72","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-9ob2u/providers/Microsoft.NetworkCloud/l3Networks/l3network-510","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.50.10","ipv6Address":"fda0:d59c:da0a:c32::8","macAddress":"aa:bb:cc:b6:c7:72","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resource-test-nodelocaldns-HostedResources-50A11B00/providers/Microsoft.Kubernetes/connectedClusters/resource-test-nodelocaldns","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-6cee5","name":"res-test-standard-naks-6cee5","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T18:15:04.6489662Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T18:25:45.4231807Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDJiZgV8PWtvLFGJWYAJqUePel1l71qEKltJOcUwDg+aoyVpRhoEK6pWK/VbSfCUEy4uHlkNYlciYmRzYno+B1m4KHOFg9pWWmh1yHp7VqobZIXZu3Ep+EnaSTp6US2s1YrtxXczirxI+HQYx4dthCD91faY7MS/UEddvPUmU/oWcCtn0uusWKxTMyf96rL5tkhXn+NrTdZf/D3W3JWyabYVjX2qYyZTxqOlUDJBppRypxuPlei/7D4pGaz1T5POFwSE8ap5TT/Rxh27HRm8k4Nz7rjpoL2RSCNpH7hsudNIXG0PQtXKeF9cvq+krYq03lhgttOF95VU2LK+n7ilwwd"}]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnitqxts6mhmhdq","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","dnsServiceIp":"10.97.0.10","podCidrs":["10.245.0.0/16"],"serviceCidrs":["10.97.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"res-test-standard-naks-6cee5-HostedResources-609D8E5E"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnitqxts6mhmhdq","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/l3Networks/l3network-505"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"res-test-standard-naks-6cee5-493fb833-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"res-test-standard-naks-6cee5-493fb833-agentpool1-md-lpjsm","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnitqxts6mhmhdq","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:62:0c:be","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.40.11","ipv6Address":"fda0:d59c:da0a:c28::9","macAddress":"aa:bb:cc:2d:30:0d","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr5","cpuCores":1,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9","memorySizeGB":4,"name":"res-test-standard-naks-6cee5-493fb833-control-plane-8w2s5","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsnitqxts6mhmhdq","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:55:4e:2b","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rickbartra-naks/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.40.10","ipv6Address":"fda0:d59c:da0a:c28::8","macAddress":"aa:bb:cc:bb:63:4c","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/res-test-standard-naks-6cee5-HostedResources-609D8E5E/providers/Microsoft.Kubernetes/connectedClusters/res-test-standard-naks-6cee5","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-ke2cdtb643","name":"cli-test-naks-ke2cdtb643","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T18:31:50.0339743Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T18:45:24.1936907Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":2,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-ke2cdtb643-HostedResources-4148C895"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co08","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-ke2cdtb643-472ffbe9-agentpool1-md-mwxs2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.8","macAddress":"aa:bb:cc:d8:0f:97","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.17","macAddress":"aa:bb:cc:ea:5f:c9","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co02","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-ke2cdtb643-472ffbe9-control-plane-ksvfh","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.6","macAddress":"aa:bb:cc:fe:64:16","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.14","macAddress":"aa:bb:cc:cb:40:a2","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-ke2cdtb643-HostedResources-4148C895/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-ke2cdtb643","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Accepted"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-hfdyuqtzj5","name":"cli-test-naks-hfdyuqtzj5","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:04:23.28633Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:09.2442797Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-hfdyuqtzj5-HostedResources-7E6C7F92"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co04","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-hfdyuqtzj5-5a98d45a-agentpool1-md-rhq8x","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:a5:2e:de","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.12","macAddress":"aa:bb:cc:0b:08:27","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co01","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-hfdyuqtzj5-5a98d45a-control-plane-rm8vp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:12:bb:ed","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.11","macAddress":"aa:bb:cc:4b:02:33","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-hfdyuqtzj5-HostedResources-7E6C7F92/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-hfdyuqtzj5","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/kubernetesClusters/resourcetestnaksae56b","name":"resourcetestnaksae56b","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-resource-testing"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-14T19:13:43.0872051Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:25:27.3223318Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC8d/5O2cmDA2m9OB+F9d/KJKCs1mxOd6cll5a3idfc1R3/lDLPo1DGhdS1aHT9PPIvbSx72ib69IOqge8u1kecVkcj1hy+oUHimR/o0CztjwTDPRSPMLqmHc1+b6n3kxC78bdMhAsHFmS6BYOxtG9NdET1xbr2LXIQF5XMJQ8S3p6Zs8S8fjlpWKjTOglx9I+Jr6bJm4N7nIFj/PIsIN/Gp8pFtEz+heGFVuzhV5XKrE2kQBYKNqUb0Xg/uOphgN8Z6yohLsfutDBHp5fkROHs1g73ylKMuz8fB2Qe4WTm4NYwwOAWKHS4lvpus9ZllYvkaQh8b2xOEigdPq38Z+k1ajlbkoyHoCb7tnn/eLW2vZwl5g4JzQ18dGcsh534OASoO+uNbGvbDFjSBzKTN2ji7/L3u1yCjHwEk+l8Auw15fI9tblw2iutSBWKoO6nx+4bZnVN5qxvPtBdcG1AP+7P0epSh2DDPPnZeCjo5b4GojWR8JCZSH6S0EyOCQrcQYM= + azureuser@b37-undone-team"}]},"controlPlaneNodeConfiguration":{"availabilityZones":[],"count":1,"vmSkuName":"NC_G8_v1"},"initialAgentPoolConfigurations":[{"count":5,"mode":"System","name":"agentpool1","vmSkuName":"NC_M16_v1"}],"kubernetesVersion":"1.25.4","networkConfiguration":{"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","dnsServiceIp":"10.97.0.10","podCidrs":["10.245.0.0/16"],"serviceCidrs":["10.97.0.0/16"],"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[],"bgpPeers":[],"ipAddressPools":[]}},"managedResourceGroupConfiguration":{"location":"eastus","name":"resourcetestnaksae56b-HostedResources-5B759242"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502"],"featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-calico","version":"v3.24.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"resourcetestnaksae56b-18cf98a8-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr6","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4","memorySizeGB":64,"name":"resourcetestnaksae56b-18cf98a8-agentpool1-md-2zrrz","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.3","macAddress":"aa:bb:cc:2b:e8:eb","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.13","ipv6Address":"fda0:d59c:da0a:c22::d","macAddress":"aa:bb:cc:2b:18:15","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr3","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4","memorySizeGB":64,"name":"resourcetestnaksae56b-18cf98a8-agentpool1-md-c8v8t","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.2","macAddress":"aa:bb:cc:11:2f:6f","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.15","ipv6Address":"fda0:d59c:da0a:c22::9","macAddress":"aa:bb:cc:28:f6:fc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr8","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4","memorySizeGB":64,"name":"resourcetestnaksae56b-18cf98a8-agentpool1-md-fgj59","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:df:1d:6d","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.11","ipv6Address":"fda0:d59c:da0a:c22::c","macAddress":"aa:bb:cc:b6:d5:be","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4","memorySizeGB":64,"name":"resourcetestnaksae56b-18cf98a8-agentpool1-md-h894n","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:e1:3f:0b","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.14","ipv6Address":"fda0:d59c:da0a:c22::b","macAddress":"aa:bb:cc:82:15:1f","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr1","cpuCores":8,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4","memorySizeGB":64,"name":"resourcetestnaksae56b-18cf98a8-agentpool1-md-n6ffz","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.6","macAddress":"aa:bb:cc:b6:87:6a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.12","ipv6Address":"fda0:d59c:da0a:c22::a","macAddress":"aa:bb:cc:de:60:9a","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr2","cpuCores":4,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.25.4","memorySizeGB":16,"name":"resourcetestnaksae56b-18cf98a8-control-plane-742n9","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/cloudServicesNetworks/testcsncegkb4ch6rdyk","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","macAddress":"aa:bb:cc:49:fe:1a","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-yat7p/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.10","ipv6Address":"fda0:d59c:da0a:c22::8","macAddress":"aa:bb:cc:89:c5:2f","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcetestnaksae56b-HostedResources-5B759242/providers/Microsoft.Kubernetes/connectedClusters/resourcetestnaksae56b","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","name":"cli-test-naks-000001","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:18:51.5094632Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:31:34.4605709Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-000001-HostedResources-287A4E33"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co07","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-agentpool1-md-kvvhv","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:da:20:a9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.18","macAddress":"aa:bb:cc:26:e8:fc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co03","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-control-plane-pv2zt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.7","macAddress":"aa:bb:cc:68:dd:fc","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.16","macAddress":"aa:bb:cc:03:a3:2c","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-000001-HostedResources-287A4E33/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-000001","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark/providers/Microsoft.NetworkCloud/kubernetesClusters/graymark-threat-naks","name":"graymark-threat-naks","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T20:50:19.9122382Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T17:12:53.0522344Z"},"properties":{"provisioningState":"Succeeded","aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCuQlCL9PMGYPLFKtvs5BQaaDxoLholm+AQfbCC8Gc+LjZ9gf9tVG9sLFR7FGzSNKOhocRmJt/XeQ3bJDcb0764PCb9SN1JONrKAuhuBbqH1iX5MASW/iYiA0YwIgM/4u9xNl6bVESRIkDqMvOB7aEwn0uefchIAjgu05wV3vrn6z5izaXZvZP/YnfexnVb7S/uJcBq+yd4AbT3P34lqx8BpIorDYYydfFo7DbxRCxazsx/qffFNFqAGnHw9jjyaT+CdpsLFgGarUsc7YuG9Eqwr1HG7Et9MUpZsrRxCr+wHlmQSoBq0ZgHLFDgvjA8lTAzVCCCatbNR698JMGJRKrNDoN36bnhCwVvUbIuUajMK01o+0GrQRV5p6I1tyCT4+m1Z2cmlPKzP+i2Kz299fVahdE/IUI/tPOyzwfPpO2ddpGDTgs65lI3dNeuOilZoDqSbqX2pKqMRjGhn1zm+CxqmSNBvdK9yHtdiQsfwuUr5aYRhmlWrnRP7CeT4Jch8Ic="}]},"controlPlaneNodeConfiguration":{"count":1,"vmSkuName":"NC_G2_v1"},"initialAgentPoolConfigurations":[{"count":1,"mode":"System","name":"agentpool1","vmSkuName":"NC_G2_v1"}],"kubernetesVersion":"v1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["10.99.99.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus2euap","name":"graymark-threat-naks-HostedResources-72EFA9FA"},"availableUpgrades":[],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/clusters/k5-0907401cb287","featureStatuses":[],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr7","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"graymark-threat-naks-6f06ba3d-agentpool1-md-5vtfb","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.34","macAddress":"aa:bb:cc:00:d5:ad","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.28","macAddress":"aa:bb:cc:f3:98:a0","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-0907401cb287-HostedResources-27FBCFCB/providers/Microsoft.NetworkCloud/bareMetalMachines/k5r750wkr5","cpuCores":1,"detailedStatus":"Available","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":4,"name":"graymark-threat-naks-6f06ba3d-control-plane-x9krp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.33","macAddress":"aa:bb:cc:2e:54:f6","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster-1/providers/Microsoft.NetworkCloud/l3Networks/l3network-567","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.154.27","macAddress":"aa:bb:cc:36:91:bc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/graymark-threat-naks-HostedResources-72EFA9FA/Microsoft.Kubernetes/connectedClusters/graymark-threat-naks","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '463641' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:55 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - f9718627-dff4-4f47-af06-e3498d2f7e51 + - 18c5b109-6a69-4d5b-9899-35c79a288e38 + - 4b6a3cf4-f119-499e-8ae5-45d095efea5a + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-ke2cdtb643","name":"cli-test-naks-ke2cdtb643","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T18:31:50.0339743Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-14T18:45:24.1936907Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":2,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-ke2cdtb643-HostedResources-4148C895"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-ke2cdtb643-472ffbe9-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co08","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-ke2cdtb643-472ffbe9-agentpool1-md-mwxs2","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.8","macAddress":"aa:bb:cc:d8:0f:97","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.17","macAddress":"aa:bb:cc:ea:5f:c9","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co02","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-ke2cdtb643-472ffbe9-control-plane-ksvfh","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.6","macAddress":"aa:bb:cc:fe:64:16","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.14","macAddress":"aa:bb:cc:cb:40:a2","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-ke2cdtb643-HostedResources-4148C895/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-ke2cdtb643","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Accepted"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-hfdyuqtzj5","name":"cli-test-naks-hfdyuqtzj5","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:04:23.28633Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:17:09.2442797Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-hfdyuqtzj5-HostedResources-7E6C7F92"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-hfdyuqtzj5-5a98d45a-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co04","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-hfdyuqtzj5-5a98d45a-agentpool1-md-rhq8x","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.5","macAddress":"aa:bb:cc:a5:2e:de","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.12","macAddress":"aa:bb:cc:0b:08:27","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co01","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-hfdyuqtzj5-5a98d45a-control-plane-rm8vp","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.4","macAddress":"aa:bb:cc:12:bb:ed","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.11","macAddress":"aa:bb:cc:4b:02:33","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-hfdyuqtzj5-HostedResources-7E6C7F92/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-hfdyuqtzj5","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","name":"cli-test-naks-000001","type":"microsoft.networkcloud/kubernetesclusters","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/dev6-1013a8b273c4-hostedresources-69088feb/providers/microsoft.extendedlocation/customlocations/dev6-1013a8b273c4-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-14T19:18:51.5094632Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-14T19:31:34.4605709Z"},"properties":{"aadConfiguration":{"adminGroupObjectIds":["3d4c8620-ac8c-4bd6-9a92-f2b75923ef9f"]},"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"controlPlaneNodeConfiguration":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"count":1,"vmSkuName":"NC_G4_v1"},"initialAgentPoolConfigurations":[{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQC3HTbw78XB3tFji6SR1Ouory95GRo5seyjq4LeGodjtXbEgAqy70saQ6APr3cq8eBYGCkmzDEaLybYSs17+b6mG1oEs+gPspVrvjBEjszMHBiKa4n0OBM1oquuo7m9CmiU1MSxlEppaVpNyg1T34xxWUsVPb7w8PR8GbTo/xc0uggsKfP7tOfN+pB2ca8PzpJKVwbEwmzwyYkYMMvY0lpSmcLchAqPbR+AgRwi44T9/43mpTqEMA7s0vPUKUsuc/KIz3PKXIV/72ythvA3kFEteAYFQKe83oECcct0WDAX/G7KS4sFSKwhWBhnXTOYI3HLgTjhsrksk+y4sQWkLUQw38WJRu1Z0GxUF+FKUTXTV7JH1x29AxrCx47s26xqJaItUCFWKDfkJZoEEah3WFiSuQ0nJNjBiHFwjDH8slR8FNNt6gVvcDrYTcWjVKylynsa8LyEmN0pycdC8itd3+P5z0O6Z9g0/dFnXVQ/qmQFhSr9fLtXznaFZHpX9gfJfSs= + northamerica\\priyashet@DESKTOP-SMSPV4Q"}]},"agentOptions":{"hugepagesCount":4,"hugepagesSize":"1G"},"count":1,"mode":"System","name":"systemPool1","upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_G4_v1"}],"kubernetesVersion":"1.24.9","networkConfiguration":{"bgpServiceLoadBalancerConfiguration":{"bgpAdvertisements":[{"advertiseToFabric":"True","communities":["64512:100"],"ipAddressPools":["pool1"],"peers":["peer1"]}],"fabricPeeringEnabled":"True","ipAddressPools":[{"addresses":["198.51.102.0/24"],"autoAssign":"True","name":"pool1","onlyUseHostIps":"True"}],"bgpPeers":[]},"cloudServicesNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","cniNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","dnsServiceIp":"10.96.0.10","podCidrs":["10.244.0.0/16"],"serviceCidrs":["10.96.0.0/16"]},"managedResourceGroupConfiguration":{"location":"eastus","name":"cli-test-naks-000001-HostedResources-287A4E33"},"availableUpgrades":[{"availabilityLifecycle":"GenerallyAvailable","version":"v1.25.4-1"}],"attachedNetworkIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/clusters/dev6-1013a8b273c4","featureStatuses":[{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-azure-arc-k8sagents","version":"v1.10.6"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-calico","version":"v3.23.1"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-cloud-provider-kubevirt","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nexus-volume","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-csi-nfs","version":"v3.0.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metallb","version":"v0.13.9"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-metrics-server","version":"v0.6.3"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-multus","version":"v3.8.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-nc-aks-ipam-cni-plugin","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-node-local-dns","version":"v0.1.0"},{"detailedStatus":"Running","detailedStatusMessage":"The + feature is running","name":"cli-test-naks-000001-5c4f7047-sriov-dp","version":"v3.5.1"}],"nodes":[{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co07","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-agentpool1-md-kvvhv","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.9","macAddress":"aa:bb:cc:da:20:a9","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.18","macAddress":"aa:bb:cc:26:e8:fc","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"Worker"},{"bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-1013a8b273c4-HostedResources-69088FEB/providers/Microsoft.NetworkCloud/bareMetalMachines/b37dev06c1co03","cpuCores":2,"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","diskSizeGB":300,"image":"afo-mariner-guest-qcow2-kubevirt-v1.24.9:v0.16.0-20230504-release","memorySizeGB":8,"name":"cli-test-naks-000001-5c4f7047-control-plane-pv2zt","networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.7","macAddress":"aa:bb:cc:68:dd:fc","networkAttachmentName":"cloudservices"},{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-734","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.19.100.16","macAddress":"aa:bb:cc:03:a3:2c","networkAttachmentName":"defaultcni"}],"powerState":"On","role":"ControlPlane"}],"connectedClusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-naks-000001-HostedResources-287A4E33/providers/Microsoft.Kubernetes/connectedClusters/cli-test-naks-000001","detailedStatus":"Available","detailedStatusMessage":"Cluster + is operational and ready","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '27210' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:56 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - d24a83ad-c0b1-4c35-9b91-76a6aaaa6273 + - 5c078db2-8ae0-4318-a22d-00f778e77582 + - e0640427-ac7e-4fe3-9f83-b88536d17fdf + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:57 GMT + etag: + - '"1703bf5e-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:31:57 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:32:27 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:32:57 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:33:26 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:33:57 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:34:27 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:34:57 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:35:28 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:35:58 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:36:27 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:36:57 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:37:28 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:37:58 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:38:28 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:38:58 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:39:28 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:39:58 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:40:28 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:40:59 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:41:29 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:41:59 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:42:29 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Deleting","startTime":"2023-06-14T19:31:57.3278002Z"}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:42:59 GMT + etag: + - '"9402fe18-0000-0100-0000-648a15ad0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Succeeded","startTime":"2023-06-14T19:31:57.3278002Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '591' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:43:29 GMT + etag: + - '"3a0065b8-0000-0500-0000-648a184b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","name":"7c87ebb8-5e8a-4f27-8757-1e4b7d70de74*073EEC0589354C495DD1375B12064D753047207CDA0A464FFABC8CB5DF6F7518","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev6-cluster/providers/Microsoft.NetworkCloud/kubernetesClusters/cli-test-naks-000001","status":"Succeeded","startTime":"2023-06-14T19:31:57.3278002Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '591' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 14 Jun 2023 19:43:29 GMT + etag: + - '"3a0065b8-0000-0500-0000-648a184b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetesclusteragentpool_scenario.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetesclusteragentpool_scenario.yaml new file mode 100644 index 00000000000..fba9957fedb --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_kubernetesclusteragentpool_scenario.yaml @@ -0,0 +1,992 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"administratorConfiguration": + {"adminUsername": "azureuser", "sshPublicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]}, "agentOptions": {"hugepagesCount": 12, "hugepagesSize": "2M"}, + "attachedNetworkConfiguration": {"l3Networks": [{"ipamEnabled": "False", "networkId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509", + "pluginType": "SRIOV"}]}, "availabilityZones": ["1"], "count": 1, "labels": + [{"key": "fakelabel", "value": "true"}], "mode": "System", "taints": [{"key": + "kubernetes.taint", "value": "true:NoSchedule"}], "upgradeSettings": {"maxSurge": + "1"}, "vmSkuName": "NC_M16_v1"}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + Content-Length: + - '1558' + Content-Type: + - application/json + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","name":"systemPool13","type":"microsoft.networkcloud/kubernetesclusters/agentpools","location":"eastus","extendedLocation":{"name":"subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-08T21:13:25.077672Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T21:13:25.077672Z"},"properties":{"provisioningState":"Accepted","administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"agentOptions":{"hugepagesCount":12,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","pluginType":"SRIOV"}]},"availabilityZones":["1"],"count":1,"labels":[{"key":"fakelabel","value":"true"}],"mode":"System","taints":[{"key":"kubernetes.taint","value":"true:NoSchedule"}],"upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M16_v1"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '2078' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:13:25 GMT + etag: + - '"ae066a6e-0000-0100-0000-648244760000"' + expires: + - '-1' + mise-correlation-id: + - 122413df-ffb9-499b-8228-5be3f2cdccd4 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Accepted","startTime":"2023-06-08T21:13:25.9024378Z"}' + headers: + cache-control: + - no-cache + content-length: + - '633' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:13:25 GMT + etag: + - '"15024540-0000-0100-0000-648244750000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"InProgress","startTime":"2023-06-08T21:13:25.9024378Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:13:56 GMT + etag: + - '"15026740-0000-0100-0000-648244790000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"InProgress","startTime":"2023-06-08T21:13:25.9024378Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:14:26 GMT + etag: + - '"1502d440-0000-0100-0000-648244970000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"InProgress","startTime":"2023-06-08T21:13:25.9024378Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:14:56 GMT + etag: + - '"15028d41-0000-0100-0000-648244b50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"InProgress","startTime":"2023-06-08T21:13:25.9024378Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:15:26 GMT + etag: + - '"15028d41-0000-0100-0000-648244b50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"InProgress","startTime":"2023-06-08T21:13:25.9024378Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '646' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:15:57 GMT + etag: + - '"1502e442-0000-0100-0000-648244f10000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"7a95437c-e585-4fa7-94c6-79c9845710b5*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Succeeded","startTime":"2023-06-08T21:13:25.9024378Z","endTime":"2023-06-08T21:16:01.048472Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '703' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:27 GMT + etag: + - '"15026c43-0000-0100-0000-648245110000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool create + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --location --extended-location + --administrator-configuration --count --mode --vm-sku-name --agent-options + --labels --taints --attached-network-configuration --availability-zones --upgrade-settings + --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","name":"systemPool13","type":"microsoft.networkcloud/kubernetesclusters/agentpools","location":"eastus","extendedLocation":{"name":"subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-08T21:13:25.077672Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T21:13:25.077672Z"},"properties":{"provisioningState":"Succeeded","administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"agentOptions":{"hugepagesCount":12,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","pluginType":"SRIOV"}]},"availabilityZones":["1"],"count":1,"labels":[{"key":"fakelabel","value":"true"}],"mode":"System","taints":[{"key":"kubernetes.taint","value":"true:NoSchedule"}],"upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M16_v1"}}' + headers: + cache-control: + - no-cache + content-length: + - '2079' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:27 GMT + etag: + - '"ae06d796-0000-0100-0000-648245110000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:28 GMT + etag: + - '"ae06389c-0000-0100-0000-6482452c0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + mise-correlation-id: + - ef49a686-733d-4b51-aab1-8708ff06b32f + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1153' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool update + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Accepted","startTime":"2023-06-08T21:16:28.3248019Z"}' + headers: + cache-control: + - no-cache + content-length: + - '633' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:28 GMT + etag: + - '"15021c44-0000-0100-0000-6482452c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool update + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"c628a37c-ec4d-4e6f-9635-c679ed0741cc*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Succeeded","startTime":"2023-06-08T21:16:28.3248019Z","endTime":"2023-06-08T21:16:32.7697849Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '704' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:58 GMT + etag: + - '"15022b44-0000-0100-0000-648245300000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool update + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","name":"systemPool13","type":"microsoft.networkcloud/kubernetesclusters/agentpools","location":"eastus","extendedLocation":{"name":"subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-08T21:13:25.077672Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T21:16:28.2649696Z"},"properties":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"agentOptions":{"hugepagesCount":12,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","pluginType":"SRIOV"}]},"availabilityZones":["1"],"count":1,"labels":[{"key":"fakelabel","value":"true"}],"mode":"System","taints":[{"key":"kubernetes.taint","value":"true:NoSchedule"}],"upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M16_v1","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2100' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:58 GMT + etag: + - '"ae06a39d-0000-0100-0000-648245300000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool show + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","name":"systemPool13","type":"microsoft.networkcloud/kubernetesclusters/agentpools","location":"eastus","extendedLocation":{"name":"subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourcegroups/k5-0907401cb287-hostedresources-27fbcfcb/providers/microsoft.extendedlocation/customlocations/k5-0907401cb287-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-08T21:13:25.077672Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T21:16:28.2649696Z"},"properties":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"agentOptions":{"hugepagesCount":12,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","pluginType":"SRIOV"}]},"availabilityZones":["1"],"count":1,"labels":[{"key":"fakelabel","value":"true"}],"mode":"System","taints":[{"key":"kubernetes.taint","value":"true:NoSchedule"}],"upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M16_v1","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2100' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:58 GMT + etag: + - '"ae06a39d-0000-0100-0000-648245300000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool list + Connection: + - keep-alive + ParameterSetName: + - --kubernetes-cluster-name --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/agentpool1","name":"agentpool1","type":"microsoft.networkcloud/kubernetesclusters/agentpools","location":"eastus","systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-08T16:35:24.6374216Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-08T21:16:28.2649696Z"},"properties":{"administratorConfiguration":{"adminUsername":"azureuser","sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDceRlaHA5Uz+FHJ+n4B7qUNwchjAHRrx5faoZ1JlR0KfSrtoBSBmTOoOauM8SiZgoPgfd7ti9GSniTpbfRgJ2xlB11Ba/E/S8gG6nKMDpCkkvHExtQK01TH6udOc+tjByl1CDBQZWasJ8oLIx+0RSQM8WIlK4sHlYR46nzpjYKAmnnEt0ZaD6aJ7dQ27PSGUwSNoFMOSAZgUB40zmnqYDIyk4lBHr5RiWhsAY68xvjCCr6PuUzKPAbWvYD2CM06FyqW/YIXEGDINza+UFH2oVRz1vEXaEMZlFJ2wDRyr/pZskKdOeMjZoVlAZSQqB+1bumD2XlHskH0rulsy8DgzOAZ1v1EWkynxoeueL/UGI0VkLbmdCvqFBlcfrcqjblHc2Lrjg3ZKsgMSxCIU8ldXHC/MMbUkFba7poEDR03JZJTK/kj3deSTtx2MZtP2FF9csgr56UoCTesrMfBAG96CiNn5QOCuDz0I89qUhCf1xIC2r/ZC5YmiIucrXnu9roxUM= + azureuser@VM"}]},"agentOptions":{"hugepagesCount":12,"hugepagesSize":"2M"},"attachedNetworkConfiguration":{"l3Networks":[{"ipamEnabled":"False","networkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","pluginType":"SRIOV"}]},"availabilityZones":["1"],"count":1,"labels":[{"key":"fakelabel","value":"true"}],"mode":"System","taints":[{"key":"kubernetes.taint","value":"true:NoSchedule"}],"upgradeSettings":{"maxSurge":"1"},"vmSkuName":"NC_M16_v1","provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '2978' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:59 GMT + etag: + - '"ae064aa4-0000-0100-0000-6482454b0000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + mise-correlation-id: + - ee79eac9-18dc-41c5-8d1e-10b23d56b65c + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool delete + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Deleting","startTime":"2023-06-08T21:16:59.5677781Z"}' + headers: + cache-control: + - no-cache + content-length: + - '633' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:16:59 GMT + etag: + - '"15027944-0000-0100-0000-6482454b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool delete + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Deleting","startTime":"2023-06-08T21:16:59.5677781Z","error":{}}' + headers: + cache-control: + - no-cache + content-length: + - '644' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:17:29 GMT + etag: + - '"15028844-0000-0100-0000-648245500000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool delete + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Succeeded","startTime":"2023-06-08T21:16:59.5677781Z","endTime":"2023-06-08T21:17:34.7212784Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '693' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:17:59 GMT + etag: + - '"15022045-0000-0100-0000-6482456e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud kubernetescluster agentpool delete + Connection: + - keep-alive + ParameterSetName: + - --name --kubernetes-cluster-name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","name":"99a26749-18e0-44ad-81eb-07a155c5fc1d*1BCAC6E373AE06BF83074191F66CF9B7E7ABE75923D3864853CFA0C90035940F","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-k5-0907401cb287-xu9dj/providers/Microsoft.NetworkCloud/kubernetesClusters/res-test-standard-naks-ba585/agentPools/systemPool13","status":"Succeeded","startTime":"2023-06-08T21:16:59.5677781Z","endTime":"2023-06-08T21:17:34.7212784Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '693' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 08 Jun 2023 21:17:59 GMT + etag: + - '"15022045-0000-0100-0000-6482456e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l2network_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l2network_scenario1.yaml index db926b4814c..023ca46d904 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l2network_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l2network_scenario1.yaml @@ -1,8 +1,8 @@ interactions: - request: - body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", - "type": "CustomLocation"}, "location": "eastus", "properties": {"hybridAksPluginType": - "DPDK", "interfaceName": "eth0", "l2IsolationDomainId": "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1"}, + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"interfaceName": + "eth0", "l2IsolationDomainId": "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1"}, "tags": {"tag1": "tag1"}}' headers: Accept: @@ -14,36 +14,36 @@ interactions: Connection: - keep-alive Content-Length: - - '502' + - '471' Content-Type: - application/json ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --l2-isolation-domain-id --tags --resource-group + - --name --extended-location --location --interface-name --l2-isolation-domain-id + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:09.521542Z"},"properties":{"provisioningState":"Accepted","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:46:07.3035931Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:46:07.3035931Z"},"properties":{"provisioningState":"Accepted","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a3d410b4-7305-40ed-b1f4-6bbda25fbea6*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '975' + - '952' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:10 GMT + - Wed, 21 Jun 2023 20:46:08 GMT etag: - - '"0600f339-0000-0100-0000-646283190000"' + - '"0410a1c8-0000-0100-0000-649361900000"' expires: - '-1' mise-correlation-id: - - 8f3db77a-faca-4046-b5ba-d4744a1451c1 + - 9f127f2d-d8b5-4212-bae5-9abf6f1a02ca pragma: - no-cache strict-transport-security: @@ -69,15 +69,15 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --l2-isolation-domain-id --tags --resource-group + - --name --extended-location --location --interface-name --l2-isolation-domain-id + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a3d410b4-7305-40ed-b1f4-6bbda25fbea6*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Accepted","startTime":"2023-05-15T19:08:09.6060449Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a3d410b4-7305-40ed-b1f4-6bbda25fbea6*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","name":"a3d410b4-7305-40ed-b1f4-6bbda25fbea6*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Accepted","startTime":"2023-06-21T20:46:07.5627141Z"}' headers: cache-control: - no-cache @@ -86,9 +86,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:10 GMT + - Wed, 21 Jun 2023 20:46:08 GMT etag: - - '"b8018087-0000-0100-0000-646283190000"' + - '"e1020a77-0000-0100-0000-6493618f0000"' expires: - '-1' pragma: @@ -116,15 +116,15 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --l2-isolation-domain-id --tags --resource-group + - --name --extended-location --location --interface-name --l2-isolation-domain-id + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a3d410b4-7305-40ed-b1f4-6bbda25fbea6*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"c301bfc3-12de-447d-8e8a-09717618992d*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-05-15T19:08:09.6060449Z","endTime":"2023-05-15T19:08:19.9396107Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a3d410b4-7305-40ed-b1f4-6bbda25fbea6*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","name":"a3d410b4-7305-40ed-b1f4-6bbda25fbea6*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-06-21T20:46:07.5627141Z","endTime":"2023-06-21T20:46:14.9836414Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -133,9 +133,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:40 GMT + - Wed, 21 Jun 2023 20:46:38 GMT etag: - - '"b8018e87-0000-0100-0000-646283230000"' + - '"e1021177-0000-0100-0000-649361960000"' expires: - '-1' pragma: @@ -163,27 +163,27 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --l2-isolation-domain-id --tags --resource-group + - --name --extended-location --location --interface-name --l2-isolation-domain-id + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:08:21.2796508Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:46:07.3035931Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T20:46:17.1142379Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: - no-cache content-length: - - '1307' + - '1331' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:40 GMT + - Wed, 21 Jun 2023 20:46:38 GMT etag: - - '"0600f539-0000-0100-0000-646283250000"' + - '"0410f8c8-0000-0100-0000-649361990000"' expires: - '-1' pragma: @@ -219,24 +219,24 @@ interactions: ParameterSetName: - --name --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:46:07.3035931Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:46:40.8763841Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: - no-cache content-length: - - '1307' + - '1333' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:42 GMT + - Wed, 21 Jun 2023 20:46:41 GMT etag: - - '"0600f739-0000-0100-0000-6462833a0000"' + - '"0410cfcb-0000-0100-0000-649361b10000"' expires: - '-1' pragma: @@ -252,7 +252,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' status: code: 200 message: OK @@ -270,30 +270,34 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:46:07.3035931Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:46:40.8763841Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: - no-cache content-length: - - '1307' + - '1333' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:43 GMT + - Wed, 21 Jun 2023 20:46:43 GMT etag: - - '"0600f739-0000-0100-0000-6462833a0000"' + - '"0410cfcb-0000-0100-0000-649361b10000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -313,38 +317,41 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/l2Networks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/l2Networks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.5742447Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T06:08:20.0601402Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/m16-1-l2domain-569","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","interfaceName":"l2netw-18581","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/l2Networks/l2n-trav-1003","name":"l2n-trav-1003","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:31:22.4158644Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T18:54:43.3812522Z"},"properties":{"provisioningState":"Succeeded","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/l2IsolationDomains/l2isolationdomain2","interfaceName":"l2n-tr-c67db","hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501"],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/l2Networks/l2n-trav-1011","name":"l2n-trav-1011","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T14:34:10.4008341Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l2Networks/rgl2testnetwork","name":"rgl2testnetwork","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T14:13:42.5377154Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T14:13:42.5377154Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","interfaceName":"l2netw-5","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/rprelight-l2domain-5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.3535233Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T07:00:25.447391Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"l2netw-51d93","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j18-l2domain-569","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-570","name":"l2network-570","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"l2Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:25:39.9900275Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:43.6270002Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-570","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j18-l2domain-570","hybridAksPluginType":"SRIOV","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/l2Networks/l2network","name":"l2network","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tags":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-25T05:14:09.0754976Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-25T05:14:09.0754976Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j25-77c882e61c36-hostedresources-516cffcc/providers/microsoft.extendedlocation/customlocations/j25-77c882e61c36-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"j25","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-18T20:42:00.1547454Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-18T20:44:09.5349843Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j25-l2domain-569","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-EAWovoM6rrznZw"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"l2netw-04e99","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-77c882e61c36"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f96136f77dcb-hostedresources-299d1cbf/providers/microsoft.extendedlocation/customlocations/j17-f96136f77dcb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"j17","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-19T15:33:19.7191457Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T15:35:44.8912906Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j17-l2domain-569","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-4xc8AGhz5ZiB4A"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"l2netw-3ec8c","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f96136f77dcb"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-20T09:11:02.677401Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T09:13:13.4858971Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/m16-1-l2domain-569","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-VqRe0INyDdBIlQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"l2netw-18581","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-487bb720ddfb"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:46:07.3035931Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:46:40.8763841Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l2Networks/rgl2testnetwork","name":"rgl2testnetwork","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T14:13:42.5377154Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T14:13:42.5377154Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","interfaceName":"l2netw-5","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/rprelight-l2domain-5"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-569","name":"l2network-569","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l2Network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.3535233Z","lastModifiedBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T16:24:47.2099445Z"},"properties":{"provisioningState":"Failed","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksPluginType":"DPDK","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j18-l2domain-569","associatedResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l2Networks/l2network-570","name":"l2network-570","type":"microsoft.networkcloud/l2networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"l2Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:25:39.9900275Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-16T13:41:41.6332757Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-570","l2IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/j18-l2domain-570","hybridAksPluginType":"SRIOV","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all resource creation succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '10429' + - '11373' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:43 GMT + - Wed, 21 Jun 2023 20:46:43 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - - c89fce4d-da46-48b1-b970-0e37e1e91756 - - 8b011d34-d196-4ee2-9264-fc19fc3798a3 - - af7dd352-2fbd-4002-a46a-b21d4db61a54 + - f299a484-a078-4c06-8692-6ae02e919005 + - e58a32a8-b8eb-43db-8c68-855cc1962a40 + - 15c5e395-b208-4220-a000-eec4a88e1b80 status: code: 200 message: OK @@ -362,22 +369,22 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:08:09.521542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:08:42.0350329Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","name":"cli-test-l2-000001","type":"microsoft.networkcloud/l2networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:46:07.3035931Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:46:40.8763841Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","l2IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L2IsolationDomains/l2isolationdomain1","hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '1319' + - '1345' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:44 GMT + - Wed, 21 Jun 2023 20:46:44 GMT expires: - '-1' pragma: @@ -389,9 +396,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 5f98b752-381e-4b51-8e36-47aec96f633d - - 254b943b-f7af-47e5-99db-e290e064d5f4 - - e31bbdc3-03d6-42f1-987d-baae308d53a6 + - c4e859d7-aa1f-4b3c-97ed-d6ed6868578f + - 560f7275-0a7c-47f3-9513-880043d2401e + - 6d8f4726-f306-4b6a-8bef-87728a0bc653 status: code: 200 message: OK @@ -411,15 +418,15 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -427,15 +434,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:45 GMT + - Wed, 21 Jun 2023 20:46:45 GMT etag: - - '"0600f839-0000-0100-0000-6462833d0000"' + - '"041036d5-0000-0100-0000-649361b60000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview mise-correlation-id: - - 1c94b9a0-a4a1-4e9a-8599-e90871dcae47 + - e4b7d2b5-cc0c-4030-ba81-f52a9adb37a6 pragma: - no-cache strict-transport-security: @@ -445,7 +452,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -463,12 +470,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Deleting","startTime":"2023-05-15T19:08:45.5277725Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","name":"d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Deleting","startTime":"2023-06-21T20:46:45.8656214Z"}' headers: cache-control: - no-cache @@ -477,9 +484,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:08:45 GMT + - Wed, 21 Jun 2023 20:46:45 GMT etag: - - '"b801d687-0000-0100-0000-6462833d0000"' + - '"e1024c77-0000-0100-0000-649361b50000"' expires: - '-1' pragma: @@ -505,12 +512,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-05-15T19:08:45.5277725Z","endTime":"2023-05-15T19:09:00.4031821Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","name":"d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-06-21T20:46:45.8656214Z","endTime":"2023-06-21T20:46:55.6768211Z","properties":null}' headers: cache-control: - no-cache @@ -519,9 +526,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:09:15 GMT + - Wed, 21 Jun 2023 20:47:15 GMT etag: - - '"b801e787-0000-0100-0000-6462834c0000"' + - '"e1027d77-0000-0100-0000-649361bf0000"' expires: - '-1' pragma: @@ -551,12 +558,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","name":"81d31434-e325-4a7c-b452-570ff827749b*E574335E3029FE5A9C64BF881EDCE043E13C75957E2EB98E234A67BD37162217","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-05-15T19:08:45.5277725Z","endTime":"2023-05-15T19:09:00.4031821Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","name":"d1bdc11b-fbe8-466a-83a8-198f2999c9ed*65C246F4DA46FA5685D49541F22273BFDC1BCC2B45ADECBAB9319FAC13947189","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l2Networks/cli-test-l2-000001","status":"Succeeded","startTime":"2023-06-21T20:46:45.8656214Z","endTime":"2023-06-21T20:46:55.6768211Z","properties":null}' headers: cache-control: - no-cache @@ -565,9 +572,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:09:15 GMT + - Wed, 21 Jun 2023 20:47:15 GMT etag: - - '"b801e787-0000-0100-0000-6462834c0000"' + - '"e1027d77-0000-0100-0000-649361bf0000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l3network_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l3network_scenario1.yaml index 07520b7851e..b6d24cd5443 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l3network_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_l3network_scenario1.yaml @@ -1,10 +1,9 @@ interactions: - request: - body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", - "type": "CustomLocation"}, "location": "eastus", "properties": {"hybridAksIpamEnabled": - "True", "hybridAksPluginType": "DPDK", "interfaceName": "eth0", "ipAllocationType": - "DualStack", "ipv4ConnectedPrefix": "10.1.100.0/24", "ipv6ConnectedPrefix": - "fd01:1::0/64", "l3IsolationDomainId": "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1", + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"interfaceName": + "eth0", "ipAllocationType": "DualStack", "ipv4ConnectedPrefix": "10.1.100.0/24", + "ipv6ConnectedPrefix": "fd01:1::0/64", "l3IsolationDomainId": "/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1", "vlan": 1001}, "tags": {"tag1": "tag1"}}' headers: Accept: @@ -16,37 +15,37 @@ interactions: Connection: - keep-alive Content-Length: - - '660' + - '597' Content-Type: - application/json ParameterSetName: - - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type - --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix - --l3-isolation-domain-id --vlan --tags --resource-group + - --name --extended-location --location --interface-name --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:18:55.1688434Z"},"properties":{"provisioningState":"Accepted","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:49:45.0175828Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:49:45.0175828Z"},"properties":{"provisioningState":"Accepted","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/422617e1-8170-46c1-b322-13e408faca36*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '1125' + - '1070' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:18:55 GMT + - Wed, 21 Jun 2023 20:49:45 GMT etag: - - '"5507f495-0000-0100-0000-6462a1bf0000"' + - '"3f0b2824-0000-0100-0000-649362690000"' expires: - '-1' mise-correlation-id: - - 95d2fc12-fdff-4ddb-a9a3-6c2919676a28 + - 56cb7de8-2ca0-42d3-826a-012ef3016f06 pragma: - no-cache strict-transport-security: @@ -72,16 +71,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type - --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix - --l3-isolation-domain-id --vlan --tags --resource-group + - --name --extended-location --location --interface-name --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/422617e1-8170-46c1-b322-13e408faca36*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Accepted","startTime":"2023-05-15T21:18:55.2106944Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/422617e1-8170-46c1-b322-13e408faca36*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","name":"422617e1-8170-46c1-b322-13e408faca36*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Accepted","startTime":"2023-06-21T20:49:45.2271912Z"}' headers: cache-control: - no-cache @@ -90,9 +89,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:18:55 GMT + - Wed, 21 Jun 2023 20:49:45 GMT etag: - - '"b80145d9-0000-0100-0000-6462a1bf0000"' + - '"e102cb78-0000-0100-0000-649362690000"' expires: - '-1' pragma: @@ -120,16 +119,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type - --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix - --l3-isolation-domain-id --vlan --tags --resource-group + - --name --extended-location --location --interface-name --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/422617e1-8170-46c1-b322-13e408faca36*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"ac1fc159-1cdf-4e20-915b-e1867696d02d*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-05-15T21:18:55.2106944Z","endTime":"2023-05-15T21:19:00.4357523Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/422617e1-8170-46c1-b322-13e408faca36*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","name":"422617e1-8170-46c1-b322-13e408faca36*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-06-21T20:49:45.2271912Z","endTime":"2023-06-21T20:49:51.8751901Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -138,9 +137,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:26 GMT + - Wed, 21 Jun 2023 20:50:16 GMT etag: - - '"b80147d9-0000-0100-0000-6462a1c40000"' + - '"e102d678-0000-0100-0000-6493626f0000"' expires: - '-1' pragma: @@ -168,28 +167,28 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-ipam-enabled --hybrid-aks-plugin-type - --interface-name --ip-allocation-type --ipv4-connected-prefix --ipv6-connected-prefix - --l3-isolation-domain-id --vlan --tags --resource-group + - --name --extended-location --location --interface-name --ip-allocation-type + --ipv4-connected-prefix --ipv6-connected-prefix --l3-isolation-domain-id --vlan + --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:19:02.2880127Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:49:45.0175828Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T20:49:52.6272046Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator"}}' headers: cache-control: - no-cache content-length: - - '1451' + - '1479' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:26 GMT + - Wed, 21 Jun 2023 20:50:16 GMT etag: - - '"5507f795-0000-0100-0000-6462a1c60000"' + - '"3f0bab25-0000-0100-0000-649362700000"' expires: - '-1' pragma: @@ -225,24 +224,24 @@ interactions: ParameterSetName: - --name --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:49:45.0175828Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:50:17.990347Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator"}}' headers: cache-control: - no-cache content-length: - - '1451' + - '1480' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:28 GMT + - Wed, 21 Jun 2023 20:50:19 GMT etag: - - '"55072796-0000-0100-0000-6462a1df0000"' + - '"3f0b802b-0000-0100-0000-6493628a0000"' expires: - '-1' pragma: @@ -276,24 +275,24 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:49:45.0175828Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:50:17.990347Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator"}}' headers: cache-control: - no-cache content-length: - - '1451' + - '1480' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:28 GMT + - Wed, 21 Jun 2023 20:50:20 GMT etag: - - '"55072796-0000-0100-0000-6462a1df0000"' + - '"3f0b802b-0000-0100-0000-6493628a0000"' expires: - '-1' pragma: @@ -323,40 +322,40 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/l3Networks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/l3Networks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/l3Networks/l3networksy1","name":"l3networksy1","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"simulator","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-03-13T16:09:59.889044Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-03-13T17:43:50.9523433Z"},"properties":{"provisioningState":"Failed","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.154.1","ipv6ConnectedPrefix":"fda0:d59c:da0b:9a::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m15-l3domain-1","vlan":567}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:38.6546818Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T06:08:35.6046892Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-xEaZHs8atcaIPQ"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:41.5271162Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T12:04:26.285629Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-537","name":"l3network-537","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:12:49.5039345Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T12:13:07.6034087Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-537","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.104.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:168::/64","vlan":537,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-538","name":"l3network-538","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-09T12:13:57.5059434Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T12:14:08.0092682Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-538","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.106.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:16a::/64","vlan":538,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-560","name":"l3network-560","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:44:09.6125142Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T20:44:53.4039386Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-560","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.147.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:193::/64","vlan":560,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-561","name":"l3network-561","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T20:46:34.0149104Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T20:46:51.0931785Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-561","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.148.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:194::/64","vlan":561,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","name":"l3network-502","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T23:56:35.976497Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T23:56:48.0685307Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-502","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.34.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:122::/64","vlan":502,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","name":"l3network-503","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-11T23:56:57.0170717Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T23:57:05.5730514Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-503","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.36.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:124::/64","vlan":503,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/l3Networks/l3Networkmikepvm","name":"l3Networkmikepvm","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalue1","key2":"myvalue2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:05:18.082584Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:12:41.7285977Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"//subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/virtualMachines/mikepvm1"],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestd73duvbzijikmg4exrualhb3rijs6cmfqqhbspbvejs66ppc5dutnvl3spiidetnzstv/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-4lrgjkw3wz36","name":"cli-test-l3-4lrgjkw3wz36","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:09:34.183334Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l3Networks/rg2l3test5network","name":"rg2l3test5network","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T16:29:18.7249247Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T16:45:52.7312663Z"},"properties":{"provisioningState":"Failed","interfaceName":"vlan-55","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.121.5.0/24","vlan":55,"hybridAksPluginType":"HostDevice","hybridAksIpamEnabled":"False"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.5494222Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T20:42:31.2803425Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw"],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:33.7840574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:33.7751937Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","name":"l3network-509","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:23:06.5903572Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:43.3295422Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-509","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.48.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:630::/64","vlan":509,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/mattj-l3n-527","name":"mattj-l3n-527","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:13:22.835009Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-05T15:42:37.8623978Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"False","hybridAksPluginType":"SRIOV","interfaceName":"vlan-527","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.84.0/24","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":527,"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","name":"l3network-568","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-08T18:59:06.756052Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T15:06:12.7890793Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"False","hybridAksPluginType":"OSDevice","interfaceName":"l3n568","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.155.0/28","ipv6ConnectedPrefix":"fda0:d59c:da0a:69b::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","vlan":568,"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-zvy0v/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","name":"l3network-502","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T15:53:31.8202168Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T15:53:43.7069395Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.34.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:622::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":502,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","interfaceName":"l3netw-6a28b","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-zvy0v/providers/Microsoft.NetworkCloud/l3Networks/l3network-503","name":"l3network-503","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T15:54:03.5399806Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T15:54:17.1904358Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.36.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:624::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":503,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","interfaceName":"l3netw-b70b5","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-flekj/providers/Microsoft.NetworkCloud/l3Networks/l3network-504","name":"l3network-504","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T17:27:37.8452194Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T17:27:49.1872489Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.38.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:626::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":504,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","interfaceName":"l3netw-6db69","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j18-c0d28c8f7cd3-flekj/providers/Microsoft.NetworkCloud/l3Networks/l3network-505","name":"l3network-505","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-05-15T17:28:09.9235739Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T17:28:19.8752128Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.40.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:628::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":505,"hybridAksIpamEnabled":"True","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"interfaceName":"l3netw-0c755","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/syzehra-sim-1/providers/Microsoft.NetworkCloud/l3Networks/l3networksy1","name":"l3networksy1","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4deb0127/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"simulator","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-03-13T16:09:59.889044Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:05:18.082584Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T21:54:48.7359533Z"},"properties":{"provisioningState":"Failed","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"//subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j25-77c882e61c36-hostedresources-516cffcc/providers/microsoft.extendedlocation/customlocations/j25-77c882e61c36-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j25","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-18T20:42:00.1728253Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-18T20:44:09.4592754Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j25-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.7.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-EAWovoM6rrznZw"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-77c882e61c36"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j25-77c882e61c36-hostedresources-516cffcc/providers/microsoft.extendedlocation/customlocations/j25-77c882e61c36-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j25","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-18T20:42:02.3428464Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-18T20:43:13.7912717Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j25-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.7.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmEAWovoM6rrznZw"],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmEAWovoM6rrznZw"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-77c882e61c36"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j25-77c882e61c36-u9h03/providers/Microsoft.NetworkCloud/l3Networks/l3network-514","name":"l3network-514","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j25-77c882e61c36-hostedresources-516cffcc/providers/microsoft.extendedlocation/customlocations/j25-77c882e61c36-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-18T20:50:52.2354009Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-18T20:51:00.459673Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.7.58.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:73a::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j25-l3domain-1","vlan":514,"interfaceName":"l3netw-ef634","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-77c882e61c36","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f96136f77dcb-hostedresources-299d1cbf/providers/microsoft.extendedlocation/customlocations/j17-f96136f77dcb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j17","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-19T15:33:19.5474697Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T15:35:44.9158714Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j17-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.8.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-4xc8AGhz5ZiB4A"],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f96136f77dcb","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f96136f77dcb-hostedresources-299d1cbf/providers/microsoft.extendedlocation/customlocations/j17-f96136f77dcb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j17","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-19T15:33:19.5878625Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T15:34:43.2262549Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j17-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.8.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevm4xc8AGhz5ZiB4A"],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevm4xc8AGhz5ZiB4A"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f96136f77dcb"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-j17-f96136f77dcb-ukpxi/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","name":"l3network-502","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f96136f77dcb-hostedresources-299d1cbf/providers/microsoft.extendedlocation/customlocations/j17-f96136f77dcb-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-19T15:40:12.5072023Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T15:40:21.5334706Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.8.34.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:822::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j17-l3domain-1","vlan":502,"interfaceName":"l3netw-5f29f","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f96136f77dcb","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-20T09:11:02.6256862Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T09:13:12.9924891Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":[],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-VqRe0INyDdBIlQ"],"virtualMachinesAssociatedIds":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-487bb720ddfb","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-20T09:11:02.6946097Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T09:12:12.2273022Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmVqRe0INyDdBIlQ"],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmVqRe0INyDdBIlQ"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-487bb720ddfb"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m16-1-487bb720ddfb-tbus7/providers/Microsoft.NetworkCloud/l3Networks/l3network-506","name":"l3network-506","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-20T09:22:02.343031Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T09:22:08.6272734Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.1.42.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:12a::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","vlan":506,"interfaceName":"l3netw-69d19","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-487bb720ddfb","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-resource-testing-m16-1-487bb720ddfb-xmmiq/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","name":"l3network-502","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CleanupFrequency":"Daily","ManagedBy":"nc-resource-testing","Purpose":"QA"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-20T21:18:20.1911372Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T21:18:29.8152794Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"OSDevice","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.34.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:122::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-1","vlan":502,"interfaceName":"l3netw-e4113","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-487bb720ddfb","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-e41a236b-4217-43ee-8bd6-4ff1b1540dc5/providers/Microsoft.NetworkCloud/l3Networks/l3network2","name":"l3network2","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-57ca2d1c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"buildID":"919385","from":"cloudtest"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-20T22:04:08.3539144Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T22:04:46.6364499Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-1004","ipv4ConnectedPrefix":"10.20.101.0/24","ipv6ConnectedPrefix":"fd01:20::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2","vlan":1004,"ipAllocationType":"DualStack","hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-06-08/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-e41a236b-4217-43ee-8bd6-4ff1b1540dc5/providers/Microsoft.NetworkCloud/virtualMachines/VirtualMachinesffc012"],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-e41a236b-4217-43ee-8bd6-4ff1b1540dc5/providers/Microsoft.NetworkCloud/virtualMachines/VirtualMachinesffc012"],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:49:45.0175828Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:50:17.990347Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l3Networks/rg2l3test5network","name":"rg2l3test5network","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T16:29:18.7249247Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T16:45:52.7312663Z"},"properties":{"provisioningState":"Failed","interfaceName":"vlan-55","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.121.5.0/24","vlan":55,"hybridAksPluginType":"HostDevice","hybridAksIpamEnabled":"False"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","name":"l3network-535","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:28.5494222Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-31T16:44:34.6968373Z"},"properties":{"provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"vlan-535","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.100.0/24","vlan":535,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","name":"l3network-530","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"l3network","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:33.7840574Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T16:24:58.5891496Z"},"properties":{"provisioningState":"Succeeded","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/pipelinehaks-HjfxOFWK0XXjvw","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","interfaceName":"vlan-530","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.90.0/24","vlan":530,"hybridAksPluginType":"DPDK","hybridAksIpamEnabled":"False","associatedResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-509","name":"l3network-509","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:23:06.5903572Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:43.3295422Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-509","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.48.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:630::/64","vlan":509,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/mattj-l3n-527","name":"mattj-l3n-527","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T16:13:22.835009Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T20:22:28.6167071Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"False","hybridAksPluginType":"SRIOV","interfaceName":"vlan-527","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.84.0/24","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","vlan":527,"associatedResourceIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm3"],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mattjtest-haks2"],"virtualMachinesAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm3"],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","name":"l3network-568","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-08T18:59:06.756052Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-26T19:49:30.113341Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"False","hybridAksPluginType":"OSDevice","interfaceName":"l3n568","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.6.155.0/28","ipv6ConnectedPrefix":"fda0:d59c:da0a:69b::/64","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2","vlan":568,"associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-507","name":"l3network-507","type":"microsoft.networkcloud/l3networks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"l3Network"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-24T02:43:05.0876113Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-16T13:41:41.1197564Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"vlan-507","l3IsolationDomainId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1","ipAllocationType":"IPV4","ipv4ConnectedPrefix":"10.6.44.0/24","ipv6ConnectedPrefix":"fda0:d59c:da0a:62c::/64","vlan":507,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}}]}' headers: cache-control: - no-cache content-length: - - '36540' + - '37485' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:28 GMT + - Wed, 21 Jun 2023 20:50:20 GMT expires: - '-1' pragma: @@ -368,9 +367,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f62aad66-9bad-4731-bb17-6216558e7638 - - e2e50927-b404-42b4-bb98-9bfa005da973 - - f0b8c36a-f0f2-4faf-84d2-f8e6486f9530 + - 8992ad7c-fce0-436b-b0ed-154dd9293eee + - 89c34165-c8c5-41b8-bbe4-7864d991c5f5 + - 95e64aea-faae-44c1-b6bb-1884473cc830 status: code: 200 message: OK @@ -388,22 +387,22 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T21:18:55.1688434Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T21:19:27.4577897Z"},"properties":{"provisioningState":"Succeeded","hybridAksIpamEnabled":"True","hybridAksPluginType":"DPDK","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/linquan-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","name":"cli-test-l3-000001","type":"microsoft.networkcloud/l3networks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:49:45.0175828Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:50:17.990347Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","ipAllocationType":"DualStack","ipv4ConnectedPrefix":"10.1.100.0/24","ipv6ConnectedPrefix":"fd01:1::0/64","l3IsolationDomainId":"/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain1","vlan":1001,"hybridAksPluginType":"SRIOV","hybridAksIpamEnabled":"True","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator"}}]}' headers: cache-control: - no-cache content-length: - - '1463' + - '1492' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:30 GMT + - Wed, 21 Jun 2023 20:50:22 GMT expires: - '-1' pragma: @@ -415,9 +414,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 8246cbb1-e089-42fd-957c-186c613030a0 - - 8bfff394-ac69-417e-89eb-c51d35d168a3 - - 422fd4e1-c54c-4a7c-856f-38593079037e + - 931f727e-a2b9-447e-9403-b08a38011560 + - f7836324-c971-411c-8565-d3e4da799fbb + - fe71b432-d2ad-4a2a-8a4b-acc854b155dd status: code: 200 message: OK @@ -437,15 +436,15 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -453,15 +452,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:31 GMT + - Wed, 21 Jun 2023 20:50:23 GMT etag: - - '"55072996-0000-0100-0000-6462a1e30000"' + - '"3f0b742d-0000-0100-0000-649362900000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview mise-correlation-id: - - 088f3117-4895-415a-965e-5cd1c928ca77 + - 9e0cdb91-9901-4025-8573-587a1c19768c pragma: - no-cache strict-transport-security: @@ -471,7 +470,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 202 message: Accepted @@ -489,12 +488,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Deleting","startTime":"2023-05-15T21:19:31.2431539Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","name":"5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Deleting","startTime":"2023-06-21T20:50:23.7135807Z"}' headers: cache-control: - no-cache @@ -503,9 +502,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:19:31 GMT + - Wed, 21 Jun 2023 20:50:23 GMT etag: - - '"b801b4d9-0000-0100-0000-6462a1e30000"' + - '"e102ed78-0000-0100-0000-6493628f0000"' expires: - '-1' pragma: @@ -531,12 +530,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-05-15T21:19:31.2431539Z","endTime":"2023-05-15T21:19:37.9545859Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","name":"5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-06-21T20:50:23.7135807Z","endTime":"2023-06-21T20:50:28.8936226Z","properties":null}' headers: cache-control: - no-cache @@ -545,9 +544,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:20:01 GMT + - Wed, 21 Jun 2023 20:50:53 GMT etag: - - '"b801e0d9-0000-0100-0000-6462a1e90000"' + - '"e102f278-0000-0100-0000-649362940000"' expires: - '-1' pragma: @@ -577,12 +576,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","name":"f638f213-b21f-40bd-ae99-b09c25b5c062*628829710AF64DF1815E463A54703476B6913DD61BD63B7B79F611BF804038B2","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-05-15T21:19:31.2431539Z","endTime":"2023-05-15T21:19:37.9545859Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","name":"5ccadec0-73c5-4dcf-9200-09a0a432e7df*0AC15BFFE59C2EF6FCAB063F5B46EA7A53EFB397A8DA1ED0B346FBC7AEA3F77B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/l3Networks/cli-test-l3-000001","status":"Succeeded","startTime":"2023-06-21T20:50:23.7135807Z","endTime":"2023-06-21T20:50:28.8936226Z","properties":null}' headers: cache-control: - no-cache @@ -591,9 +590,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 21:20:01 GMT + - Wed, 21 Jun 2023 20:50:53 GMT etag: - - '"b801e0d9-0000-0100-0000-6462a1e90000"' + - '"e102f278-0000-0100-0000-649362940000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_metricsconfiguration_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_metricsconfiguration_scenario1.yaml index 73c44d4a4ec..6c9dfa32522 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_metricsconfiguration_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_metricsconfiguration_scenario1.yaml @@ -22,13 +22,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T19:50:10.0389925Z"},"properties":{"provisioningState":"Accepted","collectionInterval":15,"enabledMetrics":["node_os_version"]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:58:55.5856613Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-19T19:58:55.5856613Z"},"properties":{"provisioningState":"Accepted","collectionInterval":15,"enabledMetrics":["node_os_version"]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5fed04a-9c7a-4db7-b63a-47d62646b3f8*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -36,13 +36,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:50:10 GMT + - Fri, 19 May 2023 19:58:56 GMT etag: - - '"75001e4a-0000-0100-0000-6467d2f20000"' + - '"750086ca-0000-0100-0000-6467d5000000"' expires: - '-1' mise-correlation-id: - - 60449cf2-37ea-4082-bf24-2439a8f44661 + - 443eddaf-5f0c-41fb-8ba5-9110e392a87c pragma: - no-cache strict-transport-security: @@ -73,21 +73,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5fed04a-9c7a-4db7-b63a-47d62646b3f8*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Accepted","startTime":"2023-05-19T19:50:10.2362258Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5fed04a-9c7a-4db7-b63a-47d62646b3f8*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"c5fed04a-9c7a-4db7-b63a-47d62646b3f8*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Accepted","startTime":"2023-05-19T19:58:55.749806Z"}' headers: cache-control: - no-cache content-length: - - '586' + - '585' content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:50:11 GMT + - Fri, 19 May 2023 19:58:56 GMT etag: - - '"9400881d-0000-0100-0000-6467d2f20000"' + - '"940091cb-0000-0100-0000-6467d4ff0000"' expires: - '-1' pragma: @@ -120,21 +120,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5fed04a-9c7a-4db7-b63a-47d62646b3f8*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"0813b286-590c-40e6-ba3f-074a27047035*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:50:10.2362258Z","endTime":"2023-05-19T19:50:15.6726569Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c5fed04a-9c7a-4db7-b63a-47d62646b3f8*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"c5fed04a-9c7a-4db7-b63a-47d62646b3f8*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:58:55.749806Z","endTime":"2023-05-19T19:59:03.7861949Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '657' + - '656' content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:50:41 GMT + - Fri, 19 May 2023 19:59:26 GMT etag: - - '"9400691f-0000-0100-0000-6467d2f70000"' + - '"940038ce-0000-0100-0000-6467d5070000"' expires: - '-1' pragma: @@ -167,10 +167,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:16.2529578Z"},"properties":{"provisioningState":"Succeeded","collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:58:55.5856613Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:59:04.7030967Z"},"properties":{"provisioningState":"Succeeded","collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied"}}' headers: cache-control: - no-cache @@ -179,9 +179,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:50:41 GMT + - Fri, 19 May 2023 19:59:27 GMT etag: - - '"75008f4b-0000-0100-0000-6467d2f80000"' + - '"7500b2cc-0000-0100-0000-6467d5080000"' expires: - '-1' pragma: @@ -220,13 +220,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -234,15 +234,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:50:43 GMT + - Fri, 19 May 2023 19:59:29 GMT etag: - - '"75001f52-0000-0100-0000-6467d3130000"' + - '"75007cd3-0000-0100-0000-6467d5210000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview mise-correlation-id: - - 93c9d891-93f8-45e0-8300-53d1fd2cf862 + - 293449f9-e1b7-476f-9b7a-54857780966b pragma: - no-cache strict-transport-security: @@ -272,10 +272,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Accepted","startTime":"2023-05-19T19:50:43.5105484Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Accepted","startTime":"2023-05-19T19:59:29.1005283Z"}' headers: cache-control: - no-cache @@ -284,9 +284,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:50:43 GMT + - Fri, 19 May 2023 19:59:29 GMT etag: - - '"9400b327-0000-0100-0000-6467d3130000"' + - '"9400fbd6-0000-0100-0000-6467d5210000"' expires: - '-1' pragma: @@ -318,10 +318,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"da1ce988-53ce-4faa-a21e-3ce4113613a0*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:50:43.5105484Z","endTime":"2023-05-19T19:50:49.6094627Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cb4b62dd-b17f-46c1-b86f-f777709b5980*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:59:29.1005283Z","endTime":"2023-05-19T19:59:34.4907549Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -330,9 +330,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:13 GMT + - Fri, 19 May 2023 19:59:59 GMT etag: - - '"94003429-0000-0100-0000-6467d3190000"' + - '"9400a0d8-0000-0100-0000-6467d5260000"' expires: - '-1' pragma: @@ -364,21 +364,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:50.159703Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:58:55.5856613Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:59:35.1111528Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '12092' + - '12093' content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:13 GMT + - Fri, 19 May 2023 19:59:59 GMT etag: - - '"7500b753-0000-0100-0000-6467d31a0000"' + - '"750040d5-0000-0100-0000-6467d5270000"' expires: - '-1' pragma: @@ -412,21 +412,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:50.159703Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:58:55.5856613Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:59:35.1111528Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '12092' + - '12093' content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:15 GMT + - Fri, 19 May 2023 20:00:00 GMT etag: - - '"7500b753-0000-0100-0000-6467d31a0000"' + - '"750040d5-0000-0100-0000-6467d5270000"' expires: - '-1' pragma: @@ -460,19 +460,19 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:50:10.0389925Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:50:50.159703Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","name":"default","type":"microsoft.networkcloud/clusters/metricsconfigurations","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-27e40714/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-19T19:58:55.5856613Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-19T19:59:35.1111528Z"},"properties":{"collectionInterval":15,"enabledMetrics":["node_os_version"],"disabledMetrics":["apiserver_client_certificate_expiration_seconds_bucket","container_file_descriptors","container_fs_io_current","container_fs_io_time_weighted_seconds_total","container_fs_read_seconds_total","container_fs_reads_bytes_total","container_fs_reads_total","container_fs_sector_reads_total","container_fs_sector_writes_total","container_fs_usage_bytes","container_fs_write_seconds_total","container_fs_writes_bytes_total","container_fs_writes_total","container_memory_cache","container_memory_failures_total","container_memory_mapped_file","container_memory_max_usage_bytes","container_memory_rss","container_memory_swap","container_memory_working_set_bytes","container_network_receive_errors_total","container_network_receive_packets_total","container_network_transmit_errors_total","container_network_transmit_packets_total","container_scrape_error","container_sockets","container_spec_cpu_quota","container_spec_memory_limit_bytes","coredns_build_info","coredns_cache_hits_total","coredns_dns_request_duration_seconds_bucket","coredns_dns_request_duration_seconds_count","coredns_dns_request_duration_seconds_sum","coredns_forward_healthcheck_broken_total","coredns_forward_max_concurrent_rejects_total","coredns_reload_failed_total","etcd_disk_backend_commit_duration_seconds_bucket","etcd_disk_backend_commit_duration_seconds_count","etcd_disk_wal_fsync_duration_seconds_bucket","etcd_disk_wal_fsync_duration_seconds_count","etcd_disk_wal_write_bytes_total","etcd_server_has_leader","etcd_server_health_failures","etcd_server_slow_apply_total","felix_active_local_policies","felix_bpf_dirty_dataplane_endpoints","felix_bpf_happy_dataplane_endpoints","felix_calc_graph_output_events","felix_calc_graph_update_time_seconds","felix_calc_graph_updates_processed","felix_cluster_num_policies","felix_exec_time_micros","felix_int_dataplane_apply_time_seconds","felix_ipset_calls","felix_ipset_lines_executed","felix_iptables_chains","felix_iptables_lines_executed","felix_iptables_lock_acquire_secs_count","felix_iptables_lock_acquire_secs_sum","felix_iptables_lock_retries","felix_iptables_restore_calls","felix_iptables_save_calls","felix_log_errors","felix_logs_dropped","felix_route_table_list_seconds","felix_route_table_per_iface_sync_seconds","get_token_fail_count","kube_endpoint_address_not_ready","kube_persistentvolumeclaim_access_mode","kube_pod_spec_volumes_persistentvolumeclaims_readonly","kube_replicaset_status_replicas","kubelet_certificate_manager_client_expiration_renew_errors","kubelet_run_podsandbox_errors_total","kubelet_started_pods_errors_total","kubelet_volume_stats_inodes","kubelet_volume_stats_inodes_free","kubelet_volume_stats_inodes_used","kubevirt_vmi_memory_pgmajfault","kubevirt_vmi_memory_pgminfault","kubevirt_vmi_memory_resident_bytes","kubevirt_vmi_memory_usable_bytes","kubevirt_vmi_network_receive_bytes_total","kubevirt_vmi_network_receive_errors_total","kubevirt_vmi_network_receive_packets_dropped_total","kubevirt_vmi_network_transmit_bytes_total","kubevirt_vmi_network_transmit_errors_total","kubevirt_vmi_non_evictable","kubevirt_vmi_phase_transition_time_from_creation_seconds_count","kubevirt_vmi_storage_flush_requests_total","kubevirt_vmi_storage_flush_times_ms_total","kubevirt_vmi_storage_read_traffic_bytes_total","kubevirt_vmi_storage_write_traffic_bytes_total","kubevirt_vmi_vcpu_seconds","kubevirt_vmi_vcpu_wait_seconds","kubevirt_workqueue_depth","kubevirt_workqueue_longest_running_processor_seconds","kubevirt_workqueue_retries_total","kubevirt_workqueue_unfinished_work_seconds","machine_cpu_cores","namedprocess_namegroup_context_switches_total","namedprocess_namegroup_oldest_start_time_seconds","namedprocess_namegroup_states","node_arp_entries","node_bonding_active","node_bonding_slaves","node_cpu_guest_seconds_total","node_disk_flush_requests_time_seconds_total","node_disk_flush_requests_total","node_disk_io_now","node_entropy_pool_size_bits","node_filefd_allocated","node_filefd_maximum","node_forks_total","node_infiniband_excessive_buffer_overrun_errors_total","node_infiniband_link_downed_total","node_infiniband_link_error_recovery_total","node_infiniband_local_link_integrity_errors_total","node_infiniband_vl15_dropped_total","node_intr_total","node_ipvs_backend_weight","node_ipvs_connections_total","node_ipvs_incoming_bytes_total","node_ipvs_incoming_packets_total","node_ipvs_outgoing_bytes_total","node_ipvs_outgoing_packets_total","node_memory_Active_bytes","node_memory_Active_file_bytes","node_memory_Bounce_bytes","node_memory_Buffers_bytes","node_memory_Cached_bytes","node_memory_CommitLimit_bytes","node_memory_Committed_AS_bytes","node_memory_DirectMap1G_bytes","node_memory_DirectMap2M_bytes","node_memory_DirectMap4k_bytes","node_memory_Dirty_bytes","node_memory_FileHugePages_bytes","node_memory_FilePmdMapped_bytes","node_memory_HugePages_Free","node_memory_HugePages_Rsvd","node_memory_HugePages_Surp","node_memory_HugePages_Total","node_memory_Hugepagesize_bytes","node_memory_Hugetlb_bytes","node_memory_Inactive_anon_bytes","node_memory_Inactive_bytes","node_memory_Inactive_file_bytes","node_memory_KReclaimable_bytes","node_memory_KernelStack_bytes","node_memory_Mapped_bytes","node_memory_Mlocked_bytes","node_memory_PageTables_bytes","node_memory_Percpu_bytes","node_memory_SReclaimable_bytes","node_memory_SUnreclaim_bytes","node_memory_ShmemHugePages_bytes","node_memory_ShmemPmdMapped_bytes","node_memory_Shmem_bytes","node_memory_Slab_bytes","node_memory_SwapCached_bytes","node_memory_SwapFree_bytes","node_memory_SwapTotal_bytes","node_memory_Unevictable_bytes","node_memory_VmallocChunk_bytes","node_memory_VmallocTotal_bytes","node_memory_VmallocUsed_bytes","node_memory_WritebackTmp_bytes","node_memory_Writeback_bytes","node_memory_numa_Active","node_memory_numa_Active_anon","node_memory_numa_Active_file","node_memory_numa_AnonHugePages","node_memory_numa_AnonPages","node_memory_numa_Bounce","node_memory_numa_Dirty","node_memory_numa_FileHugePages","node_memory_numa_FilePages","node_memory_numa_FilePmdMapped","node_memory_numa_HugePages_Surp","node_memory_numa_Inactive","node_memory_numa_Inactive_anon","node_memory_numa_Inactive_file","node_memory_numa_KReclaimable","node_memory_numa_KernelStack","node_memory_numa_Mapped","node_memory_numa_Mlocked","node_memory_numa_PageTables","node_memory_numa_SReclaimable","node_memory_numa_SUnreclaim","node_memory_numa_ShmemHugePages","node_memory_numa_ShmemPmdMapped","node_memory_numa_Slab","node_memory_numa_SwapCached","node_memory_numa_Unevictable","node_memory_numa_Writeback","node_memory_numa_WritebackTmp","node_memory_numa_interleave_hit_total","node_memory_numa_local_node_total","node_memory_numa_numa_foreign_total","node_memory_numa_numa_hit_total","node_memory_numa_numa_miss_total","node_memory_numa_other_node_total","node_netstat_Icmp6_InMsgs","node_netstat_Icmp6_OutMsgs","node_netstat_Icmp_InErrors","node_netstat_Icmp_InMsgs","node_netstat_Icmp_OutMsgs","node_netstat_Ip6_InOctets","node_netstat_Ip6_OutOctets","node_netstat_IpExt_InOctets","node_netstat_IpExt_OutOctets","node_netstat_Ip_Forwarding","node_netstat_TcpExt_ListenDrops","node_netstat_TcpExt_ListenOverflows","node_netstat_TcpExt_SyncookiesFailed","node_netstat_TcpExt_SyncookiesRecv","node_netstat_TcpExt_SyncookiesSent","node_netstat_TcpExt_TCPSynRetrans","node_netstat_TcpExt_TCPTimeouts","node_netstat_Tcp_ActiveOpens","node_netstat_Tcp_CurrEstab","node_netstat_Tcp_InErrs","node_netstat_Tcp_InSegs","node_netstat_Tcp_OutRsts","node_netstat_Tcp_OutSegs","node_netstat_Tcp_PassiveOpens","node_netstat_Tcp_RetransSegs","node_netstat_Udp6_InDatagrams","node_netstat_Udp6_NoPorts","node_netstat_Udp6_OutDatagrams","node_netstat_UdpLite_InErrors","node_netstat_Udp_InDatagrams","node_netstat_Udp_InErrors","node_netstat_Udp_NoPorts","node_netstat_Udp_OutDatagrams","node_netstat_Udp_RcvbufErrors","node_netstat_Udp_SndbufErrors","node_network_address_assign_type","node_network_carrier","node_network_carrier_down_changes_total","node_network_carrier_up_changes_total","node_network_device_id","node_network_dormant","node_network_flags","node_network_iface_id","node_network_iface_link","node_network_iface_link_mode","node_network_name_assign_type","node_network_net_dev_group","node_network_protocol_type","node_network_receive_bytes_total","node_network_receive_compressed_total","node_network_receive_drop_total","node_network_receive_fifo_total","node_network_receive_frame_total","node_network_transmit_bytes_total","node_network_transmit_carrier_total","node_network_transmit_colls_total","node_network_transmit_compressed_total","node_network_transmit_drop_total","node_network_transmit_fifo_total","node_network_transmit_queue_length","node_nf_conntrack_stat_found","node_nf_conntrack_stat_ignore","node_nf_conntrack_stat_insert","node_nf_conntrack_stat_insert_failed","node_nf_conntrack_stat_invalid","node_nf_conntrack_stat_search_restart","node_nvme_info","node_pressure_cpu_waiting_seconds_total","node_pressure_io_stalled_seconds_total","node_pressure_io_waiting_seconds_total","node_pressure_memory_stalled_seconds_total","node_pressure_memory_waiting_seconds_total","node_processes_max_processes","node_processes_max_threads","node_processes_pids","node_processes_state","node_processes_threads","node_processes_threads_state","node_procs_blocked","node_procs_running","node_schedstat_running_seconds_total","node_schedstat_timeslices_total","node_schedstat_waiting_seconds_total","node_sockstat_FRAG6_inuse","node_sockstat_FRAG6_memory","node_sockstat_FRAG_inuse","node_sockstat_FRAG_memory","node_sockstat_RAW6_inuse","node_sockstat_RAW_inuse","node_sockstat_TCP6_inuse","node_sockstat_TCP_alloc","node_sockstat_TCP_inuse","node_sockstat_TCP_mem","node_sockstat_TCP_mem_bytes","node_sockstat_TCP_orphan","node_sockstat_TCP_tw","node_sockstat_UDP6_inuse","node_sockstat_UDPLITE6_inuse","node_sockstat_UDPLITE_inuse","node_sockstat_UDP_inuse","node_sockstat_UDP_mem","node_sockstat_UDP_mem_bytes","node_sockstat_sockets_used","node_softnet_dropped_total","node_softnet_processed_total","node_timex_loop_time_constant","node_timex_pps_error_total","node_timex_pps_frequency_hertz","node_timex_pps_jitter_seconds","node_timex_pps_jitter_total","node_timex_pps_shift_seconds","node_timex_pps_stability_exceeded_total","node_timex_pps_stability_hertz","node_timex_status","node_timex_tick_seconds","node_uname_info","node_vmstat_pgfault","node_vmstat_pgmajfault","node_vmstat_pgpgin","node_vmstat_pgpgout","process_cpu_seconds_total","process_resident_memory_bytes","process_start_time_seconds","process_virtual_memory_bytes","process_virtual_memory_max_bytes","promhttp_metric_handler_requests_in_flight","promhttp_metric_handler_requests_total","purefa_hardware_chassis_health","purefa_hardware_controller_health","storage_operation_errors_total","typha_breadcrumb_block","typha_breadcrumb_non_block","typha_breadcrumb_seq_number","typha_breadcrumb_size","typha_client_latency_secs","typha_client_write_latency_secs","typha_connections_grace_used","typha_kvs_per_msg","typha_log_errors","typha_logs_dropped","typha_ping_latency","typha_updates_skipped","typha_updates_total"],"detailedStatus":"Applied","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '12104' + - '12105' content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:15 GMT + - Fri, 19 May 2023 20:00:01 GMT expires: - '-1' pragma: @@ -508,13 +508,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -522,15 +522,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:18 GMT + - Fri, 19 May 2023 20:00:03 GMT etag: - - '"7500e65a-0000-0100-0000-6467d3360000"' + - '"7500bcdd-0000-0100-0000-6467d5440000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview mise-correlation-id: - - 86e475e3-c24a-4268-aef6-c1963cffa714 + - 158cbfc4-d629-4f1b-b2d9-fe31da9af4cf pragma: - no-cache strict-transport-security: @@ -560,10 +560,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Deleting","startTime":"2023-05-19T19:51:18.4919593Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Deleting","startTime":"2023-05-19T20:00:03.7083356Z"}' headers: cache-control: - no-cache @@ -572,9 +572,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:18 GMT + - Fri, 19 May 2023 20:00:03 GMT etag: - - '"9400ab32-0000-0100-0000-6467d3360000"' + - '"940045e3-0000-0100-0000-6467d5430000"' expires: - '-1' pragma: @@ -602,10 +602,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:51:18.4919593Z","endTime":"2023-05-19T19:51:22.5890805Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T20:00:03.7083356Z","endTime":"2023-05-19T20:00:09.3463349Z","properties":null}' headers: cache-control: - no-cache @@ -614,9 +614,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:48 GMT + - Fri, 19 May 2023 20:00:34 GMT etag: - - '"94009b34-0000-0100-0000-6467d33a0000"' + - '"940049e5-0000-0100-0000-6467d5490000"' expires: - '-1' pragma: @@ -648,10 +648,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"cf712f73-d541-4293-acff-9b19e9019c2d*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T19:51:18.4919593Z","endTime":"2023-05-19T19:51:22.5890805Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","name":"b831755c-755f-426c-a4ac-b23d19205211*79EFC94645C91D0284367C8887C033B89F6A153134559E0F69C39CC657C28D51","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-automation-rg/providers/Microsoft.NetworkCloud/clusters/simulator/metricsConfigurations/default","status":"Succeeded","startTime":"2023-05-19T20:00:03.7083356Z","endTime":"2023-05-19T20:00:09.3463349Z","properties":null}' headers: cache-control: - no-cache @@ -660,9 +660,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 May 2023 19:51:48 GMT + - Fri, 19 May 2023 20:00:34 GMT etag: - - '"94009b34-0000-0100-0000-6467d33a0000"' + - '"940049e5-0000-0100-0000-6467d5490000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_rack_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_rack_scenario1.yaml index 1f4fe4f5084..c344d27162e 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_rack_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_rack_scenario1.yaml @@ -21,13 +21,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -35,15 +35,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 19:00:17 GMT + - Wed, 17 May 2023 16:26:35 GMT etag: - - '"9f00f064-0000-0100-0000-646675c10000"' + - '"350200f3-0000-0100-0000-6465003b0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE?api-version=2023-05-01-preview mise-correlation-id: - - 42ebfd05-eb53-4f6b-8dc7-deba67879368 + - 1a2921d4-0352-4e53-8175-1d25720280ef pragma: - no-cache strict-transport-security: @@ -73,21 +73,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","name":"207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","status":"Accepted","startTime":"2023-05-18T19:00:16.986548Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE","name":"f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234","status":"Accepted","startTime":"2023-05-17T16:26:35.2364072Z"}' headers: cache-control: - no-cache content-length: - - '566' + - '567' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 19:00:17 GMT + - Wed, 17 May 2023 16:26:35 GMT etag: - - '"390025fa-0000-0100-0000-646675c00000"' + - '"2f00cf66-0000-0100-0000-6465003b0000"' expires: - '-1' pragma: @@ -119,21 +119,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","name":"207cb0d2-2da3-4ec4-8dce-8baeb575a997*DDAD25BBFF8762B51EE0F248FA38106393C035850ED8D54A20C74AF5A72E3ACE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","status":"Succeeded","startTime":"2023-05-18T19:00:16.986548Z","endTime":"2023-05-18T19:00:23.0751428Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE","name":"f441cec6-a868-4b5f-8f8f-b5fe0a1553d5*61FE74D8D49C5BB9C545C0A923B5399D31DE21C3337221153BDFB76643325FEE","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234","status":"Succeeded","startTime":"2023-05-17T16:26:35.2364072Z","endTime":"2023-05-17T16:26:40.2567676Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '637' + - '638' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 19:00:47 GMT + - Wed, 17 May 2023 16:27:05 GMT etag: - - '"39003afd-0000-0100-0000-646675c70000"' + - '"2f00126a-0000-0100-0000-646500400000"' expires: - '-1' pragma: @@ -165,22 +165,22 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.8044524Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:00:24.3847549Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft - Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-624cf26d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-12T14:55:20.3733877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T16:26:40.7635961Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft + Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/drewwalters-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1269' + - '1268' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 19:00:47 GMT + - Wed, 17 May 2023 16:27:05 GMT etag: - - '"9f00cf68-0000-0100-0000-646675c80000"' + - '"3502a4f3-0000-0100-0000-646500400000"' expires: - '-1' pragma: @@ -214,22 +214,22 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.8044524Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:00:24.3847549Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft - Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-624cf26d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-12T14:55:20.3733877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T16:26:40.7635961Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft + Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/drewwalters-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1269' + - '1268' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 19:00:49 GMT + - Wed, 17 May 2023 16:27:06 GMT etag: - - '"9f00cf68-0000-0100-0000-646675c80000"' + - '"3502a4f3-0000-0100-0000-646500400000"' expires: - '-1' pragma: @@ -263,21 +263,21 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.16 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.35) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa5678","name":"aa5678","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/rackshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:12.9156732Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T23:38:44.7324911Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Compute_DellR750_3C2M_sim","rackSerialNumber":"aa5678","availabilityZone":"1","rackLocation":"Foo - Datacenter, Floor 3, Aisle 9, Rack 2","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-432A8F10/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-432a8f10/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-17T23:36:13.8044524Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T19:00:24.3847549Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft - Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ssteinbrueck-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa1234","name":"aa1234","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-624cf26d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-12T14:55:20.3733877Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T16:26:40.7635961Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Aggregator_x70r3_9_sim","rackSerialNumber":"0000-AAA-1234","availabilityZone":"A","rackLocation":"Microsoft + Datacenter, Floor 2, Aisle 1, Rack 1","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/drewwalters-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-624CF26D/providers/Microsoft.NetworkCloud/racks/aa5678","name":"aa5678","type":"microsoft.networkcloud/racks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-624cf26d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-624cf26d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/rackshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-12T14:55:22.7149988Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-12T14:57:52.4129676Z"},"properties":{"rackSkuId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Compute_DellR750_3C2M_sim","rackSerialNumber":"aa5678","availabilityZone":"1","rackLocation":"Foo + Datacenter, Floor 3, Aisle 9, Rack 2","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/drewwalters-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '2732' + - '2730' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 19:00:51 GMT + - Wed, 17 May 2023 16:27:07 GMT expires: - '-1' pragma: @@ -289,9 +289,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 48f7fc74-2482-46d2-9339-9f62a71172dc - - 48bbd8e1-4d39-4122-8104-a42893ca089e - - 5172356d-1b77-49cc-a37e-a3220b19dd0e + - 0c54bd20-3525-40bd-8aa6-98badaa9c48b + - 7c9470ba-81a7-4764-9e75-f8ecfde87a96 + - bbe989a7-14e9-45a1-831a-5e02b9523c3a status: code: 200 message: OK diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml index d1735f046c8..693e2d676a9 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_racksku_scenario1.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M?api-version=2023-05-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","name":"V1_5_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A @@ -28,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 23:04:49 GMT + - Tue, 16 May 2023 22:56:33 GMT expires: - '-1' pragma: @@ -60,15 +60,15 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","name":"V1_5_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Aggregator_x70r3_9","name":"V1_5_4_Aggregator_x70r3_9","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","supportedRackSkuIds":["/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_12C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_16C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_4C2M"],"rackType":"Aggregator","maxClusterSlots":8,"description":"An + aggregator rack with one Pure device","storageAppliances":[{"properties":{"capacityGB":91000,"model":"x70r3-9"},"rackSlot":1}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Compute_DellR750_8C2M","name":"VLab1_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A + compute rack with eight Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":41},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":42}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":31},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":29},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":27},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":25},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":16},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","name":"V1_5_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A compute rack with eight Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_12C2M","name":"V1_5_4_Compute_DellR750_12C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A compute rack with twelve Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":13},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":11},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_16C2M","name":"V1_5_4_Compute_DellR750_16C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A - compute rack with sixteen Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":17},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":18}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":11},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":13},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":15},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":16}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Aggregator_x70r3_9","name":"V1_5_4_Aggregator_x70r3_9","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","supportedRackSkuIds":["/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_8C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_12C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_16C2M","/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/V1_5_4_Compute_DellR750_4C2M"],"rackType":"Aggregator","maxClusterSlots":8,"description":"An - aggregator rack with one Pure device","storageAppliances":[{"properties":{"capacityGB":91000,"model":"x70r3-9"},"rackSlot":1}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/rackSkus/VLab1_4_Compute_DellR750_8C2M","name":"VLab1_4_Compute_DellR750_8C2M","type":"Microsoft.NetworkCloud/rackSkus","properties":{"provisioningState":"Succeeded","rackType":"Compute","maxClusterSlots":0,"description":"A - compute rack with eight Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":41},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":42}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":31},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":29},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":27},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":25},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":16},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10}]}}]}' + compute rack with sixteen Dell750 computes and two Dell650 controllers","controllerMachines":[{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":17},{"properties":{"vendor":"Dell","model":"R650","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":1,"cpuCores":8,"totalThreads":16,"memoryCapacityGB":128,"disks":[{"capacityGB":446,"type":"SAS","connection":"TBD"},{"capacityGB":446,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"51:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"52:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"8a:00.0","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"8a:00.1","physicalSlot":1,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":18}],"computeMachines":[{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":1},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":2},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":3},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":4},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":5},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":6},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":7},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":8},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":9},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":10},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":11},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":12},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":13},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":14},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":15},{"properties":{"vendor":"Dell","model":"R750","generation":"8","hardwareVersion":"3","bootstrapProtocol":"PXE","cpuSockets":2,"cpuCores":28,"totalThreads":112,"memoryCapacityGB":512,"disks":[{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":893,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"},{"capacityGB":3576,"type":"SAS","connection":"TBD"}],"networkInterfaces":[{"address":"04:00.0","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"04:00.1","physicalSlot":0,"portCount":2,"portSpeed":1,"deviceConnectionType":"PCI","vendor":"Broadcom","model":"BCM5720"},{"address":"4b:00.0","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"4b:00.1","physicalSlot":3,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.0","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"},{"address":"98:00.1","physicalSlot":6,"portCount":2,"portSpeed":100,"deviceConnectionType":"PCI","vendor":"Mellanox","model":"ConnectX-6"}]},"rackSlot":16}]}}]}' headers: cache-control: - no-cache @@ -77,7 +77,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 16 May 2023 23:04:49 GMT + - Tue, 16 May 2023 22:56:34 GMT expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_storage_appliance_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_storage_appliance_scenario1.yaml index 0240bb2c1d8..419d1c753fc 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_storage_appliance_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_storage_appliance_scenario1.yaml @@ -19,13 +19,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1/enableRemoteVendorManagement?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1/enableRemoteVendorManagement?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -33,13 +33,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:41:04 GMT + - Thu, 18 May 2023 23:35:38 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview mise-correlation-id: - - fce8bdd7-1152-4fa4-be35-b09f286fdbc2 + - ba1de8cc-dc96-4239-a014-62e192b6dc15 pragma: - no-cache strict-transport-security: @@ -69,10 +69,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:41:04.4001581Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:35:36.9327832Z"}' headers: cache-control: - no-cache @@ -81,9 +81,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:41:04 GMT + - Thu, 18 May 2023 23:35:38 GMT etag: - - '"4c0083aa-0000-0100-0000-6466b7900000"' + - '"4c00f573-0000-0100-0000-6466b6480000"' expires: - '-1' pragma: @@ -111,10 +111,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:04.4001581Z","endTime":"2023-05-18T23:41:12.9991829Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:35:36.9327832Z","endTime":"2023-05-18T23:35:51.7402011Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -123,9 +123,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:41:34 GMT + - Thu, 18 May 2023 23:36:08 GMT etag: - - '"4c00e4ab-0000-0100-0000-6466b7980000"' + - '"4c009078-0000-0100-0000-6466b6570000"' expires: - '-1' pragma: @@ -157,10 +157,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"3f7e5a8f-844d-4e2c-9066-b81b2d3a5dcf*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:04.4001581Z","endTime":"2023-05-18T23:41:12.9991829Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"44262eef-d916-4426-991d-858da7ef2db2*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:35:36.9327832Z","endTime":"2023-05-18T23:35:51.7402011Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -169,9 +169,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:41:34 GMT + - Thu, 18 May 2023 23:36:08 GMT etag: - - '"4c00e4ab-0000-0100-0000-6466b7980000"' + - '"4c009078-0000-0100-0000-6466b6570000"' expires: - '-1' pragma: @@ -205,13 +205,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1/disableRemoteVendorManagement?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1/disableRemoteVendorManagement?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -219,13 +219,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:41:39 GMT + - Thu, 18 May 2023 23:36:10 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview mise-correlation-id: - - 07f19833-9319-4ce2-a90b-029e4fe05b66 + - 2b1025cd-dce3-451f-bcfe-12d40a7d54a2 pragma: - no-cache strict-transport-security: @@ -255,10 +255,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:41:37.3829492Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:36:11.2906844Z"}' headers: cache-control: - no-cache @@ -267,9 +267,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:41:39 GMT + - Thu, 18 May 2023 23:36:10 GMT etag: - - '"4c002fae-0000-0100-0000-6466b7b10000"' + - '"4c00b97a-0000-0100-0000-6466b66b0000"' expires: - '-1' pragma: @@ -297,10 +297,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:37.3829492Z","endTime":"2023-05-18T23:41:44.9626342Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:36:11.2906844Z","endTime":"2023-05-18T23:36:18.3277263Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -309,9 +309,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:09 GMT + - Thu, 18 May 2023 23:36:41 GMT etag: - - '"4c0083af-0000-0100-0000-6466b7b80000"' + - '"4c00637b-0000-0100-0000-6466b6720000"' expires: - '-1' pragma: @@ -343,10 +343,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"7c0810bc-678c-43e5-88d0-82e6ed00a14f*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:41:37.3829492Z","endTime":"2023-05-18T23:41:44.9626342Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"d7614dcd-45e5-4c18-bb69-9328b99ab709*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:36:11.2906844Z","endTime":"2023-05-18T23:36:18.3277263Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -355,9 +355,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:09 GMT + - Thu, 18 May 2023 23:36:41 GMT etag: - - '"4c0083af-0000-0100-0000-6466b7b80000"' + - '"4c00637b-0000-0100-0000-6466b6720000"' expires: - '-1' pragma: @@ -389,10 +389,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:45.8909539Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:36:18.4413384Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -401,9 +401,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:11 GMT + - Thu, 18 May 2023 23:36:43 GMT etag: - - '"420000ef-0000-0100-0000-6466b7b90000"' + - '"42006f66-0000-0100-0000-6466b6720000"' expires: - '-1' pragma: @@ -435,7 +435,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2023-05-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"westus3","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-79d8eb80/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-03-30T18:27:12.6434249Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-03-30T18:27:15.644596Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance @@ -459,7 +459,7 @@ interactions: pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/storageAppliances/b37j20purestor1","name":"b37j20purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-hostedresources-21db109d/providers/microsoft.extendedlocation/customlocations/j20-440fce2e6ce7-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T19:09:09.304441Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-04T22:33:01.2844254Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-440fce2e6ce7-HostedResources-21DB109D/providers/Microsoft.NetworkCloud/racks/b37j20r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j20-cluster/providers/Microsoft.NetworkCloud/clusters/j20-440fce2e6ce7","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.19.68","provisioningState":"Succeeded","capacity":11792,"capacityUsed":33,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6f33d91e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-03T03:59:31.9441453Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-08T23:50:34.3601307Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6F33D91E/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-HostedResources-32AB8B27/providers/Microsoft.NetworkCloud/storageAppliances/b37j25purestor1","name":"b37j25purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-hostedresources-32ab8b27/providers/microsoft.extendedlocation/customlocations/j25-43afbbb97bf3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-hostedresources-32ab8b27/providers/microsoft.extendedlocation/customlocations/j25-43afbbb97bf3-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-05T17:50:09.6859612Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T04:49:21.8551949Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-43afbbb97bf3-HostedResources-32AB8B27/providers/Microsoft.NetworkCloud/racks/b37j25r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-43afbbb97bf3","remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","detailedStatus":"Error","detailedStatusMessage":"Creating state handler error: error configuring syslog server on Pure array, name: - syslog","managementIpv4Address":"172.29.99.20","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:45.8909539Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A3087F7/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-11T22:35:18.0612358Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T22:35:22.2961546Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A3087F7/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance + syslog","managementIpv4Address":"172.29.99.20","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:36:18.4413384Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A3087F7/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-11T22:35:18.0612358Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-11T22:35:22.2961546Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5A3087F7/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EF92725/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-6ef92725/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-13T01:23:28.8959836Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-18T20:36:07.4723853Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-6EF92725/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance pureCfg not ready","provisioningState":"Failed"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-56a42bcc/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:20:04.4511357Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T23:20:07.10317Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-56A42BCC/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-15T23:47:48.5015602Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T23:47:51.7728002Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance @@ -494,17 +494,17 @@ interactions: to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C9BF5DF/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c9bf5df/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-4c9bf5df/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T22:19:36.0419563Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T22:19:39.0315593Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4C9BF5DF/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-HostedResources-000AEA6E/providers/Microsoft.NetworkCloud/storageAppliances/b37m15purestor1","name":"b37m15purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-hostedresources-000aea6e/providers/microsoft.extendedlocation/customlocations/m15-f4e07a9971e4-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-hostedresources-000aea6e/providers/microsoft.extendedlocation/customlocations/m15-f4e07a9971e4-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T23:08:17.3154987Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:34:32.2580073Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-f4e07a9971e4-HostedResources-000AEA6E/providers/Microsoft.NetworkCloud/racks/b37m15r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"detailedStatus":"Available","detailedStatusMessage":"OK","provisioningState":"Succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m15-cluster/providers/Microsoft.NetworkCloud/clusters/m15-f4e07a9971e4","managementIpv4Address":"172.29.136.109","capacity":50982,"capacityUsed":100,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1CFDCF3E/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1cfdcf3e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-1cfdcf3e/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T23:19:22.7306658Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:19:25.9996921Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-1CFDCF3E/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed to retrieve storage appliance configuration","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-04-20T00:25:19.4866736Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-06T02:31:43.3759701Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"StorageAppliance - pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/storageAppliances/b37j18purestor1","name":"b37j18purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:48.8103485Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:01.857031Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.251.218","provisioningState":"Succeeded","capacity":11792,"capacityUsed":21,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-09D5FD05/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-09d5fd05/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-09d5fd05/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T20:40:42.0274853Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T20:40:46.38695Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-09D5FD05/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed + pureCfg not ready","provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/storageAppliances/b37j18purestor1","name":"b37j18purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-02T02:02:48.8103485Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:10:58.5683512Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.251.218","provisioningState":"Succeeded","capacity":11792,"capacityUsed":22,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-09D5FD05/providers/Microsoft.NetworkCloud/storageAppliances/storage-appliance","name":"storage-appliance","type":"microsoft.networkcloud/storageappliances","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-09d5fd05/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-hostedresources-09d5fd05/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-18T20:40:42.0274853Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T20:40:46.38695Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-09D5FD05/providers/Microsoft.NetworkCloud/racks/aa1234","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"SA1912XXX","rackSlot":11,"administratorCredentials":{"username":"username"},"detailedStatus":"Provisioning","detailedStatusMessage":"failed to retrieve storage appliance configuration","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '113051' + - '113052' content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:12 GMT + - Thu, 18 May 2023 23:36:45 GMT expires: - '-1' pragma: @@ -516,9 +516,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - a3261241-8945-44b7-8ecd-649539abff2c - - 3a00be00-e512-4c6a-bf22-05912d364835 - - 51e7c240-6a51-465e-b36d-010bc65f3fce + - e436fb50-87da-4813-9dba-340c51f5a0ad + - 36d5e265-3280-4f23-8cbc-0740bab7949c + - 7ef9e9b0-0934-4dac-a991-57b96281b0ac status: code: 200 message: OK @@ -538,10 +538,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:41:45.8909539Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:36:18.4413384Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache @@ -550,7 +550,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:15 GMT + - Thu, 18 May 2023 23:36:47 GMT expires: - '-1' pragma: @@ -562,9 +562,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f6c1cb13-f62d-49fb-8dda-79cc5ae4c16b - - be63f0b0-26a6-4b02-b029-caa69d975994 - - a1850d1b-e7a9-46e8-b19a-f53d6c2a4a90 + - b86ed48b-b8c9-4f07-895b-f1ded5db04c9 + - 091b4133-7055-4ecf-ba0d-187cfc3a04c6 + - 919f165e-08ad-4b52-9bff-6046bc60312a status: code: 200 message: OK @@ -588,13 +588,13 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -602,15 +602,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:18 GMT + - Thu, 18 May 2023 23:36:49 GMT etag: - - '"420022f9-0000-0100-0000-6466b7da0000"' + - '"42000a68-0000-0100-0000-6466b6920000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview mise-correlation-id: - - 24df2d04-0998-4331-a0f8-84bb638bea54 + - 8984d766-0839-4909-9442-cdf16f889267 pragma: - no-cache strict-transport-security: @@ -620,7 +620,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1181' status: code: 202 message: Accepted @@ -640,10 +640,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:42:17.4432092Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Accepted","startTime":"2023-05-18T23:36:50.0760124Z"}' headers: cache-control: - no-cache @@ -652,9 +652,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:18 GMT + - Thu, 18 May 2023 23:36:50 GMT etag: - - '"4c0041b5-0000-0100-0000-6466b7d90000"' + - '"4c00a97e-0000-0100-0000-6466b6920000"' expires: - '-1' pragma: @@ -686,10 +686,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"92c16567-fc04-4a43-8fe6-ed04964ff583*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:42:17.4432092Z","endTime":"2023-05-18T23:42:23.9340203Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","name":"e5dceafc-9f46-4a8d-ad04-1260cd1947df*B0E965AEBB5A6247B18AE5AA08D2CEB57E7A499CA846E41D4FB48448D8618A6C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","status":"Succeeded","startTime":"2023-05-18T23:36:50.0760124Z","endTime":"2023-05-18T23:36:55.9748241Z","error":{},"properties":null}' headers: cache-control: - no-cache @@ -698,9 +698,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:48 GMT + - Thu, 18 May 2023 23:37:20 GMT etag: - - '"4c0003b6-0000-0100-0000-6466b7df0000"' + - '"4c005e7f-0000-0100-0000-6466b6970000"' expires: - '-1' pragma: @@ -732,10 +732,10 @@ interactions: User-Agent: - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:42:24.8889447Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/storageAppliances/b37m16purestor1","name":"b37m16purestor1","type":"microsoft.networkcloud/storageappliances","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc/resourcesyncrules/storageapplianceshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-05-09T04:49:02.2693193Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-18T23:36:56.5465844Z"},"properties":{"rackId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/racks/b37m16r1","storageApplianceSkuId":"Pure_x70r3_9_91000GB","serialNumber":"serial","rackSlot":1,"administratorCredentials":{"username":"pureuser"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Available","detailedStatusMessage":"OK","managementIpv4Address":"172.29.70.60","capacity":11792,"capacityUsed":1,"remoteVendorManagementStatus":"Disabled","remoteVendorManagementFeature":"Supported","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -744,9 +744,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 18 May 2023 23:42:48 GMT + - Thu, 18 May 2023 23:37:20 GMT etag: - - '"4200d6fc-0000-0100-0000-6466b7e00000"' + - '"42005968-0000-0100-0000-6466b6980000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_trunkednetwork_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_trunkednetwork_scenario1.yaml index 14869ef05aa..d461b3c0da8 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_trunkednetwork_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_trunkednetwork_scenario1.yaml @@ -1,8 +1,8 @@ interactions: - request: - body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", - "type": "CustomLocation"}, "location": "eastus", "properties": {"hybridAksPluginType": - "DPDK", "interfaceName": "eth0", "isolationDomainIds": ["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"], + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + "type": "CustomLocation"}, "location": "eastus", "properties": {"interfaceName": + "eth0", "isolationDomainIds": ["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"], "vlans": [1004]}, "tags": {"tag1": "tag1"}}' headers: Accept: @@ -14,36 +14,36 @@ interactions: Connection: - keep-alive Content-Length: - - '520' + - '489' Content-Type: - application/json ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --isolation-domain-ids --vlans --tags --resource-group --debug + - --name --extended-location --location --interface-name --isolation-domain-ids + --vlans --tags --resource-group --debug User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:14.8363841Z"},"properties":{"provisioningState":"Accepted","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:52:32.6304464Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:52:32.6304464Z"},"properties":{"provisioningState":"Accepted","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a4a97291-355c-4ce2-9403-cf3d79beb170*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '1017' + - '992' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:16 GMT + - Wed, 21 Jun 2023 20:52:33 GMT etag: - - '"af11ad63-0000-0100-0000-646283970000"' + - '"3b041e44-0000-0100-0000-649363110000"' expires: - '-1' mise-correlation-id: - - 8ea1051c-f6bf-433a-984c-68c703b75681 + - 076f17cd-a2c3-450f-9218-63e9e5d689b6 pragma: - no-cache strict-transport-security: @@ -69,32 +69,36 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --isolation-domain-ids --vlans --tags --resource-group --debug + - --name --extended-location --location --interface-name --isolation-domain-ids + --vlans --tags --resource-group --debug User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a4a97291-355c-4ce2-9403-cf3d79beb170*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Accepted","startTime":"2023-05-15T19:10:14.9067156Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a4a97291-355c-4ce2-9403-cf3d79beb170*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","name":"a4a97291-355c-4ce2-9403-cf3d79beb170*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Accepted","startTime":"2023-06-21T20:52:32.858661Z"}' headers: cache-control: - no-cache content-length: - - '575' + - '574' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:16 GMT + - Wed, 21 Jun 2023 20:52:34 GMT etag: - - '"b8018788-0000-0100-0000-646283960000"' + - '"e1025079-0000-0100-0000-649363100000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -112,32 +116,36 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --isolation-domain-ids --vlans --tags --resource-group --debug + - --name --extended-location --location --interface-name --isolation-domain-ids + --vlans --tags --resource-group --debug User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a4a97291-355c-4ce2-9403-cf3d79beb170*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"ec010caa-21e4-44b9-b9f9-9e16669672c2*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-05-15T19:10:14.9067156Z","endTime":"2023-05-15T19:10:22.6875229Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/a4a97291-355c-4ce2-9403-cf3d79beb170*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","name":"a4a97291-355c-4ce2-9403-cf3d79beb170*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-06-21T20:52:32.858661Z","endTime":"2023-06-21T20:52:40.0698771Z","error":{},"properties":null}' headers: cache-control: - no-cache content-length: - - '646' + - '645' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:46 GMT + - Wed, 21 Jun 2023 20:53:03 GMT etag: - - '"b801a288-0000-0100-0000-6462839e0000"' + - '"e1025579-0000-0100-0000-649363180000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -155,33 +163,37 @@ interactions: Connection: - keep-alive ParameterSetName: - - --name --extended-location --location --hybrid-aks-plugin-type --interface-name - --isolation-domain-ids --vlans --tags --resource-group --debug + - --name --extended-location --location --interface-name --isolation-domain-ids + --vlans --tags --resource-group --debug User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T19:10:23.6154631Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:52:32.6304464Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T20:52:41.7742206Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1371' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:46 GMT + - Wed, 21 Jun 2023 20:53:04 GMT etag: - - '"af11556a-0000-0100-0000-6462839f0000"' + - '"3b042744-0000-0100-0000-649363190000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -207,24 +219,24 @@ interactions: ParameterSetName: - --name --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:52:32.6304464Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:53:06.2648017Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1373' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:48 GMT + - Wed, 21 Jun 2023 20:53:06 GMT etag: - - '"af11607d-0000-0100-0000-646283b70000"' + - '"3b043b44-0000-0100-0000-649363320000"' expires: - '-1' pragma: @@ -258,24 +270,24 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:52:32.6304464Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:53:06.2648017Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1373' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:48 GMT + - Wed, 21 Jun 2023 20:53:07 GMT etag: - - '"af11607d-0000-0100-0000-646283b70000"' + - '"3b043b44-0000-0100-0000-649363320000"' expires: - '-1' pragma: @@ -305,25 +317,28 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/trunkedNetworks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/trunkedNetworks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:05:41.7087607Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-09T06:05:54.8876338Z"},"properties":{"provisioningState":"Succeeded","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2"],"interfaceName":"trunk--8f23d","hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/trunkedNetworks/rg5trunk1","name":"rg5trunk1","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T17:21:19.9896443Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T17:22:56.1359986Z"},"properties":{"provisioningState":"Failed","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55"],"interfaceName":"rg3trunk528","hybridAksPluginType":"DPDK","vlans":[544]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:33.928901Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T15:27:25.0551686Z"},"properties":{"provisioningState":"Succeeded","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2"],"hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"virtualMachinesAssociatedIds":[],"interfaceName":"trunk--20dea","detailedStatus":"Available","detailedStatusMessage":"all - resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","name":"trunk-502-507","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"trunkedNetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:29:17.3884708Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:44.3180865Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"trunk-502-5","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1"],"vlans":[502,503,504,505,506,507],"hybridAksPluginType":"SRIOV","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/trunkedNetworks/trunkedNetworkName","name":"trunkedNetworkName","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T20:43:42.0125373Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-15T20:43:48.9668812Z"},"properties":{"provisioningState":"Failed","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j25-77c882e61c36-hostedresources-516cffcc/providers/microsoft.extendedlocation/customlocations/j25-77c882e61c36-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"j25","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-18T20:42:02.7125551Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-18T20:42:11.6163832Z"},"properties":{"provisioningState":"Succeeded","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j25-l3domain-2"],"interfaceName":"trunk--d766a","hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-77c882e61c36","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f96136f77dcb-hostedresources-299d1cbf/providers/microsoft.extendedlocation/customlocations/j17-f96136f77dcb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"j17","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-19T15:33:22.5148814Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T15:33:30.0157024Z"},"properties":{"provisioningState":"Succeeded","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j17-l3domain-2"],"interfaceName":"trunk--3651b","hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f96136f77dcb","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-20T09:11:02.9148273Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T09:11:41.6057177Z"},"properties":{"provisioningState":"Succeeded","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/m16-1-l3domain-2"],"hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","interfaceName":"trunk--8f23d","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-487bb720ddfb"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:52:32.6304464Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:53:06.2648017Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/trunkedNetworks/rg5trunk1","name":"rg5trunk1","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-21T17:21:19.9896443Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-21T17:22:56.1359986Z"},"properties":{"provisioningState":"Failed","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkFabric/IsolationDomains/isodomain-55"],"interfaceName":"rg3trunk528","hybridAksPluginType":"DPDK","vlans":[544]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-530-535","name":"trunk-530-535","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"trunkednetwork","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T06:59:33.928901Z","lastModifiedBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","lastModifiedByType":"Application","lastModifiedAt":"2023-05-22T16:24:47.2099445Z"},"properties":{"provisioningState":"Failed","hybridAksClustersAssociatedIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm2-test-haks","/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.HybridContainerService/provisionedClusters/mm6-test-haks"],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + resource creation succeeded","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-2"],"hybridAksPluginType":"DPDK","vlans":[530,531,532,533,534,535],"associatedResourceIds":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/trunkedNetworks/trunk-502-507","name":"trunk-502-507","type":"microsoft.networkcloud/trunkednetworks","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceType":"trunkedNetwork"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-02T17:29:17.3884708Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-02T22:34:44.3180865Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"trunk-502-5","isolationDomainIds":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/j18-l3domain-1"],"vlans":[502,503,504,505,506,507],"hybridAksPluginType":"SRIOV","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatusMessage":"all resource creation succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '8209' + - '12730' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:49 GMT + - Wed, 21 Jun 2023 20:53:08 GMT expires: - '-1' pragma: @@ -335,9 +350,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f1b6667b-f961-4a2c-b319-69ea12fdd1ef - - 49a74524-375a-4d28-a106-4b389e635b9f - - 70a86f94-fd35-49e8-9f58-632311c39097 + - 93c6e42a-ca66-4152-83da-39846639a150 + - da2194b5-4fd9-497e-beca-f0d4dc7f5af5 + - 7629d87e-bb10-4794-a202-5a83be27f696 status: code: 200 message: OK @@ -355,34 +370,36 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-106b4111/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T19:10:14.8363841Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T19:10:47.2127805Z"},"properties":{"provisioningState":"Succeeded","hybridAksPluginType":"DPDK","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/clusters/simulator","hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","name":"cli-test-trunkednw-000001","type":"microsoft.networkcloud/trunkednetworks","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:52:32.6304464Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T20:53:06.2648017Z"},"properties":{"provisioningState":"Succeeded","interfaceName":"eth0","isolationDomainIds":["/subscriptions/fabricsubs/resourceGroups/fabric-rg/providers/Microsoft.NetworkFabric/L3IsolationDomains/l3isolationdomain2"],"vlans":[1004],"hybridAksPluginType":"SRIOV","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","associatedResourceIds":[],"hybridAksClustersAssociatedIds":[],"virtualMachinesAssociatedIds":[],"detailedStatus":"Available","detailedStatusMessage":"all resource creation succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '1360' + - '1385' content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:49 GMT + - Wed, 21 Jun 2023 20:53:09 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - - fa431595-c440-4781-8bdc-47fb99401ae4 - - 3d3d2e33-058a-4e04-864c-64645ee5348c - - cdc32b80-d832-465f-8552-3c7032b75b8a + - 746a3359-55b1-436d-a333-68d82a0d8db1 + - e5065e9f-32a7-461e-8382-46ebe4e6b299 + - 3dafff3f-0336-484c-9ee6-05f7b2a3a3e6 status: code: 200 message: OK @@ -402,15 +419,15 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -418,15 +435,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:51 GMT + - Wed, 21 Jun 2023 20:53:10 GMT etag: - - '"af110281-0000-0100-0000-646283bb0000"' + - '"3b043f44-0000-0100-0000-649363370000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview mise-correlation-id: - - d84f7104-0c28-440e-9a99-4165b7209428 + - e886ab4d-8959-41cc-b1b8-f3969b7b213b pragma: - no-cache strict-transport-security: @@ -454,12 +471,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Deleting","startTime":"2023-05-15T19:10:51.6251811Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","name":"3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Deleting","startTime":"2023-06-21T20:53:10.8863968Z"}' headers: cache-control: - no-cache @@ -468,9 +485,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:10:51 GMT + - Wed, 21 Jun 2023 20:53:10 GMT etag: - - '"b801e588-0000-0100-0000-646283bb0000"' + - '"e1026079-0000-0100-0000-649363360000"' expires: - '-1' pragma: @@ -496,12 +513,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-05-15T19:10:51.6251811Z","endTime":"2023-05-15T19:10:58.8791456Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","name":"3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-06-21T20:53:10.8863968Z","endTime":"2023-06-21T20:53:17.6600691Z","properties":null}' headers: cache-control: - no-cache @@ -510,9 +527,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:11:21 GMT + - Wed, 21 Jun 2023 20:53:41 GMT etag: - - '"b801ed88-0000-0100-0000-646283c20000"' + - '"e1026679-0000-0100-0000-6493633d0000"' expires: - '-1' pragma: @@ -542,12 +559,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1037-azure-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","name":"4ae727de-8b17-48fc-be94-4054ab11612c*D2B691532B3ACDB32871909DA41D38201FF682616B0A988DA6FD8313CCACCD5C","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-05-15T19:10:51.6251811Z","endTime":"2023-05-15T19:10:58.8791456Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","name":"3e1a427c-82c3-46ee-97f5-9caab0cf0abd*AB4291D250BFE2EFE39FFEB82CC12D5ECA6F94E11D681A9E56A1F86A425DEAAC","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/trunkedNetworks/cli-test-trunkednw-000001","status":"Succeeded","startTime":"2023-06-21T20:53:10.8863968Z","endTime":"2023-06-21T20:53:17.6600691Z","properties":null}' headers: cache-control: - no-cache @@ -556,9 +573,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 15 May 2023 19:11:21 GMT + - Wed, 21 Jun 2023 20:53:41 GMT etag: - - '"b801ed88-0000-0100-0000-646283c20000"' + - '"e1026679-0000-0100-0000-6493633d0000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachine_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachine_scenario1.yaml index 826c07c6d54..69b59b5cec1 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachine_scenario1.yaml +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachine_scenario1.yaml @@ -1,18 +1,17 @@ interactions: - request: - body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc", "type": "CustomLocation"}, "location": "eastus", "properties": {"adminUsername": "admin", "bootMethod": "UEFI", "cloudServicesNetworkAttachment": {"attachedNetworkId": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1", - "ipAllocationMethod": "Dynamic"}, "cpuCores": 2, "isolateEmulatorThread": "False", - "memorySizeGB": 4, "networkAttachments": [{"attachedNetworkId": "/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1", + "ipAllocationMethod": "Dynamic"}, "cpuCores": 2, "memorySizeGB": 4, "networkAttachments": + [{"attachedNetworkId": "/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1", "defaultGateway": "True", "ipAllocationMethod": "Dynamic"}], "networkData": "bmV0d29ya0RhdGVTYW1wbGU=", "placementHints": [], "sshPublicKeys": [], "storageProfile": {"osDisk": {"createOption": "Ephemeral", "deleteOption": "Delete", "diskSizeGB": - 4}}, "userData": "dXNlckRhdGVTYW1wbGU=", "virtioInterface": "Modern", "vmDeviceModel": - "T2", "vmImage": "hbusipalleacr2.azurecr.io/ubuntu:20.04", "vmImageRepositoryCredentials": - {"password": "password", "registryUrl":"REDACTED", "username": - "user"}}, "tags": {"tag1": "tag1"}}' + 4}}, "userData": "dXNlckRhdGVTYW1wbGU=", "vmDeviceModel": "T2", "vmImage": "hbusipalleacr2.azurecr.io/ubuntu:20.04", + "vmImageRepositoryCredentials": {"password": "password", "registryUrl":"REDACTED", + "username": "user"}}, "tags": {"tag1": "tag1"}}' headers: Accept: - application/json @@ -23,39 +22,38 @@ interactions: Connection: - keep-alive Content-Length: - - '1299' + - '1236' Content-Type: - application/json ParameterSetName: - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment - --cpu-cores --isolate-emulator-thread --memory-size --network-attachments - --network-data --placement-hints --ssh-key-values --storage-profile --tags - --user-data --virtio-interface --vm-image --vm-image-repository-credentials - --resource-group + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T21:02:48.8052813Z"},"properties":{"provisioningState":"Accepted","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T21:03:34.0518192Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T21:03:34.0518192Z"},"properties":{"provisioningState":"Accepted","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"}}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview cache-control: - no-cache content-length: - - '1709' + - '1656' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:02:48 GMT + - Wed, 21 Jun 2023 21:03:34 GMT etag: - - '"960082b0-0000-0100-0000-646540f90000"' + - '"d40504b1-0000-0100-0000-649365a60000"' expires: - '-1' mise-correlation-id: - - 018c19c2-64a1-4d24-b109-f56c9c9bc4c0 + - 6ec76808-bb8d-49e7-bc73-daa9bf223965 pragma: - no-cache strict-transport-security: @@ -82,17 +80,16 @@ interactions: - keep-alive ParameterSetName: - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment - --cpu-cores --isolate-emulator-thread --memory-size --network-attachments - --network-data --placement-hints --ssh-key-values --storage-profile --tags - --user-data --virtio-interface --vm-image --vm-image-repository-credentials - --resource-group + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:02:49.0229471Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-06-21T21:03:34.0995106Z"}' headers: cache-control: - no-cache @@ -101,15 +98,68 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:02:49 GMT + - Wed, 21 Jun 2023 21:03:34 GMT etag: - - '"5700159a-0000-0100-0000-646540f90000"' + - '"e102417d-0000-0100-0000-649365a60000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine create + Connection: + - keep-alive + ParameterSetName: + - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:03:34.0995106Z"}' + headers: + cache-control: + - no-cache + content-length: + - '569' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 21:04:04 GMT + etag: + - '"e102927d-0000-0100-0000-649365bf0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -128,34 +178,37 @@ interactions: - keep-alive ParameterSetName: - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment - --cpu-cores --isolate-emulator-thread --memory-size --network-attachments - --network-data --placement-hints --ssh-key-values --storage-profile --tags - --user-data --virtio-interface --vm-image --vm-image-repository-credentials - --resource-group + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:02:49.0229471Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:03:34.0995106Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:03:20 GMT + - Wed, 21 Jun 2023 21:04:34 GMT etag: - - '"570049a9-0000-0100-0000-646541130000"' + - '"e102527e-0000-0100-0000-649365de0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -174,34 +227,37 @@ interactions: - keep-alive ParameterSetName: - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment - --cpu-cores --isolate-emulator-thread --memory-size --network-attachments - --network-data --placement-hints --ssh-key-values --storage-profile --tags - --user-data --virtio-interface --vm-image --vm-image-repository-credentials - --resource-group + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:02:49.0229471Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:03:34.0995106Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:03:50 GMT + - Wed, 21 Jun 2023 21:05:05 GMT etag: - - '"57003eb9-0000-0100-0000-646541310000"' + - '"e102ae7e-0000-0100-0000-649365fd0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -220,34 +276,37 @@ interactions: - keep-alive ParameterSetName: - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment - --cpu-cores --isolate-emulator-thread --memory-size --network-attachments - --network-data --placement-hints --ssh-key-values --storage-profile --tags - --user-data --virtio-interface --vm-image --vm-image-repository-credentials - --resource-group + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:02:49.0229471Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:03:34.0995106Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:04:20 GMT + - Wed, 21 Jun 2023 21:05:35 GMT etag: - - '"5700bec8-0000-0100-0000-6465414f0000"' + - '"e1026e7f-0000-0100-0000-6493661a0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -266,34 +325,37 @@ interactions: - keep-alive ParameterSetName: - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment - --cpu-cores --isolate-emulator-thread --memory-size --network-attachments - --network-data --placement-hints --ssh-key-values --storage-profile --tags - --user-data --virtio-interface --vm-image --vm-image-repository-credentials - --resource-group + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"28c988bf-5447-4ddd-bf57-91b6f67ba515*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:02:49.0229471Z","endTime":"2023-05-17T21:04:47.9259175Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"3401bfdd-a938-4983-b3ca-1e80b810c2be*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:03:34.0995106Z","endTime":"2023-06-21T21:05:49.776752Z","properties":null}' headers: cache-control: - no-cache content-length: - - '636' + - '624' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:04:50 GMT + - Wed, 21 Jun 2023 21:06:05 GMT etag: - - '"57007eda-0000-0100-0000-6465416f0000"' + - '"e102d67f-0000-0100-0000-6493662d0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -312,35 +374,38 @@ interactions: - keep-alive ParameterSetName: - --name --extended-location --location --admin-username --boot-method --cloud-services-network-attachment - --cpu-cores --isolate-emulator-thread --memory-size --network-attachments - --network-data --placement-hints --ssh-key-values --storage-profile --tags - --user-data --virtio-interface --vm-image --vm-image-repository-credentials - --resource-group + --cpu-cores --memory-size --network-attachments --network-data --placement-hints + --ssh-key-values --storage-profile --tags --user-data --vm-device-model --vm-image + --vm-image-repository-credentials --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:04:48.6192448Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T21:03:34.0518192Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T21:05:50.4924667Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.2","macAddress":"02:00:00:81:b4:8e","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:3c:cb:13","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03"}}' headers: cache-control: - no-cache content-length: - - '2405' + - '2406' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:04:50 GMT + - Wed, 21 Jun 2023 21:06:05 GMT etag: - - '"960072ea-0000-0100-0000-646541700000"' + - '"d5051c00-0000-0100-0000-6493662e0000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-providerhub-traffic: @@ -368,15 +433,15 @@ interactions: ParameterSetName: - --name --vm-image-repository-credentials --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -384,15 +449,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:04:52 GMT + - Wed, 21 Jun 2023 21:06:07 GMT etag: - - '"9600f2ec-0000-0100-0000-646541750000"' + - '"d505a704-0000-0100-0000-6493663f0000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview mise-correlation-id: - - 90a09361-1f4c-44f5-a5a1-9e33f65b55c5 + - f21d217c-5262-4dd9-94f4-e0cd120ca773 pragma: - no-cache strict-transport-security: @@ -420,12 +485,12 @@ interactions: ParameterSetName: - --name --vm-image-repository-credentials --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:04:52.7307558Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-06-21T21:06:07.2329129Z"}' headers: cache-control: - no-cache @@ -434,9 +499,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:04:52 GMT + - Wed, 21 Jun 2023 21:06:07 GMT etag: - - '"57000add-0000-0100-0000-646541740000"' + - '"e1021880-0000-0100-0000-6493663f0000"' expires: - '-1' pragma: @@ -466,23 +531,23 @@ interactions: ParameterSetName: - --name --vm-image-repository-credentials --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"ba8a0318-63d0-46ff-a0a9-3a10073a6cee*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:04:52.7307558Z","endTime":"2023-05-17T21:05:09.332191Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"cf00719a-26a5-40d9-86ce-0b1c63afa15f*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:06:07.2329129Z","endTime":"2023-06-21T21:06:25.2398027Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '625' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:23 GMT + - Wed, 21 Jun 2023 21:06:37 GMT etag: - - '"570078e5-0000-0100-0000-646541850000"' + - '"e1024380-0000-0100-0000-649366510000"' expires: - '-1' pragma: @@ -512,24 +577,24 @@ interactions: ParameterSetName: - --name --vm-image-repository-credentials --tags --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T21:03:34.0518192Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T21:06:25.9451755Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.2","macAddress":"02:00:00:81:b4:8e","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:3c:cb:13","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","provisioningState":"Succeeded","detailedStatusMessage":"Running - virtual machine is running."}}' headers: cache-control: - no-cache content-length: - - '2424' + - '2426' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:23 GMT + - Wed, 21 Jun 2023 21:06:37 GMT etag: - - '"9600d2f9-0000-0100-0000-6465418f0000"' + - '"d505f708-0000-0100-0000-649366520000"' expires: - '-1' pragma: @@ -561,24 +626,24 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T21:03:34.0518192Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T21:06:25.9451755Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.2","macAddress":"02:00:00:81:b4:8e","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:3c:cb:13","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","provisioningState":"Succeeded","detailedStatusMessage":"Running - virtual machine is running."}}' headers: cache-control: - no-cache content-length: - - '2424' + - '2426' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:24 GMT + - Wed, 21 Jun 2023 21:06:38 GMT etag: - - '"9600d2f9-0000-0100-0000-6465418f0000"' + - '"d505f708-0000-0100-0000-649366520000"' expires: - '-1' pragma: @@ -608,9 +673,9 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/virtualMachines?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/virtualMachines?api-version=2023-05-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arijitbose-rg/providers/Microsoft.NetworkCloud/virtualMachines/k5ubuntuab","name":"k5ubuntuab","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/k5-cb777500db29-hostedresources-27b6583a/providers/microsoft.extendedlocation/customlocations/k5-cb777500db29-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-01-03T21:31:11.6582304Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-01-03T21:31:53.0685445Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudservicesnetwork","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:e2:b9:0a","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":10,"memorySizeGB":24,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/k5-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-502","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.12.34.9","macAddress":"02:00:00:38:0e:4b","networkAttachmentName":"vlan-502"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa @@ -642,55 +707,134 @@ interactions: - an error has been reported by one of the DataVolumes referenced by the virtual machines."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jnath-rg/providers/Microsoft.NetworkCloud/virtualMachines/jnubuntu7","name":"jnubuntu7","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-a2308c7d5495-hostedresources-12cf30c0/providers/microsoft.extendedlocation/customlocations/j18-a2308c7d5495-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-26T00:37:10.6951884Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-01T21:08:30.6633573Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:70:82:1b","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.13"},"cpuCores":4,"memorySizeGB":16,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-530","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.90.17","macAddress":"02:00:00:09:16:c9","networkAttachmentName":"eth1"}],"placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":100}},"vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io/ubuntu:20.04","username":"a"},"virtioInterface":"Modern","isolateEmulatorThread":"False","detailedStatus":"Provisioning","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-a2308c7d5495","powerState":"On","detailedStatusMessage":"Terminating - virtual machine is in the process of deletion as well as its associated - resources (VirtualMachineInstance, DataVolumes,)"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-clustermgr-mrg-qvduxzffwnrxy/providers/Microsoft.NetworkCloud/virtualMachines/asdfasdfasdf","name":"asdfasdfasdf","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-2df77f5c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T17:43:36.9757625Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T17:43:36.9757625Z"},"properties":{"provisioningState":"Failed","adminUsername":"test","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn2","defaultGateway":"False","ipAllocationMethod":"Dynamic"},"cpuCores":4,"memorySizeGB":4,"networkAttachments":[{"ipAllocationMethod":"Disabled","ipv4Address":"","ipv6Address":"","attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l2Networks/rgl2testnetwork","defaultGateway":"False","networkAttachmentName":"asdfasdfasdf"}],"networkData":"","placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmDeviceModel":"T2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmxEaZHs8atcaIPQ","name":"pipelinevmxEaZHs8atcaIPQ","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-9c522075177c-hostedresources-07abb5ff/providers/microsoft.extendedlocation/customlocations/m16-1-9c522075177c-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-09T06:06:15.2084021Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-10T12:04:26.7669607Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.1","macAddress":"02:00:00:e4:f4:58","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.1.100.8","macAddress":"02:00:00:f4:d0:8b","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + resources (VirtualMachineInstance, DataVolumes,)"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-clustermgr-mrg-qvduxzffwnrxy/providers/Microsoft.NetworkCloud/virtualMachines/asdfasdfasdf","name":"asdfasdfasdf","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-2df77f5c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-05T17:43:36.9757625Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-05T17:43:36.9757625Z"},"properties":{"provisioningState":"Failed","adminUsername":"test","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbashtovaya-sim2-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn2","defaultGateway":"False","ipAllocationMethod":"Dynamic"},"cpuCores":4,"memorySizeGB":4,"networkAttachments":[{"ipAllocationMethod":"Disabled","ipv4Address":"","ipv6Address":"","attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/l2Networks/rgl2testnetwork","defaultGateway":"False","networkAttachmentName":"asdfasdfasdf"}],"networkData":"","placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-79D8EB80/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmDeviceModel":"T2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmEAWovoM6rrznZw","name":"pipelinevmEAWovoM6rrznZw","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j25-77c882e61c36-hostedresources-516cffcc/providers/microsoft.extendedlocation/customlocations/j25-77c882e61c36-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"j25","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-18T20:43:06.1671795Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T20:35:49.0518999Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.1","macAddress":"02:00:00:ad:64:f8","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.7.100.8","macAddress":"02:00:00:8d:88:3d","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-cluster/providers/Microsoft.NetworkCloud/clusters/j25-77c882e61c36","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j25-77c882e61c36-HostedResources-516CFFCC/providers/Microsoft.NetworkCloud/bareMetalMachines/j25r750wkr6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevm4xc8AGhz5ZiB4A","name":"pipelinevm4xc8AGhz5ZiB4A","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j17-f96136f77dcb-hostedresources-299d1cbf/providers/microsoft.extendedlocation/customlocations/j17-f96136f77dcb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"j17","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-19T15:34:37.8774268Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-19T15:36:36.0009223Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.1","macAddress":"02:00:00:c4:22:9d","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.8.100.8","macAddress":"02:00:00:bb:89:7a","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-cluster/providers/Microsoft.NetworkCloud/clusters/j17-f96136f77dcb","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j17-f96136f77dcb-HostedResources-299D1CBF/providers/Microsoft.NetworkCloud/bareMetalMachines/j17r750wkr4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmVqRe0INyDdBIlQ","name":"pipelinevmVqRe0INyDdBIlQ","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"m16-1","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-06-20T09:12:06.5611156Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T09:14:04.7998031Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:85:74:4c","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.1.100.8","macAddress":"02:00:00:f6:5f:a7","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= - azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-9c522075177c","detailedStatus":"Provisioning","detailedStatusMessage":"resource - location is empty","powerState":"On","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-9c522075177c-HostedResources-07ABB5FF/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/testvm1230501","name":"testvm1230501","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-5a3087f7/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-15T17:39:13.1307312Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-15T17:39:13.1307312Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"travis","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn-trav","ipAllocationMethod":"Dynamic"},"cpuCores":2,"isolateEmulatorThread":"True","memorySizeGB":2,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/travisneely-sim-rg/providers/Microsoft.NetworkCloud/l2Networks/l2n-trav-1003","ipAllocationMethod":"Dynamic"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDGukpcx6fe6Zg9KDKOnuOmNs6k+6pfV1cX68pSS3eip4qInXLsOUMyFivYbMDB7tZ/9wI7gL6VXXDUXVYmrq6N1qY+7G+9iitc8+jsrR/LRN/cm039hRXlXTGsS+Ce4saTop1oe52De/+oolx+pK1x1fAdn1g7TXj+jYEKm6XvnA/yWBsxJRtmmJZLff3RfdwXni7BFeAwJI8XH51NB4BvvG5sXjgK/8QCC7pXtdQr0THMipmce/2QPIAcl0WzOFxLX49KznTBw/4YBygFux/PNFgQUfph5dMMZKTcOkOkrIzny5Ryp3Q+Qvx3aTkf22CS9nDvEPSNW8BsXOmtlcfN"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-8afd54d7-1d41-4fc0-88f4-ede587cf4920/providers/Microsoft.NetworkCloud/virtualMachines/VirtualMachinesfcc518","name":"VirtualMachinesfcc518","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-62d91b0b/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"from":"local-azureuser"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-16T22:00:50.8719283Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-16T22:11:46.5744212Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-8afd54d7-1d41-4fc0-88f4-ede587cf4920/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudServicesNetworks753154","defaultGateway":"False","ipAllocationMethod":"Dynamic","networkAttachmentName":"cloudservices","macAddress":"02:00:00:f9:75:7d","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-8afd54d7-1d41-4fc0-88f4-ede587cf4920/providers/Microsoft.NetworkCloud/l3Networks/l3network2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.20.101.8","macAddress":"02:00:00:24:7a:a4","networkAttachmentName":"vlan-1004"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-cluster/providers/Microsoft.NetworkCloud/clusters/m16-1-487bb720ddfb","detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","powerState":"On","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/bareMetalMachines/m16r750wkr4"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole","name":"testvmconsole","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.ExtendedLocation/customLocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-20T16:46:52.0865051Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:48:37.5972205Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.1","macAddress":"02:00:00:23:94:b9","networkAttachmentName":"cloudservices"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.8","macAddress":"02:00:00:b5:35:66","networkAttachmentName":"l3network1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/${SUBSCRIPTION_ID}/resourceGroups/${MANAGED_RESOURCE_GROUP}/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":16}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"afoinccitools.azurecr.io/manual/cirros-kubevirt:0.5.2","vmImageRepositoryCredentials":{"registryUrl":"afoinccitools.azurecr.io","username":"00000000-0000-0000-0000-000000000000"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-e41a236b-4217-43ee-8bd6-4ff1b1540dc5/providers/Microsoft.NetworkCloud/virtualMachines/VirtualMachinesffc012","name":"VirtualMachinesffc012","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-57ca2d1c/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"buildID":"919385","from":"cloudtest"},"systemData":{"createdBy":"76a1c3a1-1aaa-4cbe-b809-1b4f9dfe41e0","createdByType":"Application","createdAt":"2023-06-20T22:04:39.9327993Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T22:06:27.2040355Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-e41a236b-4217-43ee-8bd6-4ff1b1540dc5/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cloudServicesNetworksa68109","defaultGateway":"False","ipAllocationMethod":"Dynamic","networkAttachmentName":"cloudservices","macAddress":"02:00:00:eb:71:39","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nc-api-testing-e41a236b-4217-43ee-8bd6-4ff1b1540dc5/providers/Microsoft.NetworkCloud/l3Networks/l3network2","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"10.20.101.8","macAddress":"02:00:00:26:db:bb","networkAttachmentName":"vlan-1004"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLYVAibDxCYQcs4xeiGLcHMw+DvwKVAhMPG0OP85JKsBmFkeMPm5+2fEzQqjmE2r46V0+Idjdq3BYHwOzxPVb0p0Ekb4o7G3eEE/aCoSkr9S+cTn2CzCgDn3S8d1Muee56XlVJU4Z3G2oIcQchXetqYdD5NNwTyYZuDIaPoxCkGy1g+mYHsj7yxs65KfBNM/ucnvKy5cphI/uGNgcYUki0tRPT2/3H2QGVQVDfIficjPKBt9Jp08psvdJGs2Lk0Z5KrkgKyzb4VCDYmgV5AYoCPIO640n97nBwZlhVXkd4hSWHksVBBN+sajoWrWlU7h4ihwwwZcO90RYIiaHrJm9YmSMO3Y4AARHIKJ1+UerpAloAR3Jp01gTVzZdQrd9T0YfNnF7/ltg7OTo9m/mDn7zh1ZKFjyJv7bPQdhSIGbhdGrewyPe04+tSDGyH7bjpjm1A99qDYj6SeoEr790N0Lw2QGdP10Lo55+uMwzzbLyyIWzodHVIH4pPfz7mg1oWAs= - osh@osh"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":5}},"virtioInterface":"Modern","vmImage":"afoinctempacr.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"azurecr.io","username":"afoinctempacr"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-05-16/providers/Microsoft.NetworkCloud/clusters/simulator","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","powerState":"On","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-62D91B0B/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/virtualMachines/mikepvm3","name":"mikepvm3","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"key1":"myvalues1","key2":"myvalues2"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T14:24:12.8944749Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:15.663854Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:45:f9:dc","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.8","macAddress":"02:00:00:a8:e6:fb","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"mikep"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cparsons-rg/providers/Microsoft.NetworkCloud/virtualMachines/cparsonsVM4","name":"cparsonsVM4","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-0265ada4/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T16:02:32.3178174Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:20.2523865Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cparsons-rg/providers/Microsoft.NetworkCloud/cloudServicesNetworks/cparsons-csn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:88:0e:4b","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"memorySizeGB":1,"networkAttachments":[],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABgQCt+CQ58V8cSAotdbMkS91DdaTmcGa7jUuygGczvzNsEab3NZ71Q12jGnEF+2vQqhit+JjUBRE5lYsKHmml4lXhZbvoJQIlJd+hol9COe4cfvWcDkrcExPI+66t6HQ6kN1cWZqgdxzgZep3sqLPu2m2giCraf29eIITFeUF558fvDhQz2oO02n5hyNRiwsroxzRsVSbJ+v04B41mwBsJDmIcaiCfXmdjcPKs9/72+eqn941lGtOlE0Ex8jyoRJqh9JueJL9rgcT15lYjMw4ZDK6P+TNCYdHY4qumFKpCt9um2lkA5SWmB8fM+5n/Ap3y6eJ+M1islW1fFUjsElHeUzSFA5y8b3dxQCKpAPQuoy3nFaMYIgo52kR3G+1MRda5ZxqZB8LMyx+WMKcVkbcoGv47d6ljUu6RAJxmHK5OZSPf2KptksVgoQCF/DQpneUwhb4nApySWFSxZFGK+id9D72f2MvpQDtwOZ3o5jlff2w4+BBHKVkhE9MPibn6cZ06lk= - NORTHAMERICA+cparsons@CPMSComputer"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30}},"vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"vmDeviceModel":"T2","virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cparsons-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-0265ADA4/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-15DE6B95/providers/Microsoft.NetworkCloud/virtualMachines/consoleVm","name":"consoleVm","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-15DE6B95/providers/Microsoft.ExtendedLocation/customLocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T18:01:01.5098761Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:15.2700951Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:6e:4a:b1","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.8","macAddress":"02:00:00:ba:b5:81","networkAttachmentName":"l3network1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/${SUBSCRIPTION_ID}/resourceGroups/${MANAGED_RESOURCE_GROUP}/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[{"keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABgQCuubOYQlkSRRZ4OqhnH5GhQwmNM0L8tpx2SJHpeXJmmJNjtE4XPo7uKhOMqE6AOnTJ2aIRtqSPhhYWxlLU65wVdzcnIdil0l/bru8DUlAIFrqKJ0XE/9QXTBws2uPHcSdzEF+4zxpgBD/fsEmzKP2e8KOkwhjjLlcv3+bJLTpYrerYrg89926OnSikg1QYUzXz8lOnx+2cM3kqs0aATNgvWAE9a9dF8aPrr/DzPr9pep1DUIB28zq0r5JGoYqGzGW5w3RaRUabI9qwJgYftjSJS+GSLexaO8HUnodqa2QAhTppybBMKVgnR+clcnf9KT5RHGi/hbP9J3dzYremmwe6Tmi+GTTNm3bYSUIzTHgNAAOYDPNMF3g3f5+LmW4D7LXJh7FsMrvpUvnOGWTCqZuWgOLvjUJ2zA5R1NKtYSvCR7SiINYv3z1owTni0vZL4rZr47Phka8+Y9MKUse/9h5+obtHM9MMDj2a5iiZGEUpZty9gzzLjRYwVOlYjbCH4Ok= - azureuser@manasabethi-vm"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":16}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"afoinccitools.azurecr.io/manual/cirros-kubevirt:0.5.2","vmImageRepositoryCredentials":{"registryUrl":"afoinccitools.azurecr.io","username":"00000000-0000-0000-0000-000000000000"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-console_controller-tests-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-15DE6B95/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-04C0495D/providers/Microsoft.NetworkCloud/virtualMachines/consoleVm","name":"consoleVm","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-04C0495D/providers/Microsoft.ExtendedLocation/customLocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T19:54:54.5000035Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:23.4448205Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:28:58:41","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":1,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.8","macAddress":"02:00:00:a2:7f:dd","networkAttachmentName":"l3network1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/${SUBSCRIPTION_ID}/resourceGroups/${MANAGED_RESOURCE_GROUP}/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","schedulingExecution":"Hard","scope":"Machine"}],"sshPublicKeys":[{"keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABgQCuubOYQlkSRRZ4OqhnH5GhQwmNM0L8tpx2SJHpeXJmmJNjtE4XPo7uKhOMqE6AOnTJ2aIRtqSPhhYWxlLU65wVdzcnIdil0l/bru8DUlAIFrqKJ0XE/9QXTBws2uPHcSdzEF+4zxpgBD/fsEmzKP2e8KOkwhjjLlcv3+bJLTpYrerYrg89926OnSikg1QYUzXz8lOnx+2cM3kqs0aATNgvWAE9a9dF8aPrr/DzPr9pep1DUIB28zq0r5JGoYqGzGW5w3RaRUabI9qwJgYftjSJS+GSLexaO8HUnodqa2QAhTppybBMKVgnR+clcnf9KT5RHGi/hbP9J3dzYremmwe6Tmi+GTTNm3bYSUIzTHgNAAOYDPNMF3g3f5+LmW4D7LXJh7FsMrvpUvnOGWTCqZuWgOLvjUJ2zA5R1NKtYSvCR7SiINYv3z1owTni0vZL4rZr47Phka8+Y9MKUse/9h5+obtHM9MMDj2a5iiZGEUpZty9gzzLjRYwVOlYjbCH4Ok= - azureuser@manasabethi-vm"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":16}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"afoinccitools.azurecr.io/manual/cirros-kubevirt:0.5.2","vmImageRepositoryCredentials":{"registryUrl":"afoinccitools.azurecr.io","username":"00000000-0000-0000-0000-000000000000"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mbethi-get-vm-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-04C0495D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running - - virtual machine is running."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm","name":"simvm","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T18:58:23.4532151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:21.2230998Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:e1:65:a5","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.4"},"cpuCores":3,"memorySizeGB":1,"networkAttachments":[],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + osh@osh"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":5}},"virtioInterface":"Modern","vmImage":"afoinctempacr.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"azurecr.io","username":"afoinctempacr"},"detailedStatus":"Running","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kilburn-simulator-06-08/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-57CA2D1C/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5B8B7F1E/providers/Microsoft.NetworkCloud/virtualMachines/sshmuxtestvm","name":"sshmuxtestvm","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-5B8B7F1E/providers/Microsoft.ExtendedLocation/customLocations/simulator-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T20:19:04.9221779Z","lastModifiedBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T21:03:34.0518192Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T21:06:25.9451755Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.2","macAddress":"02:00:00:81:b4:8e","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:3c:cb:13","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","provisioningState":"Succeeded","detailedStatusMessage":"Running + - virtual machine is running."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/simvm","name":"simvm","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T18:58:23.4532151Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-06T07:02:17.33293Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","macAddress":"02:00:00:e1:65:a5","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.4"},"cpuCores":3,"memorySizeGB":1,"networkAttachments":[],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"virtioInterface":"Transitional","isolateEmulatorThread":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15","name":"rgvm15","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T21:13:46.8121512Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:20.9210007Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","ipv6Address":"","networkAttachmentName":"cloudservices","macAddress":"02:00:00:ee:f3:e6"},"cpuCores":2,"memorySizeGB":1,"networkAttachments":[],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute02"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvm15","name":"rgvm15","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-20T21:13:46.8121512Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-06T07:02:17.2656245Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"False","ipAllocationMethod":"Dynamic","ipv4Address":"169.254.8.1","ipv6Address":"","networkAttachmentName":"cloudservices","macAddress":"02:00:00:ee:f3:e6"},"cpuCores":2,"memorySizeGB":1,"networkAttachments":[],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30},"volumeAttachments":[]},"userData":"dXNlckRhdGVTYW1wbGU=","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"vmDeviceModel":"T2","virtioInterface":"Transitional","isolateEmulatorThread":"True","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-427177BF/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/virtualMachines/rgvirtualm","name":"rgvirtualm","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-427177bf/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-04-24T15:12:01.8117211Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-04-24T15:12:01.8117211Z"},"properties":{"provisioningState":"Failed","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rajeshwari-preflight/providers/Microsoft.NetworkCloud/cloudServicesNetworks/rgcsn","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"","ipv6Address":"","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":1,"networkAttachments":[],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7gM31o+AjEcDpaqnvxxeIaoJCPt62GUzfFmZdFOzq4gPmHKZLWEBpX+xgGRQsOC1mb2oaNwcB6A8wwb5uitsPhJCfPKrM5AOZkvIESBMLpfzMBQqwKvHudy4r3lzSYFneYrkwr9MvokAidllSRbcn43zrFLExVSYca15nYzo28YdgMR77uS6OkvGbVmk89KUr5t9/Iuve3A40zqUyhCPWkC4M2sDS/3brvNSalcpDQo68gFgiWK9V0wMWhAFP2gPCpWbQYmyFX7T0PRuuPliB0X3o8V+gY4Ag0stHvJiwSF1/g6sJMw3PEBhR7I9MfwJiKuwlD8WGd6RPG8lPWLklFEzAhBSGVKL4yj/oD3Pr3azebbxOAd11lEYu+KKqXK2IVxkhXXg8zpWWJjZipDP3M+1zJBHtdmXEgnE9lKyopUwOOt4sDKx1tuimuya/IE79eiXKcg/jI5FSW75H4/7HhkWEDJggecBVWQxIzdRA5WuaAwQDPPZdl6NB2k/qNyc= - azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30},"volumeAttachments":[]},"userData":"dXNlckRhdGVTYW1wbGU=","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"vmDeviceModel":"T2","virtioInterface":"Transitional","isolateEmulatorThread":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw","name":"pipelinevmHjfxOFWK0XXjvw","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T07:00:07.9263194Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:15.625795Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:75:42:cb","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.100.8","macAddress":"02:00:00:a7:24:ee","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + azureuser@ipv6jump01"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":30},"volumeAttachments":[]},"userData":"dXNlckRhdGVTYW1wbGU=","vmImage":"afoinctempacr.azurecr.io/ubuntu-2204-cloudimg:20230110","vmImageRepositoryCredentials":{"registryUrl":"afoinctempacr.azurecr.io","username":"afoinctempacr"},"vmDeviceModel":"T2","virtioInterface":"Transitional","isolateEmulatorThread":"True"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmHjfxOFWK0XXjvw","name":"pipelinevmHjfxOFWK0XXjvw","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-02T07:00:07.9263194Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-26T19:50:08.8739225Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:75:42:cb","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.1"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.100.8","macAddress":"02:00:00:a7:24:ee","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= - azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr3"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1","name":"mattjtestvm1","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T17:42:31.9874366Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:22.6413038Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:b3:71:c7","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.3"},"cpuCores":6,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/mattj-l3n-527","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.84.8","macAddress":"02:00:00:ab:6e:3e","networkAttachmentName":"mattj-l3n-527"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","detailedStatus":"Provisioning"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm1","name":"mattjtestvm1","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-03T17:42:31.9874366Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-12T21:27:43.2458162Z"},"properties":{"provisioningState":"Succeeded","cloudServicesNetworkAttachment":{"macAddress":"02:00:00:b3:71:c7","attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.3","networkAttachmentName":"cloudservices"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","adminUsername":"ubuntu","bootMethod":"BIOS","cpuCores":6,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/mattj-l3n-527","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.84.8","macAddress":"02:00:00:05:0b:a8","networkAttachmentName":"mattj-l3n-527"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCib9pCMCi9MqxRc8UAm1cGnImhXqCS6S1TVs5/3EmdLl0YIwrzL7jbqpcV+yq1OUqffkKkXYe+F+gz11KYtC6bP27j6XUHU4B7cUAi9pXqpk/qvT/ykIekobF4pDOXULAubpcSBYqZXBAMbnxpsUDaVysRcL33PyyV6XqfmoJ8j5N1dISQduzhnD9foxOoC49N5UYJWgaoZDFqSTeUa/irthdW10sC6gDySuO8RMKwiI2q9z7TLWJV3/ldf0ntV3mteNattdAWsdcbkgzhrub22Z4YZICqPGbhOWjuDniB+Ix8r58ER5GtzbngfPPRddNdSWir3Q3pseFZdosQjH0X5t/OSzBuhvk+rX9RlyjcGAImEsrhhhYU3TGJmZhk++KAN6AmB8E9DJHeyYZ0RBG9ryt99RwzTdBylvncFMshC5CsNwW4vtZIkeDGML5vlGWgh4bk8HAGmLwzBFkLRBGuFSWhQs6X5s0mggdwM18GelBxOpZ2vuGulJVnUwYMt9E= - mjeanneret@microsoft - azure infrastructure"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":45}},"userData":"I2Nsb3VkLWNvbmZpZwoKdXNlcnM6CiAgICAtIG5hbWU6IHJvb3QKICAgICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAgICAtIHNzaC1yc2Egc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOFFBaFE3SFdWMGNnaWowWE1DMjQwQk5tbzk0VW1FMlJjZnMrTTdkZHJBSFlJQlMxODJtVzg2QVNJTTQzOGZONUxTaVNiT3BPdHpOcEl1QmJOaThBZ21jeCtDUnF3NXZ0bWxmQUp1Sk9VWlBpV2wvSmVXSnU2ejN3ZkwvOWpZbUpMUk1pUy81cks5a01LRHd6Q09QRzBhOGpRV3RERWovRzRYSEJGbVJ5YmtZbHhXRVVwM3N3WG1ZUUFxZTRPb0d3NG5IQTlLSERvYWxmQTlZNkVmWS81UHdjSjl2bFR2VWxidUcxemJReVlVZ1hReHc0dGI2em5EaFh3NmNQcVM2cUU0czVlMkJnMGlPMVE5RE55b1M1cVJjSmxubUxQYlF3blNtampyUlFmWWk1ZXh4V3BDVk1OT1QwMUtRSGRMbmgwQ0xaNDlOSUxrM3dpV2xHM3NHbmZsL2pTR0dVNDJkdENhRW9HcTJUNzN5MHNXakFqaXAxMHRaVXk2NzJQamtOV1BFRExjcTZBKzhUWFNrUjBGclZoY0pRTTFLd3dwczlQajVIRFNjR2lzNFBSNHdZOU4xUTM0Z0NCVXA3UjNIV0dCQThqaHVtM1BoWm1WMG5FWStGV1h5QlR5NTI4dnFpQjhENmphMUo1cWsreXV5eXhkN3lpenIrL3djbkNxTjg9IGF6dXJldXNlckBiMzdqdW1wc2VydmVyNAogICAgICBzdWRvOiBBTEw9KEFMTCkgTk9QQVNTV0Q6QUxMCgp3cml0ZV9maWxlczoKICAgIC0gY29udGVudDogfC0KICAgICAgICAjanVub3MtY29uZmlnCiAgICAgICAgc3lzdGVtIHsKICAgICAgICAgICAgcm9vdC1hdXRoZW50aWNhdGlvbiB7CiAgICAgICAgICAgICAgICBlbmNyeXB0ZWQtcGFzc3dvcmQgLnhDZlExV0ZJZXNGL3hjLjlZb2FQWEtPbWdSalhRdnU4TXV2SG9Zc3ZrUEZqeUM5Z0I4ZHlDdzNjcmhZRFNhVHNKbGtyZmkuOyAjIyBTRUNSRVQtREFUQSAgPDw8PDwgSnVuaXBlcjEyMyBpcyB0aGUgcGFzc3dvcmQKICAgICAgICAgICAgfQogICAgICAgICAgICBzZXJ2aWNlcyB7CiAgICAgICAgICAgICAgICBzc2ggewogICAgICAgICAgICAgICAgICAgIHJvb3QtbG9naW4gYWxsb3c7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB3ZWItbWFuYWdlbWVudCB7CiAgICAgICAgICAgICAgICAgICAgaHR0cCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGludGVyZmFjZSBmeHAwLjA7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIGh0dHBzIHsKICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLWdlbmVyYXRlZC1jZXJ0aWZpY2F0ZTsKICAgICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgbGljZW5zZSB7CiAgICAgICAgICAgICAgICBhdXRvdXBkYXRlIHsKICAgICAgICAgICAgICAgICAgICB1cmwgaHR0cHM6Ly9hZTEuanVuaXBlci5uZXQvanVub3Mva2V5X3JldHJpZXZhbDsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgICAgICBzZWN1cml0eSB7CiAgICAgICAgICAgIHpvbmVzIHsKICAgICAgICAgICAgICAgIHNlY3VyaXR5LXpvbmUgTUdUIHsKICAgICAgICAgICAgICAgICAgICBpbnRlcmZhY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgZ2UtMC8wLzAuMCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBob3N0LWluYm91bmQtdHJhZmZpYyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLXNlcnZpY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwcm90b2NvbHMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGw7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIGludGVyZmFjZXMgewogICAgICAgICAgICBnZS0wLzAvMCB7CiAgICAgICAgICAgICAgICB1bml0IDAgewogICAgICAgICAgICAgICAgICAgIGZhbWlseSBpbmV0IHsKICAgICAgICAgICAgICAgICAgICAgICAgYWRkcmVzcyAxMC4xMDEuMi4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgZ2UtMC8wLzEgewogICAgICAgICAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgICAgICAgICBmYW1pbHkgaW5ldCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGFkZHJlc3MgMTAuMTAxLjMuMjEvMjQ7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIGdlLTAvMC8yIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDEwLjEwMS40LjIxLzI0OwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgICBmeHAwIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDE2OS4yNTQuOC4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgcm91dGluZy1pbnN0YW5jZXMgewogICAgICAgICAgICBNR1QgewogICAgICAgICAgICAgICAgaW5zdGFuY2UtdHlwZSB2aXJ0dWFsLXJvdXRlcjsKICAgICAgICAgICAgICAgIHJvdXRpbmctb3B0aW9ucyB7CiAgICAgICAgICAgICAgICAgICAgc3RhdGljIHsKICAgICAgICAgICAgICAgICAgICAgICAgcm91dGUgMC4wLjAuMC8wIG5leHQtaG9wIDEwLjEwMS4yLjE7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgaW50ZXJmYWNlIGdlLTAvMC8wLjA7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIHBhdGg6IC90bXAvZXhhbXBsZS1maWxlLnR4dAo=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"mattjprivdevacr.azurecr.io/vnf-clone-ubuntu-2204:v2","vmImageRepositoryCredentials":{"registryUrl":"mattjprivdevacr.azurecr.io","username":"mattjprivtoken"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","powerState":"On","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr6"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm01","name":"j18vm01","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T14:55:43.8542214Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T14:55:43.8542214Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"sshPublicKeys":[{"keyData":"ssh-rsa + mjeanneret@microsoft - azure infrastructure"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":45}},"userData":"I2Nsb3VkLWNvbmZpZwoKdXNlcnM6CiAgICAtIG5hbWU6IHJvb3QKICAgICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAgICAtIHNzaC1yc2Egc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOFFBaFE3SFdWMGNnaWowWE1DMjQwQk5tbzk0VW1FMlJjZnMrTTdkZHJBSFlJQlMxODJtVzg2QVNJTTQzOGZONUxTaVNiT3BPdHpOcEl1QmJOaThBZ21jeCtDUnF3NXZ0bWxmQUp1Sk9VWlBpV2wvSmVXSnU2ejN3ZkwvOWpZbUpMUk1pUy81cks5a01LRHd6Q09QRzBhOGpRV3RERWovRzRYSEJGbVJ5YmtZbHhXRVVwM3N3WG1ZUUFxZTRPb0d3NG5IQTlLSERvYWxmQTlZNkVmWS81UHdjSjl2bFR2VWxidUcxemJReVlVZ1hReHc0dGI2em5EaFh3NmNQcVM2cUU0czVlMkJnMGlPMVE5RE55b1M1cVJjSmxubUxQYlF3blNtampyUlFmWWk1ZXh4V3BDVk1OT1QwMUtRSGRMbmgwQ0xaNDlOSUxrM3dpV2xHM3NHbmZsL2pTR0dVNDJkdENhRW9HcTJUNzN5MHNXakFqaXAxMHRaVXk2NzJQamtOV1BFRExjcTZBKzhUWFNrUjBGclZoY0pRTTFLd3dwczlQajVIRFNjR2lzNFBSNHdZOU4xUTM0Z0NCVXA3UjNIV0dCQThqaHVtM1BoWm1WMG5FWStGV1h5QlR5NTI4dnFpQjhENmphMUo1cWsreXV5eXhkN3lpenIrL3djbkNxTjg9IGF6dXJldXNlckBiMzdqdW1wc2VydmVyNAogICAgICBzdWRvOiBBTEw9KEFMTCkgTk9QQVNTV0Q6QUxMCgp3cml0ZV9maWxlczoKICAgIC0gY29udGVudDogfC0KICAgICAgICAjanVub3MtY29uZmlnCiAgICAgICAgc3lzdGVtIHsKICAgICAgICAgICAgcm9vdC1hdXRoZW50aWNhdGlvbiB7CiAgICAgICAgICAgICAgICBlbmNyeXB0ZWQtcGFzc3dvcmQgLnhDZlExV0ZJZXNGL3hjLjlZb2FQWEtPbWdSalhRdnU4TXV2SG9Zc3ZrUEZqeUM5Z0I4ZHlDdzNjcmhZRFNhVHNKbGtyZmkuOyAjIyBTRUNSRVQtREFUQSAgPDw8PDwgSnVuaXBlcjEyMyBpcyB0aGUgcGFzc3dvcmQKICAgICAgICAgICAgfQogICAgICAgICAgICBzZXJ2aWNlcyB7CiAgICAgICAgICAgICAgICBzc2ggewogICAgICAgICAgICAgICAgICAgIHJvb3QtbG9naW4gYWxsb3c7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB3ZWItbWFuYWdlbWVudCB7CiAgICAgICAgICAgICAgICAgICAgaHR0cCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGludGVyZmFjZSBmeHAwLjA7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIGh0dHBzIHsKICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLWdlbmVyYXRlZC1jZXJ0aWZpY2F0ZTsKICAgICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgbGljZW5zZSB7CiAgICAgICAgICAgICAgICBhdXRvdXBkYXRlIHsKICAgICAgICAgICAgICAgICAgICB1cmwgaHR0cHM6Ly9hZTEuanVuaXBlci5uZXQvanVub3Mva2V5X3JldHJpZXZhbDsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgICAgICBzZWN1cml0eSB7CiAgICAgICAgICAgIHpvbmVzIHsKICAgICAgICAgICAgICAgIHNlY3VyaXR5LXpvbmUgTUdUIHsKICAgICAgICAgICAgICAgICAgICBpbnRlcmZhY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgZ2UtMC8wLzAuMCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBob3N0LWluYm91bmQtdHJhZmZpYyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLXNlcnZpY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwcm90b2NvbHMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGw7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIGludGVyZmFjZXMgewogICAgICAgICAgICBnZS0wLzAvMCB7CiAgICAgICAgICAgICAgICB1bml0IDAgewogICAgICAgICAgICAgICAgICAgIGZhbWlseSBpbmV0IHsKICAgICAgICAgICAgICAgICAgICAgICAgYWRkcmVzcyAxMC4xMDEuMi4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgZ2UtMC8wLzEgewogICAgICAgICAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgICAgICAgICBmYW1pbHkgaW5ldCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGFkZHJlc3MgMTAuMTAxLjMuMjEvMjQ7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIGdlLTAvMC8yIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDEwLjEwMS40LjIxLzI0OwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgICBmeHAwIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDE2OS4yNTQuOC4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgcm91dGluZy1pbnN0YW5jZXMgewogICAgICAgICAgICBNR1QgewogICAgICAgICAgICAgICAgaW5zdGFuY2UtdHlwZSB2aXJ0dWFsLXJvdXRlcjsKICAgICAgICAgICAgICAgIHJvdXRpbmctb3B0aW9ucyB7CiAgICAgICAgICAgICAgICAgICAgc3RhdGljIHsKICAgICAgICAgICAgICAgICAgICAgICAgcm91dGUgMC4wLjAuMC8wIG5leHQtaG9wIDEwLjEwMS4yLjE7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgaW50ZXJmYWNlIGdlLTAvMC8wLjA7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIHBhdGg6IC90bXAvZXhhbXBsZS1maWxlLnR4dAo=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"mattjprivdevacr.azurecr.io/vnf-clone-ubuntu-2204:v2","vmImageRepositoryCredentials":{"registryUrl":"mattjprivdevacr.azurecr.io","username":"mattjprivtoken"},"detailedStatus":"Running","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr7"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm01","name":"j18vm01","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T14:55:43.8542214Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T14:55:43.8542214Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo--placement-hints"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm02","name":"j18vm02","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T15:10:06.2676838Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T17:09:01.2310475Z"},"properties":{"provisioningState":"Failed","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"False","memorySizeGB":8,"networkAttachments":[],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm03","name":"j18vm03","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"value1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T15:50:56.8512117Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T17:13:23.4264887Z"},"properties":{"provisioningState":"Succeeded","cloudServicesNetworkAttachment":{"macAddress":"02:00:00:71:1c:5b","attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","detailedStatus":"Provisioning","adminUsername":"ubuntu","bootMethod":"UEFI","cpuCores":4,"isolateEmulatorThread":"False","memorySizeGB":8,"networkAttachments":[],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/pipelinevmSWpNeawejGsjOQ","name":"pipelinevmSWpNeawejGsjOQ","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"tags":{"ResourceType":"virtualmachine","ManagedBy":"nc-labs","LabEnvironment":"j18","ResourceTest":"deployment"},"systemData":{"createdBy":"de975306-d24e-4dec-9d3b-ef05c66f0075","createdByType":"Application","createdAt":"2023-05-22T16:25:20.9444444Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-26T19:50:13.7862723Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"clouduser","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/pipelinecsn","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.3","macAddress":"02:00:00:9b:5a:73","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.100.9","macAddress":"02:00:00:df:77:78","networkAttachmentName":"vlan-535"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCjxBjt9iSrZqTJOp+LqGLJN/6x5BhbkReh1F9WtKY5I30NMm8NyJpoTef5tRKWJOFenyhHv92Q1CVbjIOfToM1o+0omzruJnWvzNOIqRfktBgpaAvI3NBW8jyP88dU370R79pCcHS258sEsYZu7Pt3bPHWnJynqqpi3e/icJ902gwR0ZCHWkLS+Kojn6+60TdxnPBlACi/QDQcXE9BtuEO6O9Owtzd9j9q2WdaQTElZHyrjBudDcv8DGVErOl2yPRD9a2kGF3zE9OFemq75UH4YeXDb0FgUdgxq9vvXWlWSm7banZ681MgdMYksYUDuSfvtrnwQl9LBcxvk+Z3eHCaAcHHQ/S5h/lAG5xbGaeE6A9woTMKrnqzXvL/XCg02gM01smgUxO7aIIcMquPaTJBc8rSd4wSihg1iRY93OAMVvj4U8ZqLwIt03Z8aIhrVvAmzkmlZ9YwvSXYBDg0KdMNKG4zrnRqWP7ge7ayb+hPxN6UZ0E7Z3VoVw+2R2NxjHE= + azureuser@B37-VNET-DEP1"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"username":"00000000-0000-0000-0000-000000000000","registryUrl":"nc-resource-custom"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","detailedStatus":"Provisioning","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm1","name":"j18vm1","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:38.7939608Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:02.2177872Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm2","name":"j18vm2","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:42.1324911Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:06.2540725Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm3","name":"j18vm3","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:45.5451056Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:08.4860129Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm4","name":"j18vm4","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:47.7178614Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:10.459977Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm5","name":"j18vm5","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:50.0862789Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:12.3598892Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm6","name":"j18vm6","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:52.161896Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:14.2420961Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm7","name":"j18vm7","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:54.8509086Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:16.0414115Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm8","name":"j18vm8","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:56.921888Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:17.6658775Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL - roytang@picolo--placement-hints"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm02","name":"j18vm02","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T15:10:06.2676838Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-17T15:10:06.2676838Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"False","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"sshPublicKeys":[{"keyData":"ssh-rsa + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm9","name":"j18vm9","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:36:59.1279939Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:19.6651948Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL - roytang@picolo--placement-hints"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm03","name":"j18vm03","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T15:50:56.8512117Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:17.1277639Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:71:1c:5b","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.3"},"cpuCores":4,"isolateEmulatorThread":"False","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-568","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.155.10","macAddress":"02:00:00:b4:fa:58","networkAttachmentName":"l3n1"}],"sshPublicKeys":[{"keyData":"ssh-rsa + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm10","name":"j18vm10","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:01.5465578Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:21.4129686Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL - roytang@picolo--placement-hints"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"vmImage":"nccacheacr.azurecr.io/nc-resource-custom:0.1.7-217","vmImageRepositoryCredentials":{"registryUrl":"nccacheacr.azurecr.io","username":"00000000-0000-0000-0000-000000000000"},"virtioInterface":"Modern","placementHints":[],"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","powerState":"On","detailedStatus":"Available","detailedStatusMessage":"Running - - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr6"}}]}' + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm11","name":"j18vm11","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:03.7508547Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:23.0372079Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm12","name":"j18vm12","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:06.1283987Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:24.628678Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm13","name":"j18vm13","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:08.3815427Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:26.3197223Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm14","name":"j18vm14","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:10.2324081Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:28.1571405Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm15","name":"j18vm15","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:12.3109049Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:29.710409Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm16","name":"j18vm16","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:14.3212905Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:31.7589786Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm17","name":"j18vm17","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:17.0034144Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:33.4554607Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm18","name":"j18vm18","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:20.9247267Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:35.0698151Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm19","name":"j18vm19","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:22.9177285Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:36.6310968Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm20","name":"j18vm20","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:25.1970421Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:39.4928185Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm21","name":"j18vm21","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:27.6148811Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:41.2596031Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm22","name":"j18vm22","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:29.6931515Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:42.9070048Z"},"properties":{"provisioningState":"Failed","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm23","name":"j18vm23","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:31.9224542Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:44.8671154Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm24","name":"j18vm24","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:34.0085459Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:46.5442511Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm25","name":"j18vm25","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:36.0928139Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:48.557737Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm26","name":"j18vm26","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:38.0971933Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:50.2543191Z"},"properties":{"provisioningState":"Failed","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm27","name":"j18vm27","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:39.7189138Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:52.2498883Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm28","name":"j18vm28","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:41.7958836Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:54.0502073Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm29","name":"j18vm29","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:44.110878Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:56.0550556Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm30","name":"j18vm30","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:46.0036166Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:51:58.2238485Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm31","name":"j18vm31","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:47.9495702Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:00.2141317Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm32","name":"j18vm32","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:50.1839123Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:02.3496635Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm33","name":"j18vm33","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:52.3135553Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:04.5851529Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm34","name":"j18vm34","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:54.1894875Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:06.9080584Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm35","name":"j18vm35","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:56.2865534Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:09.8656461Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm36","name":"j18vm36","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:37:58.4694422Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:12.9550605Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm37","name":"j18vm37","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:38:00.6364231Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:15.067178Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm38","name":"j18vm38","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:38:03.1639962Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:17.2850283Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm39","name":"j18vm39","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:38:05.4579Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:19.7088491Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/j18vm40","name":"j18vm40","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-26T19:38:07.4779378Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-26T19:52:21.933817Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"ubuntu","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/j18-csnet-21","ipAllocationMethod":"Dynamic"},"cpuCores":4,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/l3network-535","defaultGateway":"True","ipAllocationMethod":"Dynamic","networkAttachmentName":"l3n1"}],"placementHints":[{"hintType":"Affinity","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/racks/b37j18r2","schedulingExecution":"Hard","scope":"Rack"}],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQCwz6i3i4or5xoWgCEm0MHfw+roDvUd+z+b050TvhkqSnTj6EVauPktapbdDSgMYe7yIP4GN/725FbSaahJZah1XRKJR80YkXN18GLF40CsSczJJk1NKgXw8t6BWejOTvBUYC3bstdLdN6qY4LbNkZA32rxcfKSIsl5HOc7Yqj2mvJMHDTaKhQZm97YpzwgCcU1+k0DmzsbX8X41vhsF9w/JzE9pA4r4fDvFPSIq8oO8WIK0Wgrp+7AUmRvDQypyGfTunLA0XinLLjld8V5FEeSDd19wDlXzpsRG0YKxWq433gu5GYArUnzAuO27XImNvZrWcNUfmFijtmrcFXxwwiL + roytang@picolo"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":10}},"virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/virtualMachines/mattjtestvm3","name":"mattjtestvm3","type":"microsoft.networkcloud/virtualmachines","location":"eastus2euap","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/j18-c0d28c8f7cd3-hostedresources-3781ac00/providers/microsoft.extendedlocation/customlocations/j18-c0d28c8f7cd3-cstm-loc","type":"CustomLocation"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-06T15:27:10.4674034Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-06T15:33:19.1824828Z"},"properties":{"provisioningState":"Succeeded","adminUsername":"root","bootMethod":"BIOS","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/cloudServicesNetworks/mattj-csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.5","macAddress":"02:00:00:9b:58:27","networkAttachmentName":"cloudservices"},"cpuCores":6,"isolateEmulatorThread":"True","memorySizeGB":8,"networkAttachments":[{"attachedNetworkId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/l3Networks/mattj-l3n-527","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.6.84.9","macAddress":"02:00:00:39:0a:ef","networkAttachmentName":"mattj-l3n-527"}],"placementHints":[],"sshPublicKeys":[{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQCib9pCMCi9MqxRc8UAm1cGnImhXqCS6S1TVs5/3EmdLl0YIwrzL7jbqpcV+yq1OUqffkKkXYe+F+gz11KYtC6bP27j6XUHU4B7cUAi9pXqpk/qvT/ykIekobF4pDOXULAubpcSBYqZXBAMbnxpsUDaVysRcL33PyyV6XqfmoJ8j5N1dISQduzhnD9foxOoC49N5UYJWgaoZDFqSTeUa/irthdW10sC6gDySuO8RMKwiI2q9z7TLWJV3/ldf0ntV3mteNattdAWsdcbkgzhrub22Z4YZICqPGbhOWjuDniB+Ix8r58ER5GtzbngfPPRddNdSWir3Q3pseFZdosQjH0X5t/OSzBuhvk+rX9RlyjcGAImEsrhhhYU3TGJmZhk++KAN6AmB8E9DJHeyYZ0RBG9ryt99RwzTdBylvncFMshC5CsNwW4vtZIkeDGML5vlGWgh4bk8HAGmLwzBFkLRBGuFSWhQs6X5s0mggdwM18GelBxOpZ2vuGulJVnUwYMt9E= + mjeanneret@microsoft - azure infrastructure"}],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":150}},"userData":"I2Nsb3VkLWNvbmZpZwoKdXNlcnM6CiAgICAtIG5hbWU6IHJvb3QKICAgICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAgICAtIHNzaC1yc2Egc3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCZ1FDOFFBaFE3SFdWMGNnaWowWE1DMjQwQk5tbzk0VW1FMlJjZnMrTTdkZHJBSFlJQlMxODJtVzg2QVNJTTQzOGZONUxTaVNiT3BPdHpOcEl1QmJOaThBZ21jeCtDUnF3NXZ0bWxmQUp1Sk9VWlBpV2wvSmVXSnU2ejN3ZkwvOWpZbUpMUk1pUy81cks5a01LRHd6Q09QRzBhOGpRV3RERWovRzRYSEJGbVJ5YmtZbHhXRVVwM3N3WG1ZUUFxZTRPb0d3NG5IQTlLSERvYWxmQTlZNkVmWS81UHdjSjl2bFR2VWxidUcxemJReVlVZ1hReHc0dGI2em5EaFh3NmNQcVM2cUU0czVlMkJnMGlPMVE5RE55b1M1cVJjSmxubUxQYlF3blNtampyUlFmWWk1ZXh4V3BDVk1OT1QwMUtRSGRMbmgwQ0xaNDlOSUxrM3dpV2xHM3NHbmZsL2pTR0dVNDJkdENhRW9HcTJUNzN5MHNXakFqaXAxMHRaVXk2NzJQamtOV1BFRExjcTZBKzhUWFNrUjBGclZoY0pRTTFLd3dwczlQajVIRFNjR2lzNFBSNHdZOU4xUTM0Z0NCVXA3UjNIV0dCQThqaHVtM1BoWm1WMG5FWStGV1h5QlR5NTI4dnFpQjhENmphMUo1cWsreXV5eXhkN3lpenIrL3djbkNxTjg9IGF6dXJldXNlckBiMzdqdW1wc2VydmVyNAogICAgICBzdWRvOiBBTEw9KEFMTCkgTk9QQVNTV0Q6QUxMCgp3cml0ZV9maWxlczoKICAgIC0gY29udGVudDogfC0KICAgICAgICAjanVub3MtY29uZmlnCiAgICAgICAgc3lzdGVtIHsKICAgICAgICAgICAgcm9vdC1hdXRoZW50aWNhdGlvbiB7CiAgICAgICAgICAgICAgICBlbmNyeXB0ZWQtcGFzc3dvcmQgLnhDZlExV0ZJZXNGL3hjLjlZb2FQWEtPbWdSalhRdnU4TXV2SG9Zc3ZrUEZqeUM5Z0I4ZHlDdzNjcmhZRFNhVHNKbGtyZmkuOyAjIyBTRUNSRVQtREFUQSAgPDw8PDwgSnVuaXBlcjEyMyBpcyB0aGUgcGFzc3dvcmQKICAgICAgICAgICAgfQogICAgICAgICAgICBzZXJ2aWNlcyB7CiAgICAgICAgICAgICAgICBzc2ggewogICAgICAgICAgICAgICAgICAgIHJvb3QtbG9naW4gYWxsb3c7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB3ZWItbWFuYWdlbWVudCB7CiAgICAgICAgICAgICAgICAgICAgaHR0cCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGludGVyZmFjZSBmeHAwLjA7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIGh0dHBzIHsKICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLWdlbmVyYXRlZC1jZXJ0aWZpY2F0ZTsKICAgICAgICAgICAgICAgICAgICAgICAgaW50ZXJmYWNlIGZ4cDAuMDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgbGljZW5zZSB7CiAgICAgICAgICAgICAgICBhdXRvdXBkYXRlIHsKICAgICAgICAgICAgICAgICAgICB1cmwgaHR0cHM6Ly9hZTEuanVuaXBlci5uZXQvanVub3Mva2V5X3JldHJpZXZhbDsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgICAgICBzZWN1cml0eSB7CiAgICAgICAgICAgIHpvbmVzIHsKICAgICAgICAgICAgICAgIHNlY3VyaXR5LXpvbmUgTUdUIHsKICAgICAgICAgICAgICAgICAgICBpbnRlcmZhY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgZ2UtMC8wLzAuMCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBob3N0LWluYm91bmQtdHJhZmZpYyB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3lzdGVtLXNlcnZpY2VzIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWxsOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwcm90b2NvbHMgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBhbGw7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgICAgIGludGVyZmFjZXMgewogICAgICAgICAgICBnZS0wLzAvMCB7CiAgICAgICAgICAgICAgICB1bml0IDAgewogICAgICAgICAgICAgICAgICAgIGZhbWlseSBpbmV0IHsKICAgICAgICAgICAgICAgICAgICAgICAgYWRkcmVzcyAxMC4xMDEuMi4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgZ2UtMC8wLzEgewogICAgICAgICAgICAgICAgdW5pdCAwIHsKICAgICAgICAgICAgICAgICAgICBmYW1pbHkgaW5ldCB7CiAgICAgICAgICAgICAgICAgICAgICAgIGFkZHJlc3MgMTAuMTAxLjMuMjEvMjQ7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIGdlLTAvMC8yIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDEwLjEwMS40LjIxLzI0OwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICAgICBmeHAwIHsKICAgICAgICAgICAgICAgIHVuaXQgMCB7CiAgICAgICAgICAgICAgICAgICAgZmFtaWx5IGluZXQgewogICAgICAgICAgICAgICAgICAgICAgICBhZGRyZXNzIDE2OS4yNTQuOC4yMS8yNDsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgcm91dGluZy1pbnN0YW5jZXMgewogICAgICAgICAgICBNR1QgewogICAgICAgICAgICAgICAgaW5zdGFuY2UtdHlwZSB2aXJ0dWFsLXJvdXRlcjsKICAgICAgICAgICAgICAgIHJvdXRpbmctb3B0aW9ucyB7CiAgICAgICAgICAgICAgICAgICAgc3RhdGljIHsKICAgICAgICAgICAgICAgICAgICAgICAgcm91dGUgMC4wLjAuMC8wIG5leHQtaG9wIDEwLjEwMS4yLjE7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgaW50ZXJmYWNlIGdlLTAvMC8wLjA7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIHBhdGg6IC90bXAvZXhhbXBsZS1maWxlLnR4dAo=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"mattjdevacr.azurecr.io/ngxprobe:1.0","vmImageRepositoryCredentials":{"registryUrl":"mattjprivdevacr.azurecr.io","username":"mattjprivtoken"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-cluster/providers/Microsoft.NetworkCloud/clusters/j18-c0d28c8f7cd3","detailedStatus":"Running","powerState":"On","detailedStatusMessage":"Running + - virtual machine is running.","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/j18-c0d28c8f7cd3-HostedResources-3781AC00/providers/Microsoft.NetworkCloud/bareMetalMachines/j18r750wkr2"}}]}' headers: cache-control: - no-cache content-length: - - '95360' + - '191880' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:24 GMT + - Wed, 21 Jun 2023 21:06:40 GMT expires: - '-1' pragma: @@ -702,9 +846,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 93f482ae-f206-46e1-a108-a5417f23a14d - - b3200adc-99ce-44c9-960e-f883fba70d68 - - 66e404b2-949d-4179-b2cb-9016537f082d + - 0c8b51f9-eda2-4256-b94f-1df7c235ad88 + - 1b269bdf-7251-4010-bbda-65c87860d999 + - ae39465e-2e07-452d-a7b5-f619af373139 status: code: 200 message: OK @@ -722,22 +866,22 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines?api-version=2023-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-02cda526/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-17T21:02:48.8052813Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-17T21:05:19.514639Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","macAddress":"02:00:00:37:47:f9","networkAttachmentName":"cloudservices","ipv4Address":"169.254.8.2"},"cpuCores":2,"isolateEmulatorThread":"False","memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:20:6e:b4","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","virtioInterface":"Modern","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mikep-sim-rg/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Available","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-02CDA526/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute01","provisioningState":"Succeeded","detailedStatusMessage":"Running + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","name":"cliTestVM000001","type":"microsoft.networkcloud/virtualmachines","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/simulator-hostedresources-4ae3464d/providers/microsoft.extendedlocation/customlocations/simulator-cstm-loc","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T21:03:34.0518192Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T21:06:25.9451755Z"},"properties":{"adminUsername":"admin","bootMethod":"UEFI","cloudServicesNetworkAttachment":{"attachedNetworkId":"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/cloudServicesNetworks/csn1","ipAllocationMethod":"Dynamic","defaultGateway":"False","ipv4Address":"169.254.8.2","macAddress":"02:00:00:81:b4:8e","networkAttachmentName":"cloudservices"},"cpuCores":2,"memorySizeGB":4,"networkAttachments":[{"attachedNetworkId":"/subscriptions/121213213131/resourceGroups/op317q-rg/providers/Microsoft.NetworkCloud/l3Networks/l3network1","defaultGateway":"True","ipAllocationMethod":"Dynamic","ipv4Address":"10.10.100.9","macAddress":"02:00:00:3c:cb:13","networkAttachmentName":"l3netw-e0b7c"}],"networkData":"bmV0d29ya0RhdGVTYW1wbGU=","placementHints":[],"sshPublicKeys":[],"storageProfile":{"osDisk":{"createOption":"Ephemeral","deleteOption":"Delete","diskSizeGB":4}},"userData":"dXNlckRhdGVTYW1wbGU=","vmDeviceModel":"T2","vmImage":"hbusipalleacr2.azurecr.io/ubuntu:20.04","vmImageRepositoryCredentials":{"registryUrl":"hbusipalleacr2.azurecr.io","username":"user"},"virtioInterface":"Modern","isolateEmulatorThread":"False","clusterId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/anpankie-sim/providers/Microsoft.NetworkCloud/clusters/simulator","powerState":"On","detailedStatus":"Running","bareMetalMachineId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-4AE3464D/providers/Microsoft.NetworkCloud/bareMetalMachines/rack1compute03","provisioningState":"Succeeded","detailedStatusMessage":"Running - virtual machine is running."}}]}' headers: cache-control: - no-cache content-length: - - '2436' + - '2438' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:25 GMT + - Wed, 21 Jun 2023 21:06:40 GMT expires: - '-1' pragma: @@ -749,9 +893,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - e1858908-03fc-4bd6-b642-f60a0cfe5f4b - - 66c2997b-ef44-46a1-b2c4-c749538603c7 - - 56978b43-f400-4243-ab15-b4c1ffd56305 + - bdae042e-e18d-4f3e-9bbf-d75f2419d401 + - 2c60c8a7-61f5-471d-ac26-6a2f31ef8b44 + - 5eb4e409-83e5-4fe3-ad70-38f1abd2a2d4 status: code: 200 message: OK @@ -771,15 +915,15 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/reimage?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/reimage?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -787,13 +931,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:26 GMT + - Wed, 21 Jun 2023 21:06:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview mise-correlation-id: - - 16693139-0210-4243-8de9-2a1332c2e23c + - 3075479d-addb-48ed-bd3c-9f94fb4a9526 pragma: - no-cache strict-transport-security: @@ -821,12 +965,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:05:26.2204445Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-06-21T21:06:41.2872831Z"}' headers: cache-control: - no-cache @@ -835,9 +979,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:26 GMT + - Wed, 21 Jun 2023 21:06:41 GMT etag: - - '"570003ee-0000-0100-0000-646541960000"' + - '"e102b380-0000-0100-0000-649366610000"' expires: - '-1' pragma: @@ -863,23 +1007,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:06:41.2872831Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:05:55 GMT + - Wed, 21 Jun 2023 21:07:11 GMT etag: - - '"570076f0-0000-0100-0000-6465419a0000"' + - '"e102bf80-0000-0100-0000-649366690000"' expires: - '-1' pragma: @@ -905,23 +1049,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:06:41.2872831Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:06:26 GMT + - Wed, 21 Jun 2023 21:07:41 GMT etag: - - '"570076f0-0000-0100-0000-6465419a0000"' + - '"e102bf80-0000-0100-0000-649366690000"' expires: - '-1' pragma: @@ -947,23 +1091,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:06:41.2872831Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:06:56 GMT + - Wed, 21 Jun 2023 21:08:12 GMT etag: - - '"570076f0-0000-0100-0000-6465419a0000"' + - '"e102bf80-0000-0100-0000-649366690000"' expires: - '-1' pragma: @@ -989,23 +1133,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:06:41.2872831Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:07:26 GMT + - Wed, 21 Jun 2023 21:08:42 GMT etag: - - '"570076f0-0000-0100-0000-6465419a0000"' + - '"e102bf80-0000-0100-0000-649366690000"' expires: - '-1' pragma: @@ -1031,23 +1175,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:05:26.2204445Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:06:41.2872831Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:07:56 GMT + - Wed, 21 Jun 2023 21:09:12 GMT etag: - - '"570076f0-0000-0100-0000-6465419a0000"' + - '"e102bf80-0000-0100-0000-649366690000"' expires: - '-1' pragma: @@ -1073,23 +1217,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:05:26.2204445Z","endTime":"2023-05-17T21:08:19.847004Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:06:41.2872831Z","endTime":"2023-06-21T21:09:17.3753324Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '625' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:08:26 GMT + - Wed, 21 Jun 2023 21:09:42 GMT etag: - - '"5800a744-0000-0100-0000-646542430000"' + - '"e1028983-0000-0100-0000-649366fd0000"' expires: - '-1' pragma: @@ -1119,23 +1263,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"e6b0db53-3a4f-4fee-99bf-019405bbd983*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:05:26.2204445Z","endTime":"2023-05-17T21:08:19.847004Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"f3f8ca8d-05a1-477e-86ef-ea54a1bb41ae*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:06:41.2872831Z","endTime":"2023-06-21T21:09:17.3753324Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '625' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:08:26 GMT + - Wed, 21 Jun 2023 21:09:42 GMT etag: - - '"5800a744-0000-0100-0000-646542430000"' + - '"e1028983-0000-0100-0000-649366fd0000"' expires: - '-1' pragma: @@ -1167,15 +1311,15 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/restart?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/restart?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1183,13 +1327,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:08:27 GMT + - Wed, 21 Jun 2023 21:09:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview mise-correlation-id: - - 8d39e9c4-43ac-45f9-a463-54e96137f01a + - 261d48db-0d04-47c5-ae86-e5c6fd7bc9e2 pragma: - no-cache strict-transport-security: @@ -1217,12 +1361,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:08:27.9005392Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-06-21T21:09:43.7141663Z"}' headers: cache-control: - no-cache @@ -1231,9 +1375,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:08:27 GMT + - Wed, 21 Jun 2023 21:09:43 GMT etag: - - '"58005648-0000-0100-0000-6465424b0000"' + - '"e102d483-0000-0100-0000-649367170000"' expires: - '-1' pragma: @@ -1259,23 +1403,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-05-17T21:08:27.9005392Z","error":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Provisioning","startTime":"2023-06-21T21:09:43.7141663Z"}' headers: cache-control: - no-cache content-length: - - '580' + - '569' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:08:58 GMT + - Wed, 21 Jun 2023 21:10:13 GMT etag: - - '"5800bf4b-0000-0100-0000-646542530000"' + - '"e102e483-0000-0100-0000-6493671b0000"' expires: - '-1' pragma: @@ -1301,23 +1445,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:08:27.9005392Z","endTime":"2023-05-17T21:09:24.9463452Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:09:43.7141663Z","endTime":"2023-06-21T21:10:35.5334757Z","properties":null}' headers: cache-control: - no-cache content-length: - - '636' + - '625' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:09:28 GMT + - Wed, 21 Jun 2023 21:10:44 GMT etag: - - '"5800b962-0000-0100-0000-646542840000"' + - '"e1021a85-0000-0100-0000-6493674b0000"' expires: - '-1' pragma: @@ -1347,23 +1491,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5f5bdade-e38b-4822-932f-e8dadb975ddc*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:08:27.9005392Z","endTime":"2023-05-17T21:09:24.9463452Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"c254e0df-e3e8-409e-be5f-6b387fce8cb7*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:09:43.7141663Z","endTime":"2023-06-21T21:10:35.5334757Z","properties":null}' headers: cache-control: - no-cache content-length: - - '636' + - '625' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:09:28 GMT + - Wed, 21 Jun 2023 21:10:44 GMT etag: - - '"5800b962-0000-0100-0000-646542840000"' + - '"e1021a85-0000-0100-0000-6493674b0000"' expires: - '-1' pragma: @@ -1397,15 +1541,15 @@ interactions: ParameterSetName: - --name --resource-group --skip-shutdown User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/powerOff?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/powerOff?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1413,13 +1557,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:09:29 GMT + - Wed, 21 Jun 2023 21:10:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview mise-correlation-id: - - 0b4fba23-07e0-4708-bf12-556db3ad49f9 + - 73e5f3e4-453a-43b5-b855-8ab45350ec37 pragma: - no-cache strict-transport-security: @@ -1447,23 +1591,23 @@ interactions: ParameterSetName: - --name --resource-group --skip-shutdown User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:09:29.700068Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-06-21T21:10:45.2562554Z"}' headers: cache-control: - no-cache content-length: - - '564' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:09:29 GMT + - Wed, 21 Jun 2023 21:10:45 GMT etag: - - '"58001e65-0000-0100-0000-646542890000"' + - '"e1022485-0000-0100-0000-649367550000"' expires: - '-1' pragma: @@ -1489,23 +1633,23 @@ interactions: ParameterSetName: - --name --resource-group --skip-shutdown User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:09:29.700068Z","endTime":"2023-05-17T21:09:39.8222599Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:10:45.2562554Z","endTime":"2023-06-21T21:10:57.7007599Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '625' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:09:59 GMT + - Wed, 21 Jun 2023 21:11:15 GMT etag: - - '"5800036a-0000-0100-0000-646542930000"' + - '"e1022a85-0000-0100-0000-649367610000"' expires: - '-1' pragma: @@ -1535,23 +1679,23 @@ interactions: ParameterSetName: - --name --resource-group --skip-shutdown User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"5b74d9da-5169-460c-b836-3126f828aafa*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:09:29.700068Z","endTime":"2023-05-17T21:09:39.8222599Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"482f1172-f11d-4a74-995a-921aacdc29ca*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:10:45.2562554Z","endTime":"2023-06-21T21:10:57.7007599Z","properties":null}' headers: cache-control: - no-cache content-length: - - '635' + - '625' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:09:59 GMT + - Wed, 21 Jun 2023 21:11:15 GMT etag: - - '"5800036a-0000-0100-0000-646542930000"' + - '"e1022a85-0000-0100-0000-649367610000"' expires: - '-1' pragma: @@ -1583,15 +1727,15 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/start?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001/start?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1599,13 +1743,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:10:01 GMT + - Wed, 21 Jun 2023 21:11:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview mise-correlation-id: - - b07d3680-cea8-4260-8e47-aea7ac4b00c7 + - 832ed940-aed4-4d24-b2d1-3ec6e267d199 pragma: - no-cache strict-transport-security: @@ -1633,12 +1777,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-05-17T21:10:01.1782188Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Accepted","startTime":"2023-06-21T21:11:17.1142369Z"}' headers: cache-control: - no-cache @@ -1647,9 +1791,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:10:01 GMT + - Wed, 21 Jun 2023 21:11:16 GMT etag: - - '"5800f473-0000-0100-0000-646542a90000"' + - '"e1027d85-0000-0100-0000-649367750000"' expires: - '-1' pragma: @@ -1675,23 +1819,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:01.1782188Z","endTime":"2023-05-17T21:10:25.6186911Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:11:17.1142369Z","endTime":"2023-06-21T21:11:31.650427Z","properties":null}' headers: cache-control: - no-cache content-length: - - '636' + - '624' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:10:30 GMT + - Wed, 21 Jun 2023 21:11:47 GMT etag: - - '"58000e7f-0000-0100-0000-646542c10000"' + - '"e102cb85-0000-0100-0000-649367830000"' expires: - '-1' pragma: @@ -1721,23 +1865,23 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"9831e60e-20c7-4da1-862b-46fc45ce2486*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:01.1782188Z","endTime":"2023-05-17T21:10:25.6186911Z","error":{},"properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"efd8626c-f327-40db-9913-037617e40637*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:11:17.1142369Z","endTime":"2023-06-21T21:11:31.650427Z","properties":null}' headers: cache-control: - no-cache content-length: - - '636' + - '624' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:10:30 GMT + - Wed, 21 Jun 2023 21:11:47 GMT etag: - - '"58000e7f-0000-0100-0000-646542c10000"' + - '"e102cb85-0000-0100-0000-649367830000"' expires: - '-1' pragma: @@ -1769,15 +1913,15 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001?api-version=2023-05-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview cache-control: - no-cache content-length: @@ -1785,15 +1929,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:10:33 GMT + - Wed, 21 Jun 2023 21:11:49 GMT etag: - - '"97006290-0000-0100-0000-646542c90000"' + - '"d505ee9e-0000-0100-0000-649367950000"' expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview - mise-correlation-id: - - 2b77cb0b-0bee-4e8c-89d6-e07f0f7fd78a + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview pragma: - no-cache strict-transport-security: @@ -1821,12 +1963,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Deleting","startTime":"2023-05-17T21:10:32.7060619Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Deleting","startTime":"2023-06-21T21:11:49.3163496Z"}' headers: cache-control: - no-cache @@ -1835,9 +1977,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:10:33 GMT + - Wed, 21 Jun 2023 21:11:49 GMT etag: - - '"58005282-0000-0100-0000-646542c80000"' + - '"e102fb85-0000-0100-0000-649367950000"' expires: - '-1' pragma: @@ -1863,12 +2005,12 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Deleting","startTime":"2023-05-17T21:10:32.7060619Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Deleting","startTime":"2023-06-21T21:11:49.3163496Z"}' headers: cache-control: - no-cache @@ -1877,9 +2019,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:11:03 GMT + - Wed, 21 Jun 2023 21:12:19 GMT etag: - - '"58007084-0000-0100-0000-646542cd0000"' + - '"e102fb85-0000-0100-0000-649367950000"' expires: - '-1' pragma: @@ -1905,23 +2047,65 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:32.7060619Z","endTime":"2023-05-17T21:11:20.7846199Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Deleting","startTime":"2023-06-21T21:11:49.3163496Z"}' headers: cache-control: - no-cache content-length: - - '625' + - '565' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:11:32 GMT + - Wed, 21 Jun 2023 21:12:49 GMT etag: - - '"58002598-0000-0100-0000-646542f80000"' + - '"e102fb85-0000-0100-0000-649367950000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine delete + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:11:49.3163496Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '584' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 21:13:19 GMT + etag: + - '"e1026587-0000-0100-0000-649367e70000"' expires: - '-1' pragma: @@ -1951,23 +2135,23 @@ interactions: ParameterSetName: - --name --resource-group -y User-Agent: - - AZURECLI/2.48.1 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.27.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B?api-version=2022-12-12-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86?api-version=2023-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","name":"27b41081-68bf-40b1-b0a3-88d74ca702a3*F9BBF830EA872BAFA4A4A73EAC551AC21DCA469A8D64E6774E475F60F491551B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-05-17T21:10:32.7060619Z","endTime":"2023-05-17T21:11:20.7846199Z","properties":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","name":"b0e34126-c849-4448-ae13-3a6364deff84*9F1319066D34F14E2A2F27000B7DCDB84EE2F120A720B1449F39DEA358C8DC86","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000002/providers/Microsoft.NetworkCloud/virtualMachines/cliTestVM000001","status":"Succeeded","startTime":"2023-06-21T21:11:49.3163496Z","properties":null}' headers: cache-control: - no-cache content-length: - - '625' + - '584' content-type: - application/json; charset=utf-8 date: - - Wed, 17 May 2023 21:11:33 GMT + - Wed, 21 Jun 2023 21:13:19 GMT etag: - - '"58002598-0000-0100-0000-646542f80000"' + - '"e1026587-0000-0100-0000-649367e70000"' expires: - '-1' pragma: diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachineconsole_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachineconsole_scenario1.yaml new file mode 100644 index 00000000000..bbdbe903d22 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_virtualmachineconsole_scenario1.yaml @@ -0,0 +1,699 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-7xmmftnqfkqy2/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-7xmmftnqfkqy2-cl", + "type": "CustomLocation"}, "location": "eastus", "properties": {"enabled": "True", + "expiration": "2023-06-01T01:27:03.008Z", "sshPublicKey": {"keyData": "ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= + azureuser@vm"}}, "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console create + Connection: + - keep-alive + Content-Length: + - '968' + Content-Type: + - application/json + ParameterSetName: + - --extended-location --location --enabled --expiration --tags --ssh-public-key + --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","name":"default","type":"microsoft.networkcloud/virtualmachines/consoles","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-7xmmftnqfkqy2/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-7xmmftnqfkqy2-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T20:55:36.3839496Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-05-31T21:00:51.6427913Z"},"properties":{"provisioningState":"Accepted","privateLinkServiceId":"console-pls","virtualMachineAccessId":"159e8289-901c-5186-a23b-094359dfb52e","detailedStatusMessage":"the + cluster has completed update successfully","enabled":"True","expiration":"2023-06-01T01:27:03.008Z","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= + azureuser@vm"}}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/409d071c-9745-471d-8ccc-99986bd81673*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '1654' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:00:52 GMT + etag: + - '"51033c9c-0000-0100-0000-6477b5840000"' + expires: + - '-1' + mise-correlation-id: + - 8680ecd7-a510-4802-bf8c-06aeed15a11f + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console create + Connection: + - keep-alive + ParameterSetName: + - --extended-location --location --enabled --expiration --tags --ssh-public-key + --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/409d071c-9745-471d-8ccc-99986bd81673*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/409d071c-9745-471d-8ccc-99986bd81673*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","name":"409d071c-9745-471d-8ccc-99986bd81673*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","status":"Accepted","startTime":"2023-05-31T21:00:51.7278787Z"}' + headers: + cache-control: + - no-cache + content-length: + - '601' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:00:52 GMT + etag: + - '"de0387dc-0000-0100-0000-6477b5830000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console create + Connection: + - keep-alive + ParameterSetName: + - --extended-location --location --enabled --expiration --tags --ssh-public-key + --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/409d071c-9745-471d-8ccc-99986bd81673*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/409d071c-9745-471d-8ccc-99986bd81673*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","name":"409d071c-9745-471d-8ccc-99986bd81673*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","status":"Succeeded","startTime":"2023-05-31T21:00:51.7278787Z","endTime":"2023-05-31T21:01:07.9582142Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '672' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:22 GMT + etag: + - '"de0385e1-0000-0100-0000-6477b5930000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console create + Connection: + - keep-alive + ParameterSetName: + - --extended-location --location --enabled --expiration --tags --ssh-public-key + --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","name":"default","type":"microsoft.networkcloud/virtualmachines/consoles","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-7xmmftnqfkqy2/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-7xmmftnqfkqy2-cl","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T20:55:36.3839496Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-31T21:01:08.4002016Z"},"properties":{"provisioningState":"Succeeded","privateLinkServiceId":"console-pls","virtualMachineAccessId":"159e8289-901c-5186-a23b-094359dfb52e","detailedStatusMessage":"the + cluster has completed update successfully","enabled":"True","expiration":"2023-06-01T01:27:03.008Z","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= + azureuser@vm"}}}' + headers: + cache-control: + - no-cache + content-length: + - '1676' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:22 GMT + etag: + - '"51033ca7-0000-0100-0000-6477b5940000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"enabled": "True", "expiration": "2023-07-01T01:27:03.008Z", + "sshPublicKey": {"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= + azureuser@vm"}}, "tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console update + Connection: + - keep-alive + Content-Length: + - '723' + Content-Type: + - application/json + ParameterSetName: + - --enabled --expiration --ssh-public-key --tags --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:22 GMT + etag: + - '"510341ad-0000-0100-0000-6477b5a30000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + mise-correlation-id: + - 14ad976d-5979-40b0-b147-b3f8466aaba7 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console update + Connection: + - keep-alive + ParameterSetName: + - --enabled --expiration --ssh-public-key --tags --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","name":"25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","status":"Accepted","startTime":"2023-05-31T21:01:23.195991Z"}' + headers: + cache-control: + - no-cache + content-length: + - '600' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:22 GMT + etag: + - '"de0368e6-0000-0100-0000-6477b5a30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console update + Connection: + - keep-alive + ParameterSetName: + - --enabled --expiration --ssh-public-key --tags --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","name":"25a5d521-8a97-4735-80d9-6cbe2881ecce*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","status":"Succeeded","startTime":"2023-05-31T21:01:23.195991Z","endTime":"2023-05-31T21:01:41.2084255Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '671' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:53 GMT + etag: + - '"de03f6eb-0000-0100-0000-6477b5b50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console update + Connection: + - keep-alive + ParameterSetName: + - --enabled --expiration --ssh-public-key --tags --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","name":"default","type":"microsoft.networkcloud/virtualmachines/consoles","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-7xmmftnqfkqy2/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-7xmmftnqfkqy2-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T20:55:36.3839496Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-31T21:01:41.6237293Z"},"properties":{"privateLinkServiceId":"console-pls","virtualMachineAccessId":"159e8289-901c-5186-a23b-094359dfb52e","detailedStatusMessage":"the + cluster has completed update successfully","enabled":"True","expiration":"2023-07-01T01:27:03.008Z","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= + azureuser@vm"},"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1696' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:53 GMT + etag: + - '"510380b5-0000-0100-0000-6477b5b50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","name":"default","type":"microsoft.networkcloud/virtualmachines/consoles","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-7xmmftnqfkqy2/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-7xmmftnqfkqy2-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T20:55:36.3839496Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-31T21:01:41.6237293Z"},"properties":{"privateLinkServiceId":"console-pls","virtualMachineAccessId":"159e8289-901c-5186-a23b-094359dfb52e","detailedStatusMessage":"the + cluster has completed update successfully","enabled":"True","expiration":"2023-07-01T01:27:03.008Z","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= + azureuser@vm"},"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '1696' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:56 GMT + etag: + - '"510380b5-0000-0100-0000-6477b5b50000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --virtual-machine-name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","name":"default","type":"microsoft.networkcloud/virtualmachines/consoles","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sim-clustermgr-mrg-7xmmftnqfkqy2/providers/microsoft.extendedlocation/customlocations/sim-cluster-mgr-7xmmftnqfkqy2-cl","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-05-31T20:55:36.3839496Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-05-31T21:01:41.6237293Z"},"properties":{"privateLinkServiceId":"console-pls","virtualMachineAccessId":"159e8289-901c-5186-a23b-094359dfb52e","detailedStatusMessage":"the + cluster has completed update successfully","enabled":"True","expiration":"2023-07-01T01:27:03.008Z","sshPublicKey":{"keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABgQDL6v2jjsr9GrDkQn5selwh83Kn9LDoSn2XuAokqE63qLlArEo9U56an2WvR3a6ztsU45pIkVQkwaR5NrwT9uStNw+/C+g0tOZLT9OKK6YTovOnhfemuvorJ2i9djW+gfRnUfOa9aClBd/uBvG6jHB9c2sW9ugD5nS8A6/ymfK8X25DsYK6RbTxjbT5xGvKVND2NjSBIk79ll7f4/pulAvJTIngcLFadkGRem7KTkmyTyIMZBu4nYZN/yRws6AjyXWqwOgx2AH3Ts40McFYMt0uvPKcYqZeCGXfxcFaTChQqlzjMe6YyGPOEmii7UFUwLZ4W6DFipmKfql3yBylKDmN3XiY4eSxUPP7NvTgv6EU0CiE5Z1TEsHTzu88F7bLuZVWubXFm8CHdOeCDGxPIDu64z3wBH2N0qxbtla9hXaGjIV62Q4Vax61YwZJp8hc4qIdCuIJSlzr8WTj2sXqQV9mR3UR85mXstW0F1+6TQbJHs7MdCbTatm3Wr3FQirP+yk= + azureuser@vm"},"provisioningState":"Succeeded"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1708' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:55 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --virtual-machine-name --yes + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:56 GMT + etag: + - '"51033abe-0000-0100-0000-6477b5c50000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + mise-correlation-id: + - d2edda3f-543e-4b57-bf4c-be20a8b19bf1 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --virtual-machine-name --yes + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","name":"e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","status":"Deleting","startTime":"2023-05-31T21:01:56.8409065Z"}' + headers: + cache-control: + - no-cache + content-length: + - '601' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:01:56 GMT + etag: + - '"de0338f1-0000-0100-0000-6477b5c40000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --virtual-machine-name --yes + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","name":"e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","status":"Succeeded","startTime":"2023-05-31T21:01:56.8409065Z","endTime":"2023-05-31T21:02:08.7029088Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '661' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:02:26 GMT + etag: + - '"de0334f5-0000-0100-0000-6477b5d00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud virtualmachine console delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --virtual-machine-name --yes + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","name":"e0cdf749-ccaf-4599-9ed6-bb98a8d3f11f*57232B302556AD301D8DB1A22B8A0128EEC1D30FD6ADF6192119BF732EB34507","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/simulator-HostedResources-00245EF8/providers/Microsoft.NetworkCloud/virtualMachines/testvmconsole/consoles/default","status":"Succeeded","startTime":"2023-05-31T21:01:56.8409065Z","endTime":"2023-05-31T21:02:08.7029088Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '661' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 31 May 2023 21:02:26 GMT + etag: + - '"de0334f5-0000-0100-0000-6477b5d00000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_volume_scenario1.yaml b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_volume_scenario1.yaml new file mode 100644 index 00000000000..7ccce29af59 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/recordings/test_volume_scenario1.yaml @@ -0,0 +1,605 @@ +interactions: +- request: + body: '{"extendedLocation": {"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/", + "type": "CustomLocation"}, "location": "eastus", "properties": {"sizeMiB": 10}, + "tags": {"tag1": "tag1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume create + Connection: + - keep-alive + Content-Length: + - '331' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --extended-location --size --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","name":"cli-test-volume-000001","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T17:53:34.3800953Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T17:53:34.3800953Z"},"properties":{"provisioningState":"Accepted","sizeMiB":10}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9150631f-ec9b-4bdf-a397-e1d54034c19d*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '840' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:53:35 GMT + etag: + - '"47023814-0000-0100-0000-6493391f0000"' + expires: + - '-1' + mise-correlation-id: + - 9c47a6f7-7987-4e57-be1d-80bd93f56e30 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --extended-location --size --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9150631f-ec9b-4bdf-a397-e1d54034c19d*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9150631f-ec9b-4bdf-a397-e1d54034c19d*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","name":"9150631f-ec9b-4bdf-a397-e1d54034c19d*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","status":"Accepted","startTime":"2023-06-21T17:53:34.6020517Z"}' + headers: + cache-control: + - no-cache + content-length: + - '594' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:53:35 GMT + etag: + - '"e1029c09-0000-0100-0000-6493391e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --extended-location --size --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9150631f-ec9b-4bdf-a397-e1d54034c19d*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/9150631f-ec9b-4bdf-a397-e1d54034c19d*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","name":"9150631f-ec9b-4bdf-a397-e1d54034c19d*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","status":"Succeeded","startTime":"2023-06-21T17:53:34.6020517Z","endTime":"2023-06-21T17:53:41.6218496Z","error":{},"properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '665' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:05 GMT + etag: + - '"e102a409-0000-0100-0000-649339250000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --extended-location --size --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","name":"cli-test-volume-000001","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/","type":"CustomLocation"},"tags":{"tag1":"tag1"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T17:53:34.3800953Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-21T17:53:42.4070854Z"},"properties":{"provisioningState":"Succeeded","sizeMiB":10,"attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}}' + headers: + cache-control: + - no-cache + content-length: + - '1003' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:05 GMT + etag: + - '"47023a14-0000-0100-0000-649339260000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"tags": {"tag1": "tag1", "tag2": "tag2update"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume update + Connection: + - keep-alive + Content-Length: + - '48' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --tags + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","name":"cli-test-volume-000001","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T17:53:34.3800953Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T17:54:05.9509672Z"},"properties":{"provisioningState":"Succeeded","sizeMiB":10,"attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}}' + headers: + cache-control: + - no-cache + content-length: + - '1002' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:06 GMT + etag: + - '"47023b14-0000-0100-0000-6493393e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","name":"cli-test-volume-000001","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T17:53:34.3800953Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T17:54:05.9509672Z"},"properties":{"provisioningState":"Succeeded","sizeMiB":10,"attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}}' + headers: + cache-control: + - no-cache + content-length: + - '1002' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:06 GMT + etag: + - '"47023b14-0000-0100-0000-6493393e0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume list + Connection: + - keep-alive + ParameterSetName: + - --resource-group + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/57dd2fc9-eb67-4a62-ab9e-0187fb653aa5","name":"57dd2fc9-eb67-4a62-ab9e-0187fb653aa5","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T14:45:48.9942036Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T14:45:53.1251685Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/da3a9768-b771-40ca-9d74-b80244c2c7b4","name":"da3a9768-b771-40ca-9d74-b80244c2c7b4","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T15:37:32.0589115Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T15:37:35.4131769Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/a0ba833f-8f0e-40f9-848c-9dfdf2b77c30","name":"a0ba833f-8f0e-40f9-848c-9dfdf2b77c30","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T15:44:30.4790045Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T15:44:34.0253017Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/e0985f78-b452-4817-8211-b82c324b481f","name":"e0985f78-b452-4817-8211-b82c324b481f","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T15:56:28.263201Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T15:56:31.3569633Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/93a468c0-1cd6-4027-9c1b-70d49a225b18","name":"93a468c0-1cd6-4027-9c1b-70d49a225b18","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:09:05.4968835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:09:08.8895587Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/8307802b-99f7-47f2-8677-32be98a618d7","name":"8307802b-99f7-47f2-8677-32be98a618d7","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:43:32.7556714Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:43:36.1785812Z"},"properties":{"sizeMiB":1024,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/1bf07356-9c57-46ad-bbc1-e2ca6548e30e","name":"1bf07356-9c57-46ad-bbc1-e2ca6548e30e","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:50:22.052731Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:50:26.418594Z"},"properties":{"sizeMiB":1024,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/a3f0c296-7b2f-41ea-b4fd-37681803b8c4","name":"a3f0c296-7b2f-41ea-b4fd-37681803b8c4","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:57:39.171271Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:57:42.5522697Z"},"properties":{"sizeMiB":1024,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/b4534462-69c7-4fe2-b6a8-d01d4011aafd","name":"b4534462-69c7-4fe2-b6a8-d01d4011aafd","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T17:19:05.2358077Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T17:19:09.9078706Z"},"properties":{"sizeMiB":2048,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/46f67820-ea1d-4d48-b93a-630cfdf7a1eb","name":"46f67820-ea1d-4d48-b93a-630cfdf7a1eb","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T18:54:14.90001Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T18:54:18.172728Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":["abcdef"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/c6a50d5c-aa1b-4ae9-8b24-ed4e865d22e9","name":"c6a50d5c-aa1b-4ae9-8b24-ed4e865d22e9","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T23:59:40.3899873Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T23:59:44.0931268Z"},"properties":{"sizeMiB":3072,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","name":"cli-test-volume-000001","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T17:53:34.3800953Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T17:54:05.9509672Z"},"properties":{"provisioningState":"Succeeded","sizeMiB":10,"attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}}]}' + headers: + cache-control: + - no-cache + content-length: + - '15495' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - d4dbdcad-3a51-4baa-8388-4d081ed95b9c + - 5c4f371e-e3e3-438e-9ea5-f7d91dbdbad1 + - 848b7f9b-bff7-4bc7-9617-31e49d936806 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/volumes?api-version=2023-05-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/57dd2fc9-eb67-4a62-ab9e-0187fb653aa5","name":"57dd2fc9-eb67-4a62-ab9e-0187fb653aa5","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T14:45:48.9942036Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T14:45:53.1251685Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/da3a9768-b771-40ca-9d74-b80244c2c7b4","name":"da3a9768-b771-40ca-9d74-b80244c2c7b4","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T15:37:32.0589115Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T15:37:35.4131769Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/a0ba833f-8f0e-40f9-848c-9dfdf2b77c30","name":"a0ba833f-8f0e-40f9-848c-9dfdf2b77c30","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T15:44:30.4790045Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T15:44:34.0253017Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/e0985f78-b452-4817-8211-b82c324b481f","name":"e0985f78-b452-4817-8211-b82c324b481f","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T15:56:28.263201Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T15:56:31.3569633Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/93a468c0-1cd6-4027-9c1b-70d49a225b18","name":"93a468c0-1cd6-4027-9c1b-70d49a225b18","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:09:05.4968835Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:09:08.8895587Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/8307802b-99f7-47f2-8677-32be98a618d7","name":"8307802b-99f7-47f2-8677-32be98a618d7","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:43:32.7556714Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:43:36.1785812Z"},"properties":{"sizeMiB":1024,"provisioningState":"Succeeded","attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/1bf07356-9c57-46ad-bbc1-e2ca6548e30e","name":"1bf07356-9c57-46ad-bbc1-e2ca6548e30e","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:50:22.052731Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:50:26.418594Z"},"properties":{"sizeMiB":1024,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/a3f0c296-7b2f-41ea-b4fd-37681803b8c4","name":"a3f0c296-7b2f-41ea-b4fd-37681803b8c4","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T16:57:39.171271Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T16:57:42.5522697Z"},"properties":{"sizeMiB":1024,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/b4534462-69c7-4fe2-b6a8-d01d4011aafd","name":"b4534462-69c7-4fe2-b6a8-d01d4011aafd","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T17:19:05.2358077Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T17:19:09.9078706Z"},"properties":{"sizeMiB":2048,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/46f67820-ea1d-4d48-b93a-630cfdf7a1eb","name":"46f67820-ea1d-4d48-b93a-630cfdf7a1eb","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T18:54:14.90001Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T18:54:18.172728Z"},"properties":{"sizeMiB":7168,"provisioningState":"Succeeded","attachedTo":["abcdef"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/c6a50d5c-aa1b-4ae9-8b24-ed4e865d22e9","name":"c6a50d5c-aa1b-4ae9-8b24-ed4e865d22e9","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc","type":"CustomLocation"},"tags":{"CreatedBy":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-hostedresources-25e56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/resourcesyncrules/volumeshydrationrule"},"systemData":{"createdBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","createdByType":"Application","createdAt":"2023-06-20T23:59:40.3899873Z","lastModifiedBy":"319f651f-7ddb-4fc6-9857-7aef9250bd05","lastModifiedByType":"Application","lastModifiedAt":"2023-06-20T23:59:44.0931268Z"},"properties":{"sizeMiB":3072,"provisioningState":"Succeeded","attachedTo":["/subscriptions/123456-abcd-1111-2222-abcdef123456/resourceGroups/rg1/providers/Microsoft.NetworkCloud/kubernetesClusters/test-naks-cluster"],"detailedStatus":"Active","detailedStatusMessage":"Volume + provisioning Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","name":"cli-test-volume-000001","type":"microsoft.networkcloud/volumes","location":"eastus","extendedLocation":{"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/microsoft.extendedlocation/customlocations/m16-1-487bb720ddfb-cstm-loc/","type":"CustomLocation"},"tags":{"tag1":"tag1","tag2":"tag2update"},"systemData":{"createdBy":"REDACTED","createdByType":"User","createdAt":"2023-06-21T17:53:34.3800953Z","lastModifiedBy":"REDACTED","lastModifiedByType":"User","lastModifiedAt":"2023-06-21T17:54:05.9509672Z"},"properties":{"provisioningState":"Succeeded","sizeMiB":10,"attachedTo":[],"detailedStatus":"Active","detailedStatusMessage":"Could + not add NAKS cluster ResourceID to volume. Volume is ready to use."}}]}' + headers: + cache-control: + - no-cache + content-length: + - '15495' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - 7f0cdb74-93d0-46a1-a1c4-3febde232d59 + - 9bdf07b4-ffbc-4015-8dad-ce45d33de568 + - c7a0e08f-78cc-4360-93b7-9cb699a8ad26 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001?api-version=2023-05-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:09 GMT + etag: + - '"47023c14-0000-0100-0000-649339410000"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + mise-correlation-id: + - 02148049-31d9-4792-9eed-f9d2c1dbaec6 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","name":"e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","status":"Deleting","startTime":"2023-06-21T17:54:08.129833Z"}' + headers: + cache-control: + - no-cache + content-length: + - '593' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:09 GMT + etag: + - '"e102e909-0000-0100-0000-649339400000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","name":"e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","status":"Succeeded","startTime":"2023-06-21T17:54:08.129833Z","endTime":"2023-06-21T17:54:13.8950837Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '653' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:39 GMT + etag: + - '"e1023a0a-0000-0100-0000-649339450000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - networkcloud volume delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.49.0 (AAZ) azsdk-python-core/1.26.4 Python/3.8.10 (Linux-5.15.0-1038-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65?api-version=2023-05-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","name":"e284487b-db46-4659-816d-b3425b4cd7f5*5C8903174E4A7AADF3B7987FE9FF99AFF93C8195FA48713C00D52E815B9B6D65","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/m16-1-487bb720ddfb-HostedResources-25E56565/providers/Microsoft.NetworkCloud/volumes/cli-test-volume-000001","status":"Succeeded","startTime":"2023-06-21T17:54:08.129833Z","endTime":"2023-06-21T17:54:13.8950837Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '653' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 21 Jun 2023 17:54:39 GMT + etag: + - '"e1023a0a-0000-0100-0000-649339450000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py index b4d9bcf5dc2..e63cf4500eb 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachine.py @@ -95,6 +95,34 @@ def call_scenario5(test): cleanup_scenario5(test) +def setup_scenario6(test): + pass + + +def cleanup_scenario6(test): + pass + + +def call_scenario6(test): + setup_scenario6(test) + step_replace(test, checks=[]) + cleanup_scenario6(test) + + +def setup_scenario7(test): + pass + + +def cleanup_scenario7(test): + pass + + +def call_scenario7(test): + setup_scenario7(test) + step_validate_hardware(test, checks=[]) + cleanup_scenario7(test) + + def step_show(test, checks=None): '''BareMetalMachine show operation''' if checks is None: @@ -202,7 +230,7 @@ def step_replace(test, checks=None): if checks is None: checks = [] test.cmd( - 'az networkcloud baremetalmachine replace --name {nameReplace} --resource-group {rgValidate} --bmc-credentials {bmcCreds} --bmc-mac-address {bmcMacAddress} --boot-mac-address {bootMacAddress} --machine-name {newBmmName} --serial-number {serialNumber}') + 'az networkcloud baremetalmachine replace --name {nameReplace} --resource-group {rgReplace} --bmc-credentials {bmcCreds} --bmc-mac-address {bmcMacAddress} --boot-mac-address {bootMacAddress} --machine-name {newBmmName} --serial-number {serialNumber}') def step_validate_hardware(test, checks=None): @@ -230,10 +258,10 @@ def __init__(self, *args, **kwargs): 'nameRunCommand': CONFIG.get('BAREMETALMACHINE', 'name_run_command'), 'nameRunDataExtract': CONFIG.get('BAREMETALMACHINE', 'name_run_data_extract'), 'nameRunReadCommand': CONFIG.get('BAREMETALMACHINE', 'name_run_read_command'), - 'rgCommands': CONFIG.get('BAREMETALMACHINE', 'resource_group_commands'), 'runCommandArguments': CONFIG.get('BAREMETALMACHINE', 'run_command_arguments'), 'dataExtractCommands': CONFIG.get('BAREMETALMACHINE', 'data_extract_commands'), 'runReadCommands': CONFIG.get('BAREMETALMACHINE', 'run_read_commands'), + 'rgCommands': CONFIG.get('BAREMETALMACHINE', 'resource_group_commands'), 'limitTimeSeconds': CONFIG.get('BAREMETALMACHINE', 'limit_time_seconds'), 'script': CONFIG.get('BAREMETALMACHINE', 'script'), 'nameCordon': CONFIG.get('BAREMETALMACHINE', 'name_cordon'), @@ -244,8 +272,15 @@ def __init__(self, *args, **kwargs): 'rgPower': CONFIG.get('BAREMETALMACHINE', 'resource_group_power'), 'skipShutdown': CONFIG.get('BAREMETALMACHINE', 'skip_shutdown'), 'nameReimage': CONFIG.get('BAREMETALMACHINE', 'name_reimage'), + 'nameReplace': CONFIG.get('BAREMETALMACHINE', 'name_replace'), 'nameValidate': CONFIG.get('BAREMETALMACHINE', 'name_validate'), 'rgValidate': CONFIG.get('BAREMETALMACHINE', 'resource_group_validate'), + 'rgReplace': CONFIG.get('BAREMETALMACHINE', 'resource_group_replace'), + 'bmcCreds': CONFIG.get('BAREMETALMACHINE', 'bmc_creds'), + 'bmcMacAddress': CONFIG.get('BAREMETALMACHINE', 'bmc_mac_address'), + 'bootMacAddress': CONFIG.get('BAREMETALMACHINE', 'boot_mac_address'), + 'serialNumber': CONFIG.get('BAREMETALMACHINE', 'serial_number'), + 'newBmmName': CONFIG.get('BAREMETALMACHINE', 'new_bmm_name'), 'validationCategory': CONFIG.get('BAREMETALMACHINE', 'validation_category'), }) @@ -271,3 +306,7 @@ def test_bmm_power_scenario1(self): def test_bmm_reimage_scenario1(self): ''' test scenario for BareMetalMachine reimage operation''' call_scenario5(self) + + def test_bmm_replace_scenario1(self): + ''' test scenario for BareMetalMachine replace operation''' + call_scenario6(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py index c2076bcefa8..3c7a026c55b 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_baremetalmachinekeyset.py @@ -9,16 +9,18 @@ BaremetalMachineKeyset tests scenarios """ -from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer from .config import CONFIG def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py b/src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py index 5a0e5bfff15..00824719266 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_bmckeyset.py @@ -9,17 +9,19 @@ BMCKeySet tests scenarios """ -from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk import ResourceGroupPreparer, ScenarioTest from .config import CONFIG def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py b/src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py index cf82eef58ef..92dab65d7ea 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_cloudservicesnetwork.py @@ -15,10 +15,12 @@ def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py b/src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py index a6d5ea1dec6..0baa927ce29 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_cluster.py @@ -16,10 +16,12 @@ def setup_scenario1(test): """Env setup_scenario1""" + pass def cleanup_scenario1(test): """Env cleanup_scenario1""" + pass def call_scenario1(test): @@ -51,10 +53,12 @@ def call_scenario1(test): def setup_scenario2(test): """Env setup_scenario2""" + pass def cleanup_scenario2(test): """Env cleanup_scenario2""" + pass def call_scenario2(test): @@ -66,10 +70,12 @@ def call_scenario2(test): def setup_scenario3(test): """Env setup_scenario3""" + pass def cleanup_scenario3(test): """Env cleanup_scenario3""" + pass def call_scenario3(test): @@ -81,10 +87,12 @@ def call_scenario3(test): def setup_scenario4(test): """Env setup_scenario4""" + pass def cleanup_scenario4(test): """Env cleanup_scenario4""" + pass def call_scenario4(test): @@ -105,7 +113,14 @@ def step_create(test, checks=None): "--cluster-service-principal application-id={applicationId} password={password} principal-id={principalId} " "tenant-id={tenantId} --cluster-type {clusterType} --cluster-version {clusterVersion} " "--compute-deployment-threshold type={thresholdType} grouping={thresholdGrouping} value={thresholdValue} " - "--network-fabric-id {networkFabricId} --aggregator-or-single-rack-definition {aggregatorOrSingleRackDefinition} " + "--network-fabric-id {networkFabricId} " + "--aggregator-or-single-rack-definition network-rack-id={networkRackId}" + " rack-sku-id={rackSkuId}" + " rack-serial-number={rackSerialNumber}" + " rack-location={rackLocation}" + " availability-zone={availabilityZone}" + " storage-appliance-configuration-data={storageApplianceConfigurationData}" + " bare-metal-machine-configuration-data={bareMetalMachineConfigurationData} " "--tags {tags}", checks=checks, ) @@ -144,16 +159,14 @@ def step_show(test, checks=None): """cluster show operation""" if checks is None: checks = [] - test.cmd( - "az networkcloud cluster show --name {name} --resource-group {rg}") + test.cmd("az networkcloud cluster show --name {name} --resource-group {rg}") def step_delete(test, checks=None): """cluster delete operation""" if checks is None: checks = [] - test.cmd( - "az networkcloud cluster delete --name {name} --resource-group {rg} -y") + test.cmd("az networkcloud cluster delete --name {name} --resource-group {rg} -y") def step_delete_sim(test, checks=None): @@ -190,7 +203,7 @@ def step_update(test, checks=None): # Cluster update-version action will take hours to complete. -# The current test will execute the command in async mode. +# The current test will execute the cluster update-version command in async mode. def step_update_version_sim(test, checks=None): """cluster update-version operation""" if checks is None: @@ -226,8 +239,26 @@ def __init__(self, *args, **kwargs): "thresholdGrouping": CONFIG.get("CLUSTER", "threshold_grouping"), "thresholdValue": CONFIG.get("CLUSTER", "threshold_value"), "networkFabricId": CONFIG.get("CLUSTER", "network_fabric_id"), - "aggregatorOrSingleRackDefinition": CONFIG.get( - "CLUSTER", "aggregator_or_single_rack_definition" + "networkRackId": CONFIG.get( + "CLUSTER", "network_rack_id" + ), + "rackSkuId": CONFIG.get( + "CLUSTER", "rack_sku_id" + ), + "rackSerialNumber": CONFIG.get( + "CLUSTER", "rack_serial_number" + ), + "rackLocation": CONFIG.get( + "CLUSTER", "rack_location" + ), + "availabilityZone": CONFIG.get( + "CLUSTER", "availability_zone" + ), + "storageApplianceConfigurationData": CONFIG.get( + "CLUSTER", "storage_appliance_configuration_data" + ), + "bareMetalMachineConfigurationData": CONFIG.get( + "CLUSTER", "bare_metal_machine_configuration_data" ), "aggregatorOrSingleRackDefinitionDirectory": CONFIG.get( "CLUSTER", "aggregator_or_single_rack_definition_directory" diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py b/src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py index 41464ea3bd3..eb558595540 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_clustermanager.py @@ -16,10 +16,12 @@ def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_defaultcninetwork.py b/src/networkcloud/azext_networkcloud/tests/latest/test_defaultcninetwork.py index b5b9f6cf381..f0b08694085 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_defaultcninetwork.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_defaultcninetwork.py @@ -15,10 +15,12 @@ def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_hybridakscluster.py b/src/networkcloud/azext_networkcloud/tests/latest/test_hybridakscluster.py index cf652c9b5ef..997ad2e0808 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_hybridakscluster.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_hybridakscluster.py @@ -9,17 +9,19 @@ HybridAksCluster test scenarios """ -from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer from azure.cli.testsdk.scenario_tests import AllowLargeResponse from .config import CONFIG def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_kubernetescluster.py b/src/networkcloud/azext_networkcloud/tests/latest/test_kubernetescluster.py new file mode 100644 index 00000000000..a7c5e1ce636 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_kubernetescluster.py @@ -0,0 +1,136 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Kubernetescluster tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk.scenario_tests import AllowLargeResponse + +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test) + step_update(test) + step_show(test) + step_list(test) + step_list_subscription(test) + step_delete(test) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''Kubernetescluster create operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster create --name {name} --resource-group {rg} ' + '--location {location} --extended-location name={extendedLocation} type={extendedLocationType} ' + '--kubernetes-version {kubernetesVersion} ' + '--admin-username {adminUsername} --ssh-key-values {sshKey} ' + '--aad-configuration admin-group-object-ids={adminGroupObjectIds} ' + '--initial-agent-pool-configurations {initialNodeConfiguration} ' + '--control-plane-node-configuration count={count} vmSkuName={vmSkuName} adminUsername={cpAdminUsername} sshKeyValues={cpSshKeyList} ' + '--network-configuration cloud-services-network-id={csnId} cni-network-id={cniId} pod-cidrs={podCidrs} service-cidrs={serviceCidrs} dns-service-ip={dnsServiceIp} ' + 'bgp-service-load-balancer-configuration.bgp-advertisements={bgpAdvertisements} ' + 'bgp-service-load-balancer-configuration.fabric-peering-enabled={fabricPeeringEnabled} ' + 'bgp-service-load-balancer-configuration.ip-address-pools={ipAddressPools} ' + '--tags {tags}') + + +def step_update(test, checks=None): + '''Kubernetescluster update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster update --name {name} --kubernetes-version {kubernetesVersion} ' + '--control-plane-node-configuration count={countUpdate} --resource-group {rg} --tags {tagsUpdate}') + + +def step_show(test, checks=None): + '''Kubernetescluster show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster show --name {name} --resource-group {rg}') + + +def step_list(test, checks=None): + '''Kubernetescluster list operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster list ') + + +def step_list_subscription(test, checks=None): + '''Kubernetescluster list in subscription operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster list --resource-group {rg}') + + +def step_delete(test, checks=None): + '''Kubernetescluster delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster delete --name {name} --resource-group {rg} -y') + + +class KubernetesClusterScenarioTest(ScenarioTest): + '''Kubernetescluster scenario tests''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-naks-", length=24), + 'rg': CONFIG.get('KUBERNETESCLUSTER', 'resource_group'), + 'location': CONFIG.get('KUBERNETESCLUSTER', 'location'), + 'extendedLocation': CONFIG.get('KUBERNETESCLUSTER', 'extended_location'), + "extendedLocationType": CONFIG.get("CLUSTER", "extended_location_type"), + 'tags': CONFIG.get('KUBERNETESCLUSTER', 'tags'), + 'tagsUpdate': CONFIG.get('KUBERNETESCLUSTER', 'tags_update'), + 'adminUsername': CONFIG.get('KUBERNETESCLUSTER', 'admin_username'), + 'sshKey': CONFIG.get('KUBERNETESCLUSTER', 'ssh_key_values'), + 'cpAdminUsername': CONFIG.get('KUBERNETESCLUSTER', 'cp_admin_username'), + 'cpSshKeyList': CONFIG.get('KUBERNETESCLUSTER', 'cp_ssh_key_list'), + 'adminGroupObjectIds': CONFIG.get('KUBERNETESCLUSTER', 'admin_group_object_ids'), + 'initialNodeConfiguration': CONFIG.get('KUBERNETESCLUSTER', 'initial_node_configuration'), + 'csnId': CONFIG.get('KUBERNETESCLUSTER', 'cloud_services_network_id'), + 'cniId': CONFIG.get('KUBERNETESCLUSTER', 'cni_network_id'), + 'podCidrs': CONFIG.get('KUBERNETESCLUSTER', 'pod_cidrs'), + 'serviceCidrs': CONFIG.get('KUBERNETESCLUSTER', 'service_cidrs'), + 'dnsServiceIp': CONFIG.get('KUBERNETESCLUSTER', 'dns_service_ip'), + 'bgpAdvertisements': CONFIG.get('KUBERNETESCLUSTER', 'bgp_advertisements'), + 'fabricPeeringEnabled': CONFIG.get('KUBERNETESCLUSTER', 'fabric_peering_enabled'), + 'ipAddressPools': CONFIG.get('KUBERNETESCLUSTER', 'ip_address_pools'), + 'kubernetesVersion': CONFIG.get('KUBERNETESCLUSTER', 'kubernetes_version'), + 'countUpdate': CONFIG.get('KUBERNETESCLUSTER', 'count_update'), + 'vmSkuName': CONFIG.get('KUBERNETESCLUSTER', 'vm_sku_name'), + 'count': CONFIG.get('KUBERNETESCLUSTER', 'count'), + }) + + @AllowLargeResponse() + def test_kubernetescluster_scenario(self): + ''' test scenario for kubernetes cluster CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusteragentpool.py b/src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusteragentpool.py new file mode 100644 index 00000000000..0cf32109a67 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_kubernetesclusteragentpool.py @@ -0,0 +1,122 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Kubernetescluster agentpool tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test) + step_update(test) + step_show(test) + step_list(test) + step_delete(test) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''Kubernetescluster agentpool create operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster agentpool create --name {name} ' + '--kubernetes-cluster-name {clusterName} --resource-group {rg} ' + '--location {location} ' + '--extended-location name={extendedLocation} type={extendedLocationType} ' + '--admin-username={adminUsername} ' + '--ssh-key-values {sshKey} ' + '--count {count} --mode {mode} --vm-sku-name {vmSkuName} ' + '--agent-options {agentOptions} --labels {labels} --taints {taints} ' + '--attached-network-configuration l3-networks={l3Networks} ' + '--availability-zones {availabilityZones} ' + '--upgrade-settings max-surge={maxSurge} ' + '--tags {tags}') + + +def step_update(test, checks=None): + '''Kubernetescluster agentpool update operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster agentpool update --name {name} ' + '--kubernetes-cluster-name {clusterName} --resource-group {rg} ' + '--tags {tagsUpdate}') + + +def step_show(test, checks=None): + '''Kubernetescluster agentpool show operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster agentpool show --name {name} ' + '--kubernetes-cluster-name {clusterName} --resource-group {rg}') + + +def step_list(test, checks=None): + '''Kubernetescluster agentpool list operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster agentpool list ' + '--kubernetes-cluster-name {clusterName} --resource-group {rg}') + + +def step_delete(test, checks=None): + '''Kubernetescluster agentpool delete operation''' + if checks is None: + checks = [] + test.cmd( + 'az networkcloud kubernetescluster agentpool delete --name {name} ' + '--kubernetes-cluster-name {clusterName} --resource-group {rg} -y') + + +class KubernetesClusterAgentPoolScenarioTest(ScenarioTest): + '''Kubernetescluster agentpool scenario tests''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'name'), + 'clusterName': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'cluster_name'), + 'rg': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'resource_group'), + 'location': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'location'), + 'extendedLocation': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'extended_location'), + "extendedLocationType": CONFIG.get("CLUSTER", "extended_location_type"), + 'tags': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'tags'), + 'tagsUpdate': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'tags_update'), + 'adminUsername': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'admin_username'), + 'sshKey': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'ssh_key_values'), + 'count': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'count'), + 'mode': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'mode'), + 'vmSkuName': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'vm_sku_name'), + 'agentOptions': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'agent_options'), + 'l3Networks': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'l3_networks'), + 'taints': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'taints'), + 'labels': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'labels'), + 'availabilityZones': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'availability_zones'), + 'maxSurge': CONFIG.get('KUBERNETESCLUSTER_AGENTPOOL', 'max_surge'), + }) + + def test_kubernetesclusteragentpool_scenario(self): + ''' test scenario for kubernetes cluster agentpool CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py b/src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py index ab6718a7d8f..0c5f9b4612b 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_l2network.py @@ -15,10 +15,12 @@ def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): @@ -45,7 +47,6 @@ def step_create(test, checks=None): checks = [] test.cmd('az networkcloud l2network create --name {name} --extended-location ' 'name={extendedLocation} type={type} --location {location} ' - '--hybrid-aks-plugin-type {hybridAksPluginType} ' '--interface-name {interfaceName} ' '--l2-isolation-domain-id {l2_isolation_domain_id} --tags ' ' {tags} --resource-group {rg}', checks=checks) @@ -102,7 +103,6 @@ def __init__(self, *args, **kwargs): 'tagsUpdate': CONFIG.get('L2_NETWORK', 'tags_update'), "type": CONFIG.get('L2_NETWORK', 'type'), "interfaceName": CONFIG.get('L2_NETWORK', 'interface_name'), - "hybridAksPluginType": CONFIG.get('L2_NETWORK', 'hybrid_aks_plugin_type'), "l2_isolation_domain_id": CONFIG.get('L2_NETWORK', 'l2_isolation_domain_id'), }) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py b/src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py index f963cf6f1a9..f21b873ce0c 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_l3network.py @@ -15,10 +15,12 @@ def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): @@ -45,10 +47,8 @@ def step_create(test, checks=None): checks = [] test.cmd('az networkcloud l3network create --name {name} --extended-location ' 'name={extendedLocation} type="CustomLocation" --location {location} ' - '--hybrid-aks-ipam-enabled {hybridAksIpamEnabled} ' - '--hybrid-aks-plugin-type {hybridAksPluginType} ' - ' --interface-name "eth0" --ip-allocation-type {ipAllocationType}' - ' --ipv4-connected-prefix {ipv4prefix} --ipv6-connected-prefix {ipv6prefix} ' + '--interface-name "eth0" --ip-allocation-type {ipAllocationType} ' + '--ipv4-connected-prefix {ipv4prefix} --ipv6-connected-prefix {ipv6prefix} ' '--l3-isolation-domain-id {l3_isolation_domain_id} --vlan {vlan} --tags ' ' {tags} --resource-group {rg}', checks=checks) @@ -105,8 +105,6 @@ def __init__(self, *args, **kwargs): "type": CONFIG.get('L3_NETWORK', 'type'), 'vlan': CONFIG.get('L3_NETWORK', 'vlan'), "ipAllocationType": CONFIG.get('L3_NETWORK', 'ip_allocation_type'), - "hybridAksPluginType": CONFIG.get('L3_NETWORK', 'hybrid_aks_plugin_type'), - "hybridAksIpamEnabled": CONFIG.get('L3_NETWORK', 'hybrid_aks_ipam_enabled'), "ipv4prefix": CONFIG.get('L3_NETWORK', 'ipv4prefix'), "ipv6prefix": CONFIG.get('L3_NETWORK', 'ipv6prefix'), "l3_isolation_domain_id": CONFIG.get('L3_NETWORK', 'l3_isolation_domain_id'), diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py b/src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py index c4b0a1a1cce..1b7d15f21fc 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_metricsconfiguration.py @@ -9,16 +9,18 @@ MetricsConfiguration tests scenarios """ -from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer from .config import CONFIG def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_rack.py b/src/networkcloud/azext_networkcloud/tests/latest/test_rack.py index 246f2408efa..addf6d5eb82 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_rack.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_rack.py @@ -9,17 +9,19 @@ Rack test scenarios """ -from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer from azure.cli.testsdk.scenario_tests import AllowLargeResponse from .config import CONFIG def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py b/src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py index e4c918955e8..c41c67fb58d 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_racksku.py @@ -15,10 +15,12 @@ def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py b/src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py index fba213b7764..958f9435a42 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_storageappliance.py @@ -10,16 +10,18 @@ """ from azure.cli.testsdk.scenario_tests import AllowLargeResponse -from azure.cli.testsdk import ScenarioTest +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer from .config import CONFIG def setup_scenario1(test): """Env setup_scenario1""" + pass def cleanup_scenario1(test): """Env cleanup_scenario1""" + pass def call_scenario1(test): @@ -51,7 +53,7 @@ def step_enable_remote_vendor_management(test, checks=None): if checks is None: checks = [] test.cmd( - "az networkcloud storageappliance enable-remote-vendor-management --resource-group {rg} --storage-appliance-name {name}", + "az networkcloud storageappliance enable-remote-vendor-management --resource-group {resourceGroup} --storage-appliance-name {name}", checks=checks, ) @@ -61,7 +63,7 @@ def step_disable_remote_vendor_management(test, checks=None): if checks is None: checks = [] test.cmd( - "az networkcloud storageappliance disable-remote-vendor-management --resource-group {rg} --storage-appliance-name {name}", + "az networkcloud storageappliance disable-remote-vendor-management --resource-group {resourceGroup} --storage-appliance-name {name}", checks=checks, ) @@ -71,7 +73,7 @@ def step_show(test, checks=None): if checks is None: checks = [] test.cmd( - "az networkcloud storageappliance show --resource-group {rg} --storage-appliance-name {name}" + "az networkcloud storageappliance show --resource-group {resourceGroup} --storage-appliance-name {name}" ) @@ -79,7 +81,7 @@ def step_list_resource_group(test, checks=None): """StorageAppliance list by resource group operation""" if checks is None: checks = [] - test.cmd("az networkcloud storageappliance list --resource-group {rg}") + test.cmd("az networkcloud storageappliance list --resource-group {resourceGroup}") def step_list_subscription(test, checks=None): @@ -98,7 +100,7 @@ def step_update(test, checks=None): if checks is None: checks = [] test.cmd( - "az networkcloud storageappliance update --resource-group {rg} --storage-appliance-name {name} --serial-number {serialNumber} --tags {tagsUpdate}" + "az networkcloud storageappliance update --resource-group {resourceGroup} --storage-appliance-name {name} --serial-number {serialNumber} --tags {tagsUpdate}" ) @@ -112,7 +114,7 @@ def __init__(self, *args, **kwargs): self.kwargs.update( { "name": CONFIG.get("STORAGE_APPLIANCE", "name"), - "rg": CONFIG.get("STORAGE_APPLIANCE", "rg"), + "resourceGroup": CONFIG.get("STORAGE_APPLIANCE", "resource_group"), "tagsUpdate": CONFIG.get("STORAGE_APPLIANCE", "tags_update"), "serialNumber": CONFIG.get("STORAGE_APPLIANCE", "serial_number"), } diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py b/src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py index a15d6e40b0c..89143177463 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_trunkednetwork.py @@ -15,10 +15,12 @@ def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): @@ -45,7 +47,7 @@ def step_create(test, checks=None): checks = [] test.cmd('az networkcloud trunkednetwork create --name {name} --extended-location ' ' name={extendedLocation} type="CustomLocation" --location {location} ' - '--hybrid-aks-plugin-type "{hybridAksPluginType}" --interface-name "{interfaceName}" ' + '--interface-name "{interfaceName}" ' '--isolation-domain-ids {isolationDomainIds} --vlans {vlans} ' '--tags {tags} --resource-group {rg} --debug', checks=checks) @@ -102,7 +104,6 @@ def __init__(self, *args, **kwargs): "type": CONFIG.get('TRUNKED_NETWORK', 'type'), 'vlans': CONFIG.get('TRUNKED_NETWORK', 'vlans'), "interfaceName": CONFIG.get('TRUNKED_NETWORK', 'interface_name'), - "hybridAksPluginType": CONFIG.get('TRUNKED_NETWORK', 'hybrid_aks_plugin_type'), "isolationDomainIds": CONFIG.get('TRUNKED_NETWORK', 'isolation_domain_ids'), }) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py b/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py index 62eb8383376..3b21c320af6 100644 --- a/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachine.py @@ -10,15 +10,18 @@ """ from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from azure.cli.testsdk.scenario_tests import AllowLargeResponse from .config import CONFIG def setup_scenario1(test): ''' Env setup_scenario1 ''' + pass def cleanup_scenario1(test): '''Env cleanup_scenario1 ''' + pass def call_scenario1(test): @@ -51,12 +54,12 @@ def step_create(test, checks=None): 'name={extendedLocation} type="CustomLocation" --location {location} ' '--admin-username {adminUserName} --boot-method {bootMethod} ' '--cloud-services-network-attachment attached-network-id={attachedNetworkID} ' - '--cpu-cores {cpuCores} --isolate-emulator-thread {isolateEmulatorThread} ' + '--cpu-cores {cpuCores} ' '--memory-size {memorySize} --network-attachments {networkAttachments} ' '--network-data {networkData} --placement-hints {placementHints} ' '--ssh-key-values {sshKeyValues} --storage-profile disk-size={diskSize} create-option={createOpt} ' ' delete-option={deleteOpt} --tags {tags} ' - '--user-data {userData} --virtio-interface {virtioInterface} ' + '--user-data {userData} --vm-device-model {vmDeviceModel} ' '--vm-image {vmName} --vm-image-repository-credentials password={password} ' 'registry-url={registryURL} username={userName} --resource-group {rg}', checks=checks) @@ -134,7 +137,6 @@ def step_update(test, checks=None): '--tags {tagsUpdate} --resource-group {rg}') -# VirtualMachine has a different name regex. The commonly used pattern "cli-test-vm-" cannot be used as the dashes are not accepted. class VirtualMachineScenarioTest(ScenarioTest): '''VirtualMachine scenario test''' @@ -148,7 +150,6 @@ def __init__(self, *args, **kwargs): 'bootMethod': CONFIG.get('VIRTUALMACHINE', 'boot_method'), 'attachedNetworkID': CONFIG.get('VIRTUALMACHINE', 'attached_network_id'), 'cpuCores': CONFIG.get('VIRTUALMACHINE', 'cpu_cores'), - 'isolateEmulatorThread': CONFIG.get('VIRTUALMACHINE', 'isolate_emulator_thread'), 'memorySize': CONFIG.get('VIRTUALMACHINE', 'memory_size'), 'networkAttachments': CONFIG.get('VIRTUALMACHINE', 'network_attachments'), 'networkData': CONFIG.get('VIRTUALMACHINE', 'network_data'), @@ -160,13 +161,14 @@ def __init__(self, *args, **kwargs): 'tags': CONFIG.get('VIRTUALMACHINE', 'tags'), 'tagsUpdate': CONFIG.get('VIRTUALMACHINE', 'tags_update'), 'userData': CONFIG.get('VIRTUALMACHINE', 'user_data'), - 'virtioInterface': CONFIG.get('VIRTUALMACHINE', 'virtio_interface'), + 'vmDeviceModel': CONFIG.get('VIRTUALMACHINE', 'vm_device_model'), 'vmName': CONFIG.get('VIRTUALMACHINE', 'vm_name'), 'password': CONFIG.get('VIRTUALMACHINE', 'password'), 'registryURL': CONFIG.get('VIRTUALMACHINE', 'registry_url'), 'userName': CONFIG.get('VIRTUALMACHINE', 'user_name'), }) + @AllowLargeResponse() @ResourceGroupPreparer(name_prefix='clitest_rg'[:7], key='rg', parameter_name='rg') def test_virtualmachine_scenario1(self): ''' test scenario for VirtualMachine CRUD operations''' diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachineconsole.py b/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachineconsole.py new file mode 100644 index 00000000000..3f86a4f39a9 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_virtualmachineconsole.py @@ -0,0 +1,105 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +VirtualMachine console tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_update(test, checks=[]) + step_show(test, checks=[]) + step_list(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''VirtualMachine console create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine console create ' + '--extended-location name={extendedLocation} type="CustomLocation" --location {location} ' + '--enabled {enabled} --expiration {expiration} --tags {tags} ' + '--ssh-public-key {sshPublicKey} --resource-group {resourceGroup} ' + '--virtual-machine-name {virtualMachineName}', + checks=checks) + + +def step_update(test, checks=None): + '''VirtualMachine console update operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine console update ' + '--enabled {enabled} --expiration {newExpiration} ' + '--ssh-public-key {sshPublicKey} --tags {tagsUpdate} ' + '--resource-group {resourceGroup} --virtual-machine-name {virtualMachineName}', + checks=checks) + + +def step_show(test, checks=None): + '''VirtualMachine console show operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine console show ' + '--resource-group {resourceGroup} --virtual-machine-name {virtualMachineName}', + checks=checks) + + +def step_list(test, checks=None): + '''VirtualMachine console list operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine console list ' + '--resource-group {resourceGroup} --virtual-machine-name {virtualMachineName}', checks=checks) + + +def step_delete(test, checks=None): + '''VirtualMachine console delete operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud virtualmachine console delete --resource-group {resourceGroup} ' + '--virtual-machine-name {virtualMachineName} --yes', checks=checks) + + +class VirtualMachineConsoleScenarioTest(ScenarioTest): + '''VirtualMachine console scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'location': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'location'), + 'extendedLocation': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'extended_location'), + 'resourceGroup': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'resource_group'), + 'tags': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'tags'), + 'tagsUpdate': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'tags_update'), + 'enabled': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'enabled'), + 'expiration': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'expiration'), + 'newExpiration': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'new_expiration'), + 'sshPublicKey': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'ssh_public_key'), + 'virtualMachineName': CONFIG.get('VIRTUALMACHINE_CONSOLE', 'virtual_machine_name'), + }) + + def test_virtualmachineconsole_scenario1(self): + ''' test scenario for VirtualMachine console CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/latest/test_volumes.py b/src/networkcloud/azext_networkcloud/tests/latest/test_volumes.py new file mode 100644 index 00000000000..431935ce327 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/latest/test_volumes.py @@ -0,0 +1,105 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# -------------------------------------------------------------------------------------------- +# pylint: disable=too-few-public-methods,unnecessary-pass,unused-argument + +""" +Volume tests scenarios +""" + +from azure.cli.testsdk import ScenarioTest +from .config import CONFIG + + +def setup_scenario1(test): + ''' Env setup_scenario1 ''' + pass + + +def cleanup_scenario1(test): + '''Env cleanup_scenario1 ''' + pass + + +def call_scenario1(test): + ''' # Testcase: scenario1''' + setup_scenario1(test) + step_create(test, checks=[]) + step_update(test, checks=[]) + step_show(test, checks=[]) + step_list_by_resource_group(test, checks=[]) + step_list_by_subscription(test, checks=[]) + step_delete(test, checks=[]) + cleanup_scenario1(test) + + +def step_create(test, checks=None): + '''Volume create operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud volume create --resource-group {resourceGroup} ' + '--name {name} --location {location} ' + '--extended-location name={extendedLocation} type="CustomLocation" ' + '--size {size} --tags {tags}') + + +def step_update(test, checks=None): + '''Volume update operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud volume update --resource-group {resourceGroup} ' + '--name {name} --tags {tagsUpdate}') + + +def step_show(test, checks=None): + '''Volume show operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud volume show --resource-group {resourceGroup} ' + '--name {name}', + checks=checks) + + +def step_list_by_resource_group(test, checks=None): + '''Volume list by resource group operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud volume list --resource-group {resourceGroup}', + checks=checks) + + +def step_list_by_subscription(test, checks=None): + '''Volume list by subscription operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud volume list', checks=checks) + + +def step_delete(test, checks=None): + '''Volume delete operation''' + if checks is None: + checks = [] + test.cmd('az networkcloud volume delete --resource-group {resourceGroup} ' + ' --name {name} -y') + + +class VolumeScenarioTest(ScenarioTest): + '''Volume scenario test''' + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.kwargs.update({ + 'name': self.create_random_name(prefix="cli-test-volume-", length=24), + 'location': CONFIG.get('VOLUME', 'location'), + 'extendedLocation': CONFIG.get('VOLUME', 'extended_location'), + 'resourceGroup': CONFIG.get('VOLUME', 'resource_group'), + 'tags': CONFIG.get('VOLUME', 'tags'), + 'tagsUpdate': CONFIG.get('VOLUME', 'tags_update'), + 'size': CONFIG.get('VOLUME', 'size'), + }) + + def test_volume_scenario1(self): + ''' test scenario for volume CRUD operations''' + call_scenario1(self) diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_baremetalmachine.py b/src/networkcloud/azext_networkcloud/tests/unit/test_baremetalmachine.py new file mode 100644 index 00000000000..7beb812af2c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_baremetalmachine.py @@ -0,0 +1,37 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +import unittest + +from azext_networkcloud import NetworkcloudCommandsLoader +from azext_networkcloud.operations.baremetalmachine._run_command import RunCommand +from azext_networkcloud.operations.baremetalmachine._run_data_extract import ( + RunDataExtract, +) +from azext_networkcloud.operations.baremetalmachine._run_read_command import ( + RunReadCommand, +) +from azext_networkcloud.tests.unit.test_run_command_options import RunCommandOptionsTestClass +from azure.cli.core.mock import DummyCli + + +class TestRunCommand(unittest.TestCase, RunCommandOptionsTestClass): + def setUp(self): + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = RunCommand(loader=self._loader, cli_ctx=self._cli_ctx) + + +class TestRunDataExtract(unittest.TestCase, RunCommandOptionsTestClass): + def setUp(self): + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = RunDataExtract(loader=self._loader, cli_ctx=self._cli_ctx) + + +class TestRunReadCommand(unittest.TestCase, RunCommandOptionsTestClass): + def setUp(self): + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = RunReadCommand(loader=self._loader, cli_ctx=self._cli_ctx) diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_clustermetricsconfiguration.py b/src/networkcloud/azext_networkcloud/tests/unit/test_clustermetricsconfiguration.py new file mode 100644 index 00000000000..0ca0aa2df44 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_clustermetricsconfiguration.py @@ -0,0 +1,134 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. + +# Tests custom CLI code for Cluster metricsconfiguration commands. +# -------------------------------------------------------------------------------------------- +import unittest +from abc import ABC +from unittest import mock + +from azext_networkcloud import NetworkcloudCommandsLoader +from azext_networkcloud.operations.cluster.metricsconfiguration import ( + Create, Delete, Show, Update, ClusterMetricsConfiguration +) +from azure.cli.core.mock import DummyCli + + +class TestClusterMetricsConfiguration(unittest.TestCase): + """ + Test ClusterMetricsConfiguration methods. + """ + + def setUp(self): + """Create an instance of ClusterMetricsConfiguration.""" + self.cmd = ClusterMetricsConfiguration() + + def test_build_arguments_schema(self): + """Test that _build_arguments_schema unregisters the command.""" + args_schema = mock.Mock() + results_args_schema = self.cmd._build_arguments_schema(args_schema) + self.assertFalse( + results_args_schema.metrics_configuration_name._registered) + self.assertFalse( + results_args_schema.metrics_configuration_name._required) + + def test_pre_operations(self): + """ + Test that pre_operations sets the metrics configuration name argument + to default. + """ + args = mock.Mock() + self.cmd.pre_operations(args) + self.assertEqual(args.metrics_configuration_name, "default") + + +class ClusterMetricsConfigurationCallBackTestBase(ABC): + """ + Provides tests for classes that extend the ClusterMetricsConfiguration class. + """ + + def test_pre_operations(self): + """ + Test that pre_operations changes the metrics configuration name to + default. + """ + # Mock CLI args + self.cmd.ctx = mock.Mock() + self.cmd.ctx.args = mock.Mock() + + self.cmd.pre_operations() + self.assertEqual( + self.cmd.ctx.args.metrics_configuration_name, "default") + + +class TestClusterMetricsConfigurationCreate( + unittest.TestCase, ClusterMetricsConfigurationCallBackTestBase +): + """ + This test case uses the ClusterMetricsConfigurationCallBackTestBase class + to ensure the ClusterMetricsConfigurationCreate command sets the metrics + configuration name argument to default. + """ + + def setUp(self): + """Set command to ClusterMetricsConfigurationCreate.""" + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Create( + loader=self._loader, cli_ctx=self._cli_ctx + ) + + +class TestClusterMetricsConfigurationDelete( + unittest.TestCase, ClusterMetricsConfigurationCallBackTestBase +): + """ + This test case uses the ClusterMetricsConfigurationCallBackTestBase class + to ensure the ClusterMetricsConfigurationDelete command sets the metrics + configuration name argument to default. + """ + + def setUp(self): + """Set command to ClusterMetricsConfigurationDelete.""" + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Delete( + loader=self._loader, cli_ctx=self._cli_ctx + ) + + +class TestClusterMetricsConfigurationShow( + unittest.TestCase, ClusterMetricsConfigurationCallBackTestBase +): + """ + This test case uses the ClusterMetricsConfigurationCallBackTestBase class + to ensure the ClusterMetricsConfigurationShow command sets the metrics + configuration name argument to default. + """ + + def setUp(self): + """Set command to ClusterMetricsConfigurationShow.""" + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Show( + loader=self._loader, cli_ctx=self._cli_ctx + ) + + +class TestClusterMetricsConfigurationUpdate( + unittest.TestCase, ClusterMetricsConfigurationCallBackTestBase +): + """ + This test case uses the ClusterMetricsConfigurationCallBackTestBase class + to ensure the ClusterMetricsConfigurationUpdate command sets the metrics + configuration name argument to default. + """ + + def setUp(self): + """Set command to ClusterMetricsConfigurationUpdate.""" + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Update( + loader=self._loader, cli_ctx=self._cli_ctx + ) diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_common_ssh.py b/src/networkcloud/azext_networkcloud/tests/unit/test_common_ssh.py new file mode 100644 index 00000000000..94dc132daad --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_common_ssh.py @@ -0,0 +1,123 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +# flake8: noqa + +import unittest +from abc import ABC +from unittest import mock + +from azext_networkcloud.operations.common_ssh import CustomSshOptions +from azure.cli.core.commands import AzCliCommand +from azure.cli.core.mock import DummyCli +from cryptography.hazmat.primitives import serialization +from cryptography.hazmat.primitives.asymmetric import rsa +from azure.cli.core.azclierror import InvalidArgumentValueError + + +class TestCommonSsh(unittest.TestCase): + """ TestCommonSsh provides common methods to validate ssh + operations in CommonSsh like generate ssh key, read sshkey from path,etc """ + + def validate_generate_ssh_keys(self, mock_expand_user, mock_keys): + # Mock user home dir path + mock_expand_user.assert_called_with = "~" + test_home_dir = "/home/user" + mock_expand_user.return_value = test_home_dir + + # Mock generated keys return values + test_key_contents = "======ssh-rsa foo" + mock_keys.return_value = test_key_contents + + # Call func + result = CustomSshOptions.generate_ssh_keys() + + # Validate call values match mock home dir + mock_keys.assert_called_with( + "{}/.ssh/id_rsa_generated".format(test_home_dir), + "{}/.ssh/id_rsa_generated.pub".format(test_home_dir), + ) + + # Validate result matches key returned by azcli lib + self.assertEqual(result, [{"keyData": test_key_contents}]) + + def validate_get_ssh_keys_from_path(self, mock_isfile, mock_isdir, mock_listdir): + key = rsa.generate_private_key(65537, 2048) + valid_key = str( + key.public_key().public_bytes( + serialization.Encoding.OpenSSH, serialization.PublicFormat.OpenSSH + ), + "UTF-8", + ) + invalid_key = "==== ssh-rsa" + + # Create a list of paths + paths = ["/home/user/.ssh/id_rsa.pub", "/home/user2/.ssh/id_rsa.pub"] + mock_listdir.return_value = ["/dir/key.pub", "/dir/id_rsa.pub"] + + # Test that a path that is not a dir nor a file raises exception + mock_isdir.return_value = False + mock_isfile.return_value = False + with self.assertRaises(InvalidArgumentValueError): + CustomSshOptions.get_ssh_keys_from_path(paths) + + # Test that a valid file path to a valid key results in a list of keys + mock_isfile.return_value = True + with mock.patch("builtins.open", mock.mock_open(None, valid_key)): + result = CustomSshOptions.get_ssh_keys_from_path(paths) + self.assertEqual([{"keyData": valid_key} for _ in paths], result) + + # Test that a valid file path to a invalid key raises exception + with mock.patch("builtins.open", mock.mock_open(None, invalid_key)): + with self.assertRaises(InvalidArgumentValueError): + CustomSshOptions.get_ssh_keys_from_path(paths) + + # Test that a valid dir path to valid keys results in a list of keys + mock_isdir.return_value = True + mock_isfile.return_value = False + with mock.patch("builtins.open", mock.mock_open(None, valid_key)): + result = CustomSshOptions.get_ssh_keys_from_path(paths) + self.assertEqual([{"keyData": valid_key} + for _ in range(4)], result) + + # Test that a valid dir path to invalid keys raises exception + with mock.patch("builtins.open", mock.mock_open(None, invalid_key)): + with self.assertRaises(InvalidArgumentValueError): + CustomSshOptions.get_ssh_keys_from_path(paths) + + # Test that a valid dir path with no keys raises exception + mock_listdir.return_value = [] + with self.assertRaises(InvalidArgumentValueError): + CustomSshOptions.get_ssh_keys_from_path(paths) + + # Test that a valid dir path with no .pub files raises exception + mock_listdir.return_value = ["/home/user/.ssh/id_rsa"] + with self.assertRaises(InvalidArgumentValueError): + CustomSshOptions.get_ssh_keys_from_path(paths) + + def validate_add_key_action(self): + # Generate some valid public keys for testing + keys = [] + for _ in range(5): + key = rsa.generate_private_key(65537, 2048) + pub = key.public_key().public_bytes( + serialization.Encoding.OpenSSH, serialization.PublicFormat.OpenSSH + ) + # Convert from bytes + keys.append(str(pub, "UTF-8")) + + # Wrap keys in expected return format + expected_result = [{"keyData": x} for x in keys] + + # TODO(drewwalters): a future enhancement would be to figure out how to + # pass keys wrapped in the type the code expects. Passing as a string + # achieves the same result for now. Example: + # values = [AAZStrType(x) for x in keys] + self.assertEqual( + expected_result, CustomSshOptions.add_ssh_key_action(keys)) + + # Change a key to an invalid type and validate it raises exception + keys[1] = "==== ssh-rsa invalid-key" + with self.assertRaises(InvalidArgumentValueError): + CustomSshOptions.add_ssh_key_action(keys) diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_custom_properties.py b/src/networkcloud/azext_networkcloud/tests/unit/test_custom_properties.py new file mode 100644 index 00000000000..a4bd1f3077c --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_custom_properties.py @@ -0,0 +1,79 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +# flake8: noqa + +import unittest +from unittest import mock + +from azext_networkcloud.operations.custom_properties import CustomActionProperties + +from azure.cli.core.aaz._base import AAZUndefined + + +class TestCustomProperties(unittest.TestCase): + """ Test CustomProperties methods """ + + def test_output(self): + self.cmd = mock.Mock() + + # Mock args + args = mock.Mock() + self.cmd.ctx = mock.Mock() + self.cmd.ctx.args = args + + # Mock deserialize method + self.cmd.deserialize_output.return_value = mock.Mock() + + # Mock vars + self.cmd.ctx.vars = mock.Mock() + self.cmd.ctx.vars.instance = mock.Mock() + + # Mock output head + self.cmd.ctx.vars.instance.properties = mock.Mock() + self.cmd.ctx.vars.instance.properties.output_head = mock.Mock() + self.cmd.ctx.vars.instance.properties.output_head.to_serialized_data = mock.Mock( + side_effect='HEADER') + + # Validate URL download skipped when result URL not provided + with mock.patch('urllib.request.urlopen') as mock_urlopen: + # Set output dir to undefined + self.cmd.ctx.args.output = AAZUndefined + + # Set result url to undefined + self.cmd.ctx.vars.instance.properties.result_url = AAZUndefined + + CustomActionProperties()._output(self.cmd, args) + mock_urlopen.assert_not_called() + + # Mock result URL + test_url = "https://aka.ms/fakeurl" + self.cmd.ctx.vars.instance.properties.result_url = mock.Mock() + self.cmd.ctx.vars.instance.properties.result_url.to_serialized_data = mock.Mock( + side_effect=test_url) + + # Validate results not downloaded when no output dir provided + with mock.patch('urllib.request.urlopen') as mock_urlopen: + # Set output dir to undefined + self.cmd.ctx.args.output = AAZUndefined + + CustomActionProperties()._output(self.cmd, args) + mock_urlopen.assert_not_called() + + # Validate exceptions handled + with mock.patch('urllib.request.urlopen') as mock_urlopen: + test_output_dir = "/path/to/test/output/dir" + self.cmd.ctx.args.output = mock.Mock() + self.cmd.ctx.args.output.to_serialized_data.return_value = test_output_dir + + # Raise exception when calling tar lib + with mock.patch('tarfile.open') as tar_open: + tar_open.side_effect = Exception + with self.assertRaises(Exception): + CustomActionProperties()._output(self.cmd, args) + + # Raise exception when calling URL + mock_urlopen.side_effect = Exception + with self.assertRaises(Exception): + CustomActionProperties()._output(self.cmd, args) diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_kubernetescluster.py b/src/networkcloud/azext_networkcloud/tests/unit/test_kubernetescluster.py new file mode 100644 index 00000000000..3139c5fec0a --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_kubernetescluster.py @@ -0,0 +1,122 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +import unittest +from abc import ABC +from unittest import mock + +from azext_networkcloud import NetworkcloudCommandsLoader +from azext_networkcloud.operations.kubernetescluster._create import Create +from .test_common_ssh import TestCommonSsh + +from azext_networkcloud.operations.common_ssh import CustomSshOptions +from azure.cli.core.commands import AzCliCommand +from azure.cli.core.mock import DummyCli +from cryptography.hazmat.primitives import serialization +from cryptography.hazmat.primitives.asymmetric import rsa +from azure.cli.core.azclierror import InvalidArgumentValueError + + +class TestKubernetesClusterCreate(unittest.TestCase): + """ + Test KubernetesClusterCreate methods + """ + + def setUp(self): + self._cli_ctx = DummyCli() + loader = NetworkcloudCommandsLoader(self._cli_ctx) + self.cmd = Create(loader) + + def test_build_arguments_schema(self): + """Test that _build_arguments_schema unregisters the parameters.""" + args_schema = mock.Mock() + + results_args_schema = self.cmd._build_arguments_schema(args_schema) + + # validate the ssh-key-values parameter exists at root and child level + self.assertIsNotNone(results_args_schema.ssh_key_values) + self.assertIsNotNone( + results_args_schema.control_plane_node_configuration.ssh_key_values) + self.assertIsNotNone( + results_args_schema.initial_agent_pool_configurations.Element.ssh_key_values) + + # valdiate registered parameters + self.assertFalse(results_args_schema.ssh_public_keys._registered) + self.assertFalse( + results_args_schema.initial_agent_pool_configurations.Element.ssh_public_keys._registered) + self.assertFalse( + results_args_schema.control_plane_node_configuration.ssh_public_keys._registered) + + def test_pre_operations(self): + """ + Test pre_operations sets the kubernetes cluster ssh arguments at root level + and child level(control_plane_node_configuration and initial_agent_pool_configurations) + """ + args = mock.Mock() + self.cmd.ctx = mock.Mock() + # Create mock ssh key values + keys = [] + for _ in range(2): + key = rsa.generate_private_key(65537, 2048) + pub = key.public_key().public_bytes( + serialization.Encoding.OpenSSH, serialization.PublicFormat.OpenSSH + ) + # Convert from bytes + keys.append(str(pub, "UTF-8")) + + # Mock data to contain only root level admin configuration provided + args.ssh_key_values = keys + args.control_plane_node_configuration.ssh_key_values = [] + args.initial_agent_pool_configurations = [] + args.ssh_dest_key_path = [] + args.generate_ssh_keys = [] + self.cmd.ctx.args = args + + # Call func + self.cmd.pre_operations() + self.assertEqual(len(args.ssh_public_keys), 2) + + # Test admin configuration in control_plane_node_configuration is updated + args.ssh_key_values = [] + args.control_plane_node_configuration.ssh_key_values = keys + args.initial_agent_pool_configurations = [] + self.cmd.ctx.args = args + + # Call func + self.cmd.pre_operations() + # Validate control_plane_node_configuration is updated + self.assertEqual( + len(args.control_plane_node_configuration.ssh_public_keys), 2) + + # Test admin configuration in initial-agent-pool configuration is updated + args.ssh_key_values = [] + args.control_plane_node_configuration.ssh_key_values = [] + for x in args.initial_agent_pool_configurations: + x.ssh_key_values = keys + self.cmd.ctx.args = args + + # Call func + self.cmd.pre_operations() + # Validate initial node configuration is updated + for x in args.initial_agent_pool_configurations: + self.assertEqual(len(x.ssh_public_keys), 2) + + @mock.patch("azure.cli.core.keys.generate_ssh_keys") + @mock.patch("os.path.expanduser") + def test_vm_generate_ssh_keys(self, mock_expand_user, mock_keys): + """ Test KubernetesCluster generate ssh key option """ + TestCommonSsh.validate_generate_ssh_keys( + self, mock_expand_user, mock_keys) + + @mock.patch("os.listdir") + @mock.patch("os.path.isdir") + @mock.patch("os.path.isfile") + def test_vm_get_ssh_keys_from_path(self, mock_isfile, mock_isdir, mock_listdir): + """ Test KubernetesCluster ssh-key-from-path paramter enabled """ + TestCommonSsh.validate_get_ssh_keys_from_path( + self, mock_isfile, mock_isdir, mock_listdir) + + def test_vm_add_key_action(self): + """ Test ssh key provided as input are correctly set in ssh-public-keys""" + TestCommonSsh.validate_add_key_action(self) diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_kubernetesclusteragentpool.py b/src/networkcloud/azext_networkcloud/tests/unit/test_kubernetesclusteragentpool.py new file mode 100644 index 00000000000..47573bd59db --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_kubernetesclusteragentpool.py @@ -0,0 +1,76 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +import unittest +from abc import ABC +from unittest import mock + +from azext_networkcloud import NetworkcloudCommandsLoader +from azext_networkcloud.operations.kubernetescluster.agentpool._create import Create +from azure.cli.core.mock import DummyCli +from cryptography.hazmat.primitives import serialization +from cryptography.hazmat.primitives.asymmetric import rsa +from .test_common_ssh import TestCommonSsh + + +class TestKubernetesClusterAgentPoolCreate(unittest.TestCase): + """ + Test KubernetesCluster AgentPool Create methods + """ + + def setUp(self): + self._cli_ctx = DummyCli() + loader = NetworkcloudCommandsLoader(self._cli_ctx) + self.cmd = Create(loader) + + def test_build_arguments_schema(self): + """Test that _build_arguments_schema unregisters the parameters.""" + args_schema = mock.Mock() + results_args_schema = self.cmd._build_arguments_schema(args_schema) + # valdiate registered parameters + self.assertFalse(results_args_schema.ssh_public_keys._registered) + + def test_pre_operations(self): + """ + Test pre_operations sets ssh_public_keys argument from ssh-key-values + """ + args = mock.Mock() + # Mock the ssh keys + keys = [] + for _ in range(2): + key = rsa.generate_private_key(65537, 2048) + pub = key.public_key().public_bytes( + serialization.Encoding.OpenSSH, serialization.PublicFormat.OpenSSH + ) + # Convert from bytes + keys.append(str(pub, "UTF-8")) + args.ssh_key_values = keys + args.ssh_dest_key_path = [] + args.generate_ssh_keys = [] + + self.cmd.ctx = mock.Mock() + self.cmd.ctx.args = args + + # Call func + self.cmd.pre_operations() + self.assertEqual(len(self.cmd.ctx.args.ssh_public_keys), 2) + + @mock.patch("azure.cli.core.keys.generate_ssh_keys") + @mock.patch("os.path.expanduser") + def test_vm_generate_ssh_keys(self, mock_expand_user, mock_keys): + """ Test KubernetesCluster agentpool generate ssh key option""" + TestCommonSsh.validate_generate_ssh_keys( + self, mock_expand_user, mock_keys) + + @mock.patch("os.listdir") + @mock.patch("os.path.isdir") + @mock.patch("os.path.isfile") + def test_vm_get_ssh_keys_from_path(self, mock_isfile, mock_isdir, mock_listdir): + """ Test KubernetesCluster agent pool ssh-key-from-path paramter enabled """ + TestCommonSsh.validate_get_ssh_keys_from_path( + self, mock_isfile, mock_isdir, mock_listdir) + + def test_vm_add_key_action(self): + """ Test ssh key provided as input are correctly set in ssh-public-keys""" + TestCommonSsh.validate_add_key_action(self) diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_run_command_options.py b/src/networkcloud/azext_networkcloud/tests/unit/test_run_command_options.py new file mode 100644 index 00000000000..59a10f13be9 --- /dev/null +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_run_command_options.py @@ -0,0 +1,48 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +from abc import ABC +from pathlib import Path +from unittest.mock import Mock, patch + +from azure.cli.core.aaz._base import AAZUndefined +from azure.cli.core.azclierror import FileOperationError + + +class RunCommandOptionsTestClass(ABC): + """ + This class provides a method that tests the pre_operations functions of + commands inheriting the RunCommandOptions class. + """ + + def test_pre_operations(self): + """Tests to ensure the RunCommandOptions.pre_operations function creates + a directory within the directory provided to the output argument. + """ + # Mock CLI args + self.cmd.ctx = Mock() + self.cmd.ctx.args = Mock() + + # Ensure mkdir not called when no output arg provided + with patch.object(Path, "mkdir", return_value=None) as mock_mkdir: + # Set output arg to undefined + # NOTE(drewwalters): AAZ library uses AAZUndefined instead of None + # to indicate an argument was not provided. + self.cmd.ctx.args.output = AAZUndefined + + self.cmd.pre_operations() + mock_mkdir.assert_not_called() + + # Ensure mkdir called when output arg provided + with patch.object(Path, "mkdir", return_value=None) as mock_mkdir: + # Set output arg to path + self.cmd.ctx.args.output = "/path/to/test/output/dir" + + self.cmd.pre_operations() + mock_mkdir.assert_called() + + # Ensure function raises FileOperationError for OSErrors + with patch.object(Path, "mkdir", side_effect=OSError) as mock_mkdir: + with self.assertRaises(FileOperationError): + self.cmd.pre_operations() diff --git a/src/networkcloud/azext_networkcloud/tests/unit/test_virtualmachine.py b/src/networkcloud/azext_networkcloud/tests/unit/test_virtualmachine.py index 7aab09905f0..e6ce14ac8b0 100644 --- a/src/networkcloud/azext_networkcloud/tests/unit/test_virtualmachine.py +++ b/src/networkcloud/azext_networkcloud/tests/unit/test_virtualmachine.py @@ -3,122 +3,150 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- import unittest +from abc import ABC from unittest import mock -from azure.cli.core.aaz import AAZStrType +from azext_networkcloud import NetworkcloudCommandsLoader +from azext_networkcloud.operations.virtualmachine.console import ( + Create, Delete, Show, Update, VirtualMachineConsole +) +from .test_common_ssh import TestCommonSsh from azure.cli.core.commands import AzCliCommand from azure.cli.core.mock import DummyCli -from cryptography.hazmat.primitives.asymmetric import rsa -from cryptography.hazmat.primitives import serialization -from azure.cli.core.azclierror import InvalidArgumentValueError +class TestVirtualMachineConsole(unittest.TestCase): + """ + Test VirtualMachineConsole methods. + """ -from azext_networkcloud import NetworkcloudCommandsLoader -from azext_networkcloud.aaz.operations.virtualmachine._create import add_ssh_key_action, generate_ssh_keys, get_ssh_keys_from_path + def setUp(self): + """Create an instance of VirtualMachineConsole.""" + self.cmd = VirtualMachineConsole() + + def test_build_arguments_schema(self): + """Test that _build_arguments_schema unregisters the command.""" + args_schema = mock.Mock() + results_args_schema = self.cmd._build_arguments_schema(args_schema) + self.assertFalse(results_args_schema.console_name._registered) + self.assertFalse(results_args_schema.console_name._required) + + def test_pre_operations(self): + """ + Test that pre_operations sets the console name argument + to default. + """ + args = mock.Mock() + result_args = self.cmd.pre_operations(args) + self.assertEqual(result_args.console_name, "default") + + +class VirtualMachineConsoleCallBackTestBase(ABC): + """ + Provides tests for classes that extend the VirtualMachineConsole class. + """ + + def test_pre_operations(self): + """ + Test that pre_operations changes the virtual machine console name to + default. + """ + # Mock CLI args + self.cmd.ctx = mock.Mock() + self.cmd.ctx.args = mock.Mock() + + result_args = self.cmd.pre_operations() + self.assertEqual(result_args.console_name, "default") + + +class TestVirtualMachineConsoleCreate( + unittest.TestCase, VirtualMachineConsoleCallBackTestBase +): + """ + This test case uses the VirtualMachineConsoleCallBackTestBase class + to ensure the VirtualMachineConsoleCreate command sets the metrics + configuration name argument to default. + """ + def setUp(self): + """Set command to VirtualMachineConsoleCreate.""" + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Create( + loader=self._loader, cli_ctx=self._cli_ctx + ) + + +class TestVirtualMachineConsoleDelete( + unittest.TestCase, VirtualMachineConsoleCallBackTestBase +): + """ + This test case uses the VirtualMachineConsoleCallBackTestBase class + to ensure the VirtualMachineConsoleDelete command sets the metrics + configuration name argument to default. + """ -class TestVirtualMachineCreate(unittest.TestCase): def setUp(self): + """Set command to VirtualMachineConsoleDelete.""" self._cli_ctx = DummyCli() - loader = NetworkcloudCommandsLoader(self._cli_ctx) - self._cmd = AzCliCommand(loader, 'test', None) + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Delete( + loader=self._loader, cli_ctx=self._cli_ctx + ) - @mock.patch('azure.cli.core.keys.generate_ssh_keys') - @mock.patch('os.path.expanduser') - def test_generate_ssh_keys(self, mock_expand_user, mock_keys): - # Mock user home dir path - mock_expand_user.assert_called_with = '~' - test_home_dir = '/home/user' - mock_expand_user.return_value = test_home_dir - # Mock generated keys return values - test_key_contents = '======ssh-rsa foo' - mock_keys.return_value = test_key_contents +class TestVirtualMachineConsoleShow( + unittest.TestCase, VirtualMachineConsoleCallBackTestBase +): + """ + This test case uses the VirtualMachineConsoleCallBackTestBase class + to ensure the VirtualMachineConsoleShow command sets the metrics + configuration name argument to default. + """ - # Call func - result = generate_ssh_keys() + def setUp(self): + """Set command to VirtualMachineConsoleShow.""" + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Show(loader=self._loader, cli_ctx=self._cli_ctx) - # Validate call values match mock home dir - mock_keys.assert_called_with('{}/.ssh/id_rsa'.format(test_home_dir), - '{}/.ssh/id_rsa.pub'.format(test_home_dir)) - # Validate result matches key returned by azcli lib - self.assertEqual(result, [{'keyData': test_key_contents}]) +class TestVirtualMachineConsoleUpdate( + unittest.TestCase, VirtualMachineConsoleCallBackTestBase +): + """ + This test case uses the VirtualMachineConsoleCallBackTestBase class + to ensure the VirtualMachineConsoleUpdate command sets the metrics + configuration name argument to default. + """ + + def setUp(self): + """Set command to VirtualMachineConsoleUpdate.""" + self._cli_ctx = DummyCli() + self._loader = NetworkcloudCommandsLoader(cli_ctx=self._cli_ctx) + self.cmd = Update( + loader=self._loader, cli_ctx=self._cli_ctx + ) + + +class TestVirtualMachineCreate(unittest.TestCase): + def setUp(self): + self._cli_ctx = DummyCli() + loader = NetworkcloudCommandsLoader(self._cli_ctx) + self._cmd = AzCliCommand(loader, "test", None) + + @mock.patch("azure.cli.core.keys.generate_ssh_keys") + @mock.patch("os.path.expanduser") + def test_vm_generate_ssh_keys(self, mock_expand_user, mock_keys): + TestCommonSsh.validate_generate_ssh_keys( + self, mock_expand_user, mock_keys) - @mock.patch('os.listdir') - @mock.patch('os.path.isdir') - @mock.patch('os.path.isfile') + @mock.patch("os.listdir") + @mock.patch("os.path.isdir") + @mock.patch("os.path.isfile") def test_get_ssh_keys_from_path(self, mock_isfile, mock_isdir, mock_listdir): - key = rsa.generate_private_key(65537, 2048) - valid_key = str(key.public_key().public_bytes(serialization.Encoding.OpenSSH, - serialization.PublicFormat.OpenSSH), 'UTF-8') - invalid_key = '==== ssh-rsa' - - # Create a list of paths - paths = ['/home/user/.ssh/id_rsa.pub', '/home/user2/.ssh/id_rsa.pub'] - mock_listdir.return_value = ['/dir/key.pub', '/dir/id_rsa.pub'] - - # Test that a path that is not a dir nor a file raises exception - mock_isdir.return_value = False - mock_isfile.return_value = False - with self.assertRaises(InvalidArgumentValueError): - get_ssh_keys_from_path(paths) - - # Test that a valid file path to a valid key results in a list of keys - mock_isfile.return_value = True - with mock.patch('builtins.open', mock.mock_open(None, valid_key)): - result = get_ssh_keys_from_path(paths) - self.assertEqual([{'keyData': valid_key} for _ in paths], result) - - # Test that a valid file path to a invalid key raises exception - with mock.patch('builtins.open', mock.mock_open(None, invalid_key)): - with self.assertRaises(InvalidArgumentValueError): - get_ssh_keys_from_path(paths) - - # Test that a valid dir path to valid keys results in a list of keys - mock_isdir.return_value = True - mock_isfile.return_value = False - with mock.patch('builtins.open', mock.mock_open(None, valid_key)): - result = get_ssh_keys_from_path(paths) - self.assertEqual([{'keyData': valid_key} - for _ in range(4)], result) - - # Test that a valid dir path to invalid keys raises exception - with mock.patch('builtins.open', mock.mock_open(None, invalid_key)): - with self.assertRaises(InvalidArgumentValueError): - get_ssh_keys_from_path(paths) - - # Test that a valid dir path with no keys raises exception - mock_listdir.return_value = [] - with self.assertRaises(InvalidArgumentValueError): - get_ssh_keys_from_path(paths) - - # Test that a valid dir path with no .pub files raises exception - mock_listdir.return_value = ['/home/user/.ssh/id_rsa'] - with self.assertRaises(InvalidArgumentValueError): - get_ssh_keys_from_path(paths) + TestCommonSsh.validate_get_ssh_keys_from_path( + self, mock_isfile, mock_isdir, mock_listdir) def test_add_key_action(self): - # Generate some valid public keys for testing - keys = [] - for _ in range(5): - key = rsa.generate_private_key(65537, 2048) - pub = key.public_key().public_bytes(serialization.Encoding.OpenSSH, - serialization.PublicFormat.OpenSSH) - # Convert from bytes - keys.append(str(pub, 'UTF-8')) - - # Wrap keys in expected return format - expected_result = [{'keyData': x} for x in keys] - - # TODO(drewwalters): a future enhancement would be to figure out how to - # pass keys wrapped in the type the code expects. Passing as a string - # achieves the same result for now. Example: - # values = [AAZStrType(x) for x in keys] - self.assertEqual(expected_result, add_ssh_key_action(keys)) - - # Change a key to an invalid type and validate it raises exception - keys[1] = '==== ssh-rsa invalid-key' - with self.assertRaises(InvalidArgumentValueError): - add_ssh_key_action(keys) + TestCommonSsh.validate_add_key_action(self) diff --git a/src/networkcloud/setup.py b/src/networkcloud/setup.py index 97ef8c3fee9..5d250e871ff 100644 --- a/src/networkcloud/setup.py +++ b/src/networkcloud/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '0.3.0' +VERSION = '0.4.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -36,7 +36,7 @@ setup( name='networkcloud', version=VERSION, - description='Support for Azure Operator Nexus network cloud commands based on 2022-12-12-preview API version.', + description='Support for Azure Operator Nexus network cloud commands based on 2023-05-01-preview API version.', long_description=README + '\n\n' + HISTORY, license='MIT', author='Microsoft Corporation',