diff --git a/src/aks-preview/azext_aks_preview/_params.py b/src/aks-preview/azext_aks_preview/_params.py index 5a91c991c8a..ba35ca6542b 100644 --- a/src/aks-preview/azext_aks_preview/_params.py +++ b/src/aks-preview/azext_aks_preview/_params.py @@ -315,7 +315,7 @@ def load_arguments(self, _): c.argument('pod_cidrs') c.argument('service_cidrs') c.argument('load_balancer_managed_outbound_ipv6_count', type=int) - c.argument('enable_pod_security_policy', action='store_true', deprecate_info=c.deprecate(hide=True)) + c.argument('enable_pod_security_policy', action='store_true', deprecate_info=c.deprecate(target='--enable-pod-security-policy', hide=True)) c.argument('enable_pod_identity', action='store_true') c.argument('enable_pod_identity_with_kubenet', action='store_true') c.argument('enable_workload_identity', arg_type=get_three_state_flag(), is_preview=True) @@ -415,7 +415,7 @@ def load_arguments(self, _): c.argument('http_proxy_config') c.argument('load_balancer_managed_outbound_ipv6_count', type=int) c.argument('outbound_type', arg_type=get_enum_type(outbound_types)) - c.argument('enable_pod_security_policy', action='store_true', deprecate_info=c.deprecate(hide=True)) + c.argument('enable_pod_security_policy', action='store_true', deprecate_info=c.deprecate(target='--enable-pod-security-policy', hide=True)) c.argument('disable_pod_security_policy', action='store_true', is_preview=True) c.argument('enable_pod_identity', action='store_true') c.argument('enable_pod_identity_with_kubenet', action='store_true') diff --git a/src/connectedk8s/HISTORY.rst b/src/connectedk8s/HISTORY.rst index 6bb955a3914..fba0257f319 100644 --- a/src/connectedk8s/HISTORY.rst +++ b/src/connectedk8s/HISTORY.rst @@ -2,6 +2,11 @@ Release History =============== +1.3.6 +++++++ + +* Updated patch behaviour for Azure Hybrid Benefit property + 1.3.5 ++++++ diff --git a/src/connectedk8s/azext_connectedk8s/custom.py b/src/connectedk8s/azext_connectedk8s/custom.py index 6286f1015f3..62648b80726 100644 --- a/src/connectedk8s/azext_connectedk8s/custom.py +++ b/src/connectedk8s/azext_connectedk8s/custom.py @@ -947,6 +947,12 @@ def update_connected_cluster(cmd, client, resource_group_name, cluster_name, htt patch_cc_response = update_connected_cluster_internal(client, resource_group_name, cluster_name, tags, distribution, distribution_version, azure_hybrid_benefit) proxy_params_unset = (https_proxy == "" and http_proxy == "" and no_proxy == "" and proxy_cert == "" and not disable_proxy) + + # Returning the ARM response if only AHB is being updated + arm_properties_only_ahb_set = (tags is None and distribution is None and distribution_version is None and azure_hybrid_benefit is not None) + if proxy_params_unset and auto_upgrade is None and container_log_path is None and arm_properties_only_ahb_set: + return patch_cc_response + if proxy_params_unset and not auto_upgrade and arm_properties_unset and not container_log_path: raise RequiredArgumentMissingError(consts.No_Param_Error) diff --git a/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_connectedk8s.yaml b/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_connectedk8s.yaml index d9996898e52..9df8582ddd3 100644 --- a/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_connectedk8s.yaml +++ b/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_connectedk8s.yaml @@ -13,8 +13,7 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar?api-version=2021-04-01 response: @@ -28,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:26:59 GMT + - Tue, 15 Nov 2022 11:32:11 GMT expires: - '-1' pragma: @@ -72,7 +71,7 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.ContainerService/managedClusters/cli-test-aks-000001?api-version=2021-08-01 @@ -83,8 +82,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": \"cli-test-a-akkeshar-1bfbb5\",\n \"fqdn\": - \"cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io\",\n \"azurePortalFQDN\": - \"cli-test-a-akkeshar-1bfbb5-d5fa5d83.portal.hcp.westeurope.azmk8s.io\",\n + \"cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io\",\n \"azurePortalFQDN\": + \"cli-test-a-akkeshar-1bfbb5-52714f14.portal.hcp.westeurope.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_B4ms\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -93,7 +92,7 @@ interactions: \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDknmXRBGa/GuPCkpyydwCNedhfwINfrO674LWcBih2UjjJc5yULl9cD9LsYMWOzHVqM7H7RFxaONyq46h9vgxB/1XAeJUGc2jS8GS+vsS83bXX6vVrwa8wVeD380SJcF87oH3xf7/v2hlKv3drXi7xPE2JBjTHIOJJ6OxX+bAFXBqd1dPvnX1X7kEyX6vvjvuQrp7rFDbLq/eRpmng7kykodASQkUFZlt5+gH/U/z/a/DRoTocgzNqGl9RmesNtslQJs17Vn/JIJMM55qcRCEKoJ3Fq/Osnx3tHNA3G/vTs/+sVgh0tZmM6oIMRfTKzJskSZkMZOd8KtK/7ROCZO72izRmzwTFwFvRe/I7iHQ4PrjeKAqKDvgHJ/0LlaHmIYysZI21OTo6HcoX4HmA4RsIybNAM5SWeMMGiGe94/LYPk9sgB3o8aMv/nI/hr6vA28c2nso7itOuNcH1GZalAnbCObNv7QqVZ23FPlCjV9GXWCDCnQeCoIispJCrf68N5s= @@ -106,20 +105,20 @@ interactions: \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {}\n },\n - \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"c598b0ac-38cf-4a4e-a2ad-c3fc7525a18c\",\n + \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"3be4dbdc-5fc8-4f92-b5cc-cdb57e4ff02a\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 cache-control: - no-cache content-length: - - '2891' + - '2876' content-type: - application/json date: - - Tue, 18 Oct 2022 19:27:12 GMT + - Tue, 15 Nov 2022 11:32:27 GMT expires: - '-1' pragma: @@ -149,14 +148,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -165,7 +164,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:27:42 GMT + - Tue, 15 Nov 2022 11:32:28 GMT expires: - '-1' pragma: @@ -197,14 +196,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -213,7 +212,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:28:13 GMT + - Tue, 15 Nov 2022 11:32:59 GMT expires: - '-1' pragma: @@ -245,14 +244,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -261,7 +260,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:28:43 GMT + - Tue, 15 Nov 2022 11:33:29 GMT expires: - '-1' pragma: @@ -293,14 +292,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -309,7 +308,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:29:13 GMT + - Tue, 15 Nov 2022 11:33:59 GMT expires: - '-1' pragma: @@ -341,14 +340,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -357,7 +356,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:29:44 GMT + - Tue, 15 Nov 2022 11:34:29 GMT expires: - '-1' pragma: @@ -389,14 +388,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -405,7 +404,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:30:14 GMT + - Tue, 15 Nov 2022 11:35:00 GMT expires: - '-1' pragma: @@ -437,14 +436,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -453,7 +452,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:30:44 GMT + - Tue, 15 Nov 2022 11:35:31 GMT expires: - '-1' pragma: @@ -485,14 +484,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -501,7 +500,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:31:15 GMT + - Tue, 15 Nov 2022 11:36:01 GMT expires: - '-1' pragma: @@ -533,14 +532,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -549,7 +548,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:31:45 GMT + - Tue, 15 Nov 2022 11:36:31 GMT expires: - '-1' pragma: @@ -581,14 +580,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\"\n }" headers: cache-control: - no-cache @@ -597,7 +596,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:16 GMT + - Tue, 15 Nov 2022 11:37:02 GMT expires: - '-1' pragma: @@ -629,15 +628,15 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/41fb0cf9-113f-44eb-b89f-98ad54b0afea?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/b3446a92-fad3-48fa-80d2-a907d7aa829f?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"f90cfb41-3f11-eb44-b89f-98ad54b0afea\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-10-18T19:27:11.6905205Z\",\n \"endTime\": - \"2022-10-18T19:32:24.0859857Z\"\n }" + string: "{\n \"name\": \"926a44b3-d3fa-fa48-80d2-a907d7aa829f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2022-11-15T11:32:26.6836066Z\",\n \"endTime\": + \"2022-11-15T11:37:27.3166965Z\"\n }" headers: cache-control: - no-cache @@ -646,7 +645,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:46 GMT + - Tue, 15 Nov 2022 11:37:32 GMT expires: - '-1' pragma: @@ -678,7 +677,7 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.ContainerService/managedClusters/cli-test-aks-000001?api-version=2021-08-01 @@ -689,8 +688,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": \"cli-test-a-akkeshar-1bfbb5\",\n \"fqdn\": - \"cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io\",\n \"azurePortalFQDN\": - \"cli-test-a-akkeshar-1bfbb5-d5fa5d83.portal.hcp.westeurope.azmk8s.io\",\n + \"cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io\",\n \"azurePortalFQDN\": + \"cli-test-a-akkeshar-1bfbb5-52714f14.portal.hcp.westeurope.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_B4ms\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -699,7 +698,7 @@ interactions: \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDknmXRBGa/GuPCkpyydwCNedhfwINfrO674LWcBih2UjjJc5yULl9cD9LsYMWOzHVqM7H7RFxaONyq46h9vgxB/1XAeJUGc2jS8GS+vsS83bXX6vVrwa8wVeD380SJcF87oH3xf7/v2hlKv3drXi7xPE2JBjTHIOJJ6OxX+bAFXBqd1dPvnX1X7kEyX6vvjvuQrp7rFDbLq/eRpmng7kykodASQkUFZlt5+gH/U/z/a/DRoTocgzNqGl9RmesNtslQJs17Vn/JIJMM55qcRCEKoJ3Fq/Osnx3tHNA3G/vTs/+sVgh0tZmM6oIMRfTKzJskSZkMZOd8KtK/7ROCZO72izRmzwTFwFvRe/I7iHQ4PrjeKAqKDvgHJ/0LlaHmIYysZI21OTo6HcoX4HmA4RsIybNAM5SWeMMGiGe94/LYPk9sgB3o8aMv/nI/hr6vA28c2nso7itOuNcH1GZalAnbCObNv7QqVZ23FPlCjV9GXWCDCnQeCoIispJCrf68N5s= @@ -708,27 +707,27 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_akkeshar_cli-test-aks-000001_westeurope/providers/Microsoft.Network/publicIPAddresses/d479fbc5-5fc0-442f-9bc0-849a7c79817d\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_akkeshar_cli-test-aks-000001_westeurope/providers/Microsoft.Network/publicIPAddresses/6e2f0794-e0b8-4616-8134-50c116471a1b\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_akkeshar_cli-test-aks-000001_westeurope/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cli-test-aks-000001-agentpool\",\n - \ \"clientId\": \"d6c82141-9899-4ce3-943d-1343c5c4d69f\",\n \"objectId\": - \"9ac9860e-edb2-46ba-8807-94eeb72d5331\"\n }\n },\n \"disableLocalAccounts\": + \ \"clientId\": \"f7bc696b-0f88-445e-aed7-d11a045621ef\",\n \"objectId\": + \"07cfdbf8-ee7b-4a34-b5bf-64a7f2ff23f6\"\n }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {}\n },\n \"identity\": {\n \"type\": - \"SystemAssigned\",\n \"principalId\": \"c598b0ac-38cf-4a4e-a2ad-c3fc7525a18c\",\n + \"SystemAssigned\",\n \"principalId\": \"3be4dbdc-5fc8-4f92-b5cc-cdb57e4ff02a\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3566' + - '3536' content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:47 GMT + - Tue, 15 Nov 2022 11:37:34 GMT expires: - '-1' pragma: @@ -762,24 +761,24 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.ContainerService/managedClusters/cli-test-aks-000001/listClusterUserCredential?api-version=2021-08-01 response: body: string: "{\n \"kubeconfigs\": [\n {\n \"name\": \"clusterUser\",\n \"value\": - \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlJFTkRRWFJEWjBGM1NVSkJaMGxSVUhoa016ZHZLM05ZSzJSNFoyMHdlRVJXUWtaNWVrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUV3BGZDAxVVozaFBWRVUwVFZST1lVZEJPSGxOUkZWNVRWUkJlRTlFUlRWTmFtZDRUVEZ2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSSUNtZG5hbEUwUm5SalNFSlJVRXRoV1V0U1ltbFNXV3RoUVdkNWJFRjZiekZNTDBveGEyMVpSWGRZY1VGS1lYcDZVV2hEVDNwdWFqVlBaVzlaU0N0VGJuRUtRak14Y1U5TlZIcHpWV2d6Yld3dll6bHBVWEJLVW5sa09GZzNTRTlSUjAxeFJWUnpMMVpwT0ZKdmFHNVNPVkpwVUM5TVNXUnVOblJRYURGRk1tSkxTZ28zYm1wb1IzUlZVbTl6UjI1MGEwaHpVVFJqT0VSRVJXaHZVMmd3U1U1dldYSnhOM0JVUVZSdVIwbFJTVGd2WWpKNFMzbFRLMmhpTDJ0U1pYWndTSFJrQ2xGQ1oxaE1Xbmd4YkRVNGRsRlZOVVpxV2pOaFZEQlJUbE5EZW0xc1dHSXplSFpoVTFCTk4wMUNVa0pJVDFaNldIVkxkMVJDTlVGcU5EWTNVVWx0YjAwS1NsQTVNamh3Vm1RNE5uaFVSVGR5VW5CamJtWmtZM1J6Wmt3d1IzSm9SVVZLU1haaFlrWjVjVFp4ZUcxT01uSkZVRzV0ZUZSRFdscE5SV2hZV2pVck5ncGxWbGcyVUd3dkwyUmtja3BqT0ZsUlRVd3lZalZTVTAxRWVYQlRSMnd3TVd4SE1FcENiVVYzSzJoSGFYY3JRakJ6TW5kdFQzaEtkMjh4VG1kaE1EWnhDaXN2ZUZGb00weFRTMGhuYTBobGMwaFpjMnRsUW5wcFZuZDBjMFUxU3pGSFN6QlZSM2RwU0dWcFNrOTVVVGM1UzNFNFRqUmpRMWt2UWs1dmNYTmlSSFVLY0cxdFFtRTBRalk0UlRoYU5WTkdObkJzV2tWUGNGZG5lVWw2TlRKYUwzUkljekZ3UkVoVWMwazBRbmd3ZEZWUlpEZFFhR0ZCYjB0M1ZXWXhOR2hQU0FwVE9XcGFVbmhzYjNSUk0wZFRkR3d5VTNJeWEyMVhTelpGZVhkSmNVTmplbkpVWkVveVNXMDBTa3c0ZEVKVVZHOXFhV3QxY0ZOb1YzRTFOMWt4Y0c4MUNrTkhlSEoyTjA1QlpUTnFVV2RDYmtwbmNFZHlObXR2V2pkbVVuZ3paa2g0Y0doNlYyZHdWMmx0TDNKSVlWQnNRVWd5VlhOS2VHWjVPQzlDTTFWNWRXc0tSRVIxVEZSRloxRm1PVFl4Wkd0TlQwSmFiVW81ZEc5eVFVNVNVMU01ZGxCa1ZGaGhTbTV4TUV0UlNVUkJVVUZDYnpCSmQxRkVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRV1JDWjA1V1NGRTBSVVpuVVZWVlYydHNjbVFyWm1WU1JWcEpPVTVOQ2tGTVZXVkphR05ET1ZwVmQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRKUWtGTWFYZFViRGh0TTBoaVlXSk5iMFp0VDBkS1NqWmtNMmh6YzA0S1VWaG9iR3RJZHpsUWJEY3lVVzU2V2tGWGVpOVNXVE5OVTJWaFprZDRSMDVEVkVSc1pHdDNTVms1Ymt3d1VuZzJObmgxV2s1TFYxWnJjSEpJUlhSaFRncFVlVXA0YkhObVFVdFZObFFyYnpOTmVFcEhVMDFvVWtaUlYwUlJTVFFyV1RFeVExbFBVV28zU0ZwUVRUVnlZbU55U214a1QycHdaRzB6WkhFM1pWSm1Damc1Tm0xUGRFMWtXVlJ0SzFkMlNVRndWbTV1Tm1sa09WUXJSbEIxYVc0eE5rRTFZV2RNYlZwb1RWUnhaa1p2YzBwcGNIRXJXVGxFYTNZNE4xY3dabW9LVFhoUkswaGlTR0pxUjA5ek9HRkNRbU5YY1RkaWJHaFlMMG94UlhweWQyWmxXbHB3VkVKVFVtWkpNR0V6WlV0MFFYbFBZVFZ6V25WM05GcENkVzVtY3dwMFp6UnJaRzVHSzJKNVJWbDFjalZIU0ZKcE1VaExUR2huVW5jNUsxbzFaVUV4VTNZMWFtZ3paRWs0WW1wUFoxaHdjVzlqV20xellXTkRWVTRyYzNkdUNpdEhVbk5ZY1V4aE16QlVPWFp1TlVWbVJFaFdhMk01V2lzMGIxY3pOM055UVZOd1lqQm9lVUZaVVRGVFoyTkRlRFl5VGxCa0syNTZhVUo1Y0VkdVVqY0tjR3hWU1dsYWJVMXJVRmwxYmxoaWR6bG1NSFUxY205aWVsTndNbVpKYTJKelZWbE5PRkY0V0dac1IyUXZVVk5VWjA5TVFtVnFObVpuVVVGb2JDdElid3BWVGt0M2NIQTRka1ZuZEdaTFozVlNUM0JTY2xCWk5YbFpPQ3RtYjJsRWQzQXdOMmNyUW1nd1VsWklhSEpsYTBoRU5tRXZUVTQ0THpoWFVrdHFiMXBLQ2psSGIwTXphRmxxTDBGQlQyTnpXWGsyT1hwcVVHaGtTV2xLYzJORU9YUTJWVU5zWVdVM1dGY3ZPRTkxZWxKblozZHFhRTVRUlROV2IxZHRRM2xxU25nS2RsbFdaRlU0UzNCUGRFUkpkMkpNWnl0d1JEZzJkMmh4TWs1ek9EZFBXWFJPV0dWVE9FNWhURzFpVUhZNWNHTTVhbEJVZUdod1ZFUnFVMFZpVEZSWVlncEhRbXM1VjIxbEwzUlJaWEV3VERSMUNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2NsaS10ZXN0LWEtYWtrZXNoYXItMWJmYmI1LWQ1ZmE1ZDgzLmhjcC53ZXN0ZXVyb3BlLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBjbGktdGVzdC1ha3MtbnA2NW5vZ3ZuY2IKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGNsaS10ZXN0LWFrcy1ucDY1bm9ndm5jYgogICAgdXNlcjogY2x1c3RlclVzZXJfYWtrZXNoYXJfY2xpLXRlc3QtYWtzLW5wNjVub2d2bmNiCiAgbmFtZTogY2xpLXRlc3QtYWtzLW5wNjVub2d2bmNiCmN1cnJlbnQtY29udGV4dDogY2xpLXRlc3QtYWtzLW5wNjVub2d2bmNiCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfYWtrZXNoYXJfY2xpLXRlc3QtYWtzLW5wNjVub2d2bmNiCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSVZFTkRRWGRYWjBGM1NVSkJaMGxSWkRaaFdVdG9NM3BXYVN0RVFrRXdPVWxJZUdSbVJFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdWR2R6QjVUV3BGZDAxVVozaFBWRVUwVFZSU1lVWjNNSGxPUkVWM1RWUm5lRTlVU1RSTlZGSmhUVVJCZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTVlhkRmQxbEVWbEZSUkVWM2VIUlpXRTR3V2xoS2FtSkhiR3hpYmxGM0NtZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVNdmVFUmFWVTByY3pKS1ZFRTJRMnhvYzFVMVJIQUtZVWRPWTJaMGNFbEdObEZVZERKVksyeG5lbGRNWjI1VFdsaERRVGMyUjFGYU4wcGpiME5yTTFoSVVqQm5NR016UVZkTWNYSnRTME42ZERsamJVNDBlQXBaTUdScFIyZHhZVzRyTm5kNlpUbHFUMkZYZUhZMlN6WXdaVUUwTm5GbFYxTnRUM3A2TVd0RVoxcHJPVEZJZFhaSVZrSnFTRlExTjJwWFlURTFTRGxNQ2pkMlpscHhiRGxoZVdKd2RVZFlSakpQYUdvM1NIVTFVREYxYTBWeVJYRXdiVzlaYTNVMFoyOWxUMHhHYjJVeFV6SjFSekUzWlhkcVZVaHVTMlJXWVRRS1EwRjJUMk5RYjBsVFdFZHdkR1JPVG1JM1VVOHZVMHhhWW5SbllpOWFhWGhNWlVaa1pVeG9VWFo1VWxOSFlYbDJRbEY0ZURKSVZFMVJXRVZvWkRGalZRcGtiVGMyUVRkb2NXY3dZMlUzY0hkbFNsVjFWRWsxUjBJdkwzUkRhbEJ4TTFOcFkydFZVVTFITDNGaE1IVkpSREl3U0ZOc0syc3hZM2h2Y0RsQlJtaFJDa05vYW5aNlQyRjJORGMxYjBKTFVtSk5kUzlRZG5RdlpHdFBVVW94V2s5VWFEUXdLMnd5UW1weFlXUlRiVzVDYW1kTE9WWXlOMHN4U1VOS1ZFOUNaVFlLT1ZWd1dtcGlZVEZSYW1KTWRtOWpVa0ZaZUROQmF6aHNOMjVhYjFSQksyVkNTRzlhYlVsQ04wZ3JRWEZhVGxnME5WaDJSVkZWYlhsbVRsZE9jRVIwU1FvM1YzUjBaMGxZUlV4U05GUmtUbk5VVkRGRVJUWXhUVzFpUTFoM1dTc3JhemRWY0cxdGNXWkRiWGQzUTBwblVHOWlhMUJqUVRoSVNuRkJOMHRETUZaTUNrazBSRE5hUVVVcmNHNXFTVTU0VkdKUWFYTTBUelZwV0ZFMmVFWXlTVTlsWm1wc1JXaEJVMDlKZG5sM1QwUm5hM1YyTldSbmNqWXlWakpITjJKTVozVUthMmt3Y2pjMWIyUmpkVTlhZDFReU1WY3lNV1o1WVZCbFRYcFBhbVYyTm05Rk1taG1PR2sxVlhKMVEyUk5jM0E0ZFhCWE5FdHpURFJSVmxSeldrOHJhd3BaTUd0c01tRmpVME14U1d0VmJGRXhRWGh1YUVKUlNVUkJVVUZDYnpGWmQxWkVRVTlDWjA1V1NGRTRRa0ZtT0VWQ1FVMURRbUZCZDBWM1dVUldVakJzQ2tKQmQzZERaMWxKUzNkWlFrSlJWVWhCZDBsM1JFRlpSRlpTTUZSQlVVZ3ZRa0ZKZDBGRVFXWkNaMDVXU0ZOTlJVZEVRVmRuUWxKU1lWTlhkRE0xT1RVS1JWSnJhakF3ZDBGMFVqUnBSbmRNTVd4VVFVNUNaMnR4YUd0cFJ6bDNNRUpCVVhOR1FVRlBRMEZuUlVGcmJuZGxhWE5CWTJoUVUwRkNMMkpSVEVGeFNncEJUVWcxTmpFdmExaFhZVUZ4VDNaUVVHWllRVXhCY1VVeFJUbDVhMkZUV2poMU5EVklSVXhhVDB4WlMyTktaVmw0TnpWUWVpODRla2xJSzNaTlF5dFlDa1ptUzJsTldqQkRlWFYyY0ZKaFkwZFdNME51TWtrMVMwaFhaRTF1VVhsSmNXdE5XRXN6YVRCNGRuZHJOMmgxY0U5WE5WWTBkek55V25GalpsQTJNVGNLVTAxa1ZGUnJMMm92UnpKck5rOU9WMDFTVmtnNGJHSnBNbXhTV1U4eVRGTk5hbmg0VEZJd1NIRkxiMHhuSzAxcWREVTRhRmc1SzBoM1lsQkhSRFJNVFFvNFp5OHJaMjQzVjI5WlMwbEhiaTlWUWl0SldEZ3ZhaXMyTDFCaVlYcHpkamQzWm5RemJtaFpSV28xU3l0emRXVXpTRzFuVFhKV1RTdG5la3BLS3k5WENsRXhURWhIY0dOUkwzSjNjRmdyVG5Gb1JqVmpUMlZ6YmpWcVdEQndOVU5aTkZGTUswcDRNemMwVjJSaE1uUm5RV3BoU21WNGNGbElRWGxVT1VvNWVFRUtObEZ1TTNKQmIxVlJZbUpuZW1WTGRWazFaVWRPWWtOV1pYQkNSMkZsT0RkV2NtOHlNeTlvTlZoNGEybHZhRUZwZDBOc2QyOXdkelp0ZEdFNFZUTTFkZ3BzZERSWlRGbHVVMnRJU200dmRrZFpWVGxzWkUwd1dubFVaV2RGVG5sRFFXdDRZM1JWTWt0dldrSnBiWEZvSzNOc05IUTBhMFYzYzNWaFdFdDRZWEF6Q2toRmVreGtMMDFtU0ZwTk5WTldOWGN2T0ZWWU56WnJOV3hyZUd3d09HeGFZV2hVVXpKYVNIWXdWR1ZIVDFKdWNVcEhWRFl4UlRCcmVrdFliVWwwVTJJS1lWWkJjbVZPZWpaV1pEZDNUalZYTDBWSVEwbzFZWGxHTDFSdE1VRXZVMFZsWkhaMFVYa3ZhVTlzVWxnMWRtc3llVVJUVG1Fck5YaFRZa3BrWld4NFN3cHNNR1pGVUVWQ01HbDRXalJPUkd4MlVYRkVNRzVvZURoRVptOVlZMjh2Y3pWTFMyeG1SM0J5Y0cxMFpVWlFjRzh5WjNWalNHTkhhekEwTDFJMEwzTnFDbmRJUXpZMVZrSlNUSGRKZWpodFRVSmtaMnBWZGpkRlBRb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzBGSlFrRkJTME5CWjBWQmRqaFJNbFpFVUhKT2FWVjNUMmR3V1dKR1QxRTJWMmhxV0VnM1lWTkNaV3RGTjJSc1VIQlpUVEZwTkVvd2JWWjNDbWRQSzJoclIyVjVXRXRCY0U0eGVEQmtTVTVJVG5kR2FUWnhOV2xuY3pkbVdFcHFaVTFYVGtoWmFHOUxiWEF2ZFhOTk0zWlplbTFzYzJJcmFYVjBTR2NLVDA5eGJteHJjR3B6T0RsYVFUUkhXbEJrVWpkeWVERlJXWGd3SzJVME1XMTBaVkl2VXlzM016SmhjR1pYYzIwMlltaHNlR1JxYjFrcmVEZDFWRGxpY0FwQ1MzaExkRXB4UjBwTWRVbExTR3BwZUdGSWRGVjBjbWgwWlROelNURkNOWGx1VmxkMVFXZE1lbTVFTmtORmJIaHhZbGhVVkZjck1FUjJNR2t5VnpkWkNrY3ZNbGx6VXpOb1dGaHBORlZNT0d0VmFHMXpjbmRWVFdOa2FEQjZSVVo0U1Zoa1dFWklXblVyWjA4MFlXOU9TRWgxTm1OSWFWWk1hM2xQVW1kbUx6Y0tVVzk2Tm5Rd2IyNUtSa1ZFUW5ZMmJYUk1hVUU1ZEVJd2NHWndUbGhOWVV0bVVVSlpWVUZ2V1RjNGVtMXlLMDhyWVVGVGExZDZUSFo2TnpkbU0xcEVhd3BEWkZkVWF6UmxUbEJ3WkdkWk5tMXVWWEJ3ZDFrMFEzWldaSFY1ZEZOQmFWVjZaMWgxZGxaTFYxa3lNblJWU1RKNU56WklSVkZIVFdSM1NsQktaVFV5Q21GRmQxQnVaMUkyUjFwcFFXVjRMMmRMYlZSV0swOVdOM2hGUmtwemJucFdhbUZSTjFOUE1YSmlXVU5HZUVNd1pVVXpWR0pGTURsUmVFOTBWRXB0ZDJ3S09FZFFkbkJQTVV0YWNIRnVkM0J6VFVGcFdVUTJSelZFTTBGUVFubGhaMDk1WjNSR1UzbFBRVGt5VVVKUWNWbzBlVVJqVlRKNk5ISlBSSFZaYkRCUGN3cFNaR2xFYm00ME5WSkpVVVZxYVV3NGMwUm5ORXBNY2l0WVdVc3JkR3hrYUhVeWVUUk1jRWwwU3lzcllVaFlUR3B0WTBVNWRGWjBkRmc0YldvemFrMTZDbTh6Y2l0eFFrNXZXQzlKZFZaTE4yZHVWRXhMWmt4eFZuVkRja01yUlVaVk4wZFVkbkJIVGtwS1pHMXVSV2QwVTBwR1NsVk9VVTFhTkZGVlEwRjNSVUVLUVZGTFEwRm5RbUpqUzBrdlZVZHdkRGRTYlhJNE1XSnhaMGxhZFRWaWJreFdlVzFoYVhKMFVVMHphbmhsVUdONVFXTXpjRXA2YlZsSllYVXlaMlIyU1Fvd2R6UlZUMlF2UmpGMmRGVlFWRXd2YlVwMVkzRkRlRlp4VVdJMlNXTTNaRGx1UkhJdmFYTkJNelZIZDJwTlNqTnRWblIwU0dKd0wwdFdWVEJGZEVOeUNqUnphMlJLVDFRdlYwcDVTbWxpTjFaS1FrdDRUVEpIZDJobU5ERktVVkJIU2t4c1NGQjZNMGxXYUZkSFVFaHVRVGxMVkV0TFZETXZXRzVDV1RSbU0yOEtPR2R6WnpCV1VFRjZWU3QxTTBoUldVaG9WV3hYWWtKYVZ6ZzBNeTl2TkhseFEyaDRXSGxRTVhWd0wwSkpkWGxITkZOdFJ6WktXR1k0ZGt0dFQyRjRiUXAwTjA5aWRsTnJRMmhRSzFWcVUwYzNMeko2YVVsTGNHcFFUbUZ1UTFSdmRIVlRlSE5xWVVOVFNGWkZVVUowVTJOdGNUZzVaaXRST1daYUwyNVhiRXRFQ25aTFZtMDFia3A2V21rNFNXZGhiVGx2ZW1KVlkwVXJSUzh5T0dOR09GTkxVVzF2ZG0xb1NUTk5SbkJvV25jMlRGZ3pjVEpFWVdoTEx5dDVhbGhhV1ZnS01EaDROV1p6VDFWTmRYQjJTRFEyT0U0MEwxazRiMk12UmsxMU1qY3JaRmxMU0ZWM1NISjZlRzh3TWtacVRGUnFNVk16YUhKblMybGhSMHMxSzJoSVdBb3lVR1V6U1V3d2IwOHdXRUZQZFVoTWJ6TmtSME4xU0hJM1RYTnljWFk1WVc5V1RHRk1NbmRqZDJaWFprTndSbG94VWxSMVpubG9UalJQSzNKcFZuSmxDbWg1Y3pOM2RtYzFZMWR0U21GUVlWSnJSUzkxZURkM2JrTjFTakF6V0RSWFNtVk1SWGszU2toMmJIaDZWRkJoZVZwbldra3labTVCVmpRd09YcFJaWFFLTlUwd2VHbFdTWFJ0UkZGUmNVRXlSMUJXT0cxaFNscHVTalp1UVZKaVQzUnBlRXRSSzFjNWRrVkhNMDFTVW1oRWFYVnljbWc1TDFGalNtOTFXRUpvYmdwd0swVXhUREJLV1ZST1VXTjNibGRhYld3cmVuZGpOV05WSzFsclluQkZUV3dyYnk5TlZGWndkbXhqYWs5TFNFUkJVVXREUVZGRlFUWk9RVkJpWVV0a0NteDBhVmREZEVWWE5XVmtSVU4wY1RFeVdreElaVmhuY25RMlN6aG1kRGh2TlZwWFNFVmxTRWhHZEZJNVNGVTJSMGRSUTNnMU1VZFhWbWMxZVRGNVdVMEtkRVEzT1dOWlpsTktNRXBOUm01bVJrUnJiM0J2TDI5RWJHeGhla1JIZUN0bGNXMHlLMGwyZG1sT2JGbFpOMkozYlZVeWRHYzVibk5FTDBoeVRtdG5WQW96VEhNMWNYaEdURFpSYTI1WVZ6Um5jRkpJTjNaWU1WWk5UbFEwTVVsS1FtOUJWSFZLUTJSRmFHcHpaVmxLVm1wRU4xSnJNRGRyWkN0NVVtMVpVV2xtQ2t4SGVYWmFha3RsTDJNMWMwZEJaR3hTWjFrMU4yOWpXV1Y1ZDJsRFFtWjVSVEZZUjFwSmJWQm9iRFJsTVZaQ1ZsaGFlSEUyY0haVWVuQk1hamMzYVVZS1ltZ3hWRUpVVTFKMGVVVnZabE5zUkRSS2JIaGtSMDFaY25GV01YSkdhRXhoWTJGaE5XUXhXalYwVmtKMWVqQXhSVkpCVmtneVVuWnphRzlCT0ZKM2J3cG9kSFJNVFhKMVpVd3lRVXBLVVV0RFFWRkZRVEIwTW1OT1VGWjRlbEJVYVVZNVVIZDRObUpVSzFGMVZUTlFPWFZ2UzJ0cFFpdGxWV2swVTJOU1ptZDBDakJUV1N0dVdIUnNUVFJzVTJOdE1qUmxNalY0UlhGbmRYWlRVSGxKY2pSTmJIcHJNR2Q2VTBaSVZtSTBWVVp1T0ZKMFNGZENNV2t5TDBkclRsSlljVWtLTm14RGJ6VXpRME0zU1VsTmRYTnBNMlpSUjI4NU5tOVBlWGwyUVd4TlJVOXhTMmRoUVZwQ2IwRm5Rbm8zVkVweU5HWXhZbnBaVEZwS05HbzJNVGswYUFwck5FaDVkRnBoUjBObk1Ua3lUVko0VlZCaFdISTVWa1pOTDNkUE1tWk9UREJIWjNoc2VHeDVjMVpzUlM5dU4ya3pTVmQwTkRKelIwZHRSMnBTUWtWWUNrMVBhbWszYVdkeFFXOXFabTlGY1VWMlYyNVdkekpRWTBkMFJFMTNhbmhoUTFSaGVXbFRWV2xxUVUxcmRHcHFkaXR1Tm5Fd1dFcFVRVEo1TWtSVlEyUUtRVlZqY2xwRGVDOXBOWGhDYzFsV01WVXpUWFpLWjFoUlkwOUpiRE5VY0ZKWWFIY3diSGx0YVZsUlMwTkJVVVZCTTNoRGFrSTJMMk5uU0VSTE5teG9Sd3BOVldWNGVWSnBabFJ1VlRGVVQzaFpUSFF6Y3pkNk4xRm9OVVZMVm5CaVYxVTRhVXRxUXpjeGFYcFdRVkE1ZGt4VFJ6aFdiRFZGYzJOUVRUbHJTemRNQ2tzM1VqVkNURzlFUVRselNrcE5WR2s1VVZCcVJVRTVVRGREVmpaWE5VSjNiRTVXZVhaREwwaFFXWFpSY1dSc0swNW9WR05CYVd4NldtNVhOVWh1UVRNS1NraFJVakZLU1RGRmVGRXdLMDh3UTFkQlVtMHlaVFZ2UWtoT1ZUTlRNRWR0Wm5CQk9EbGxUMm8zYVZCT2RFWlRjVnBRU25sRlZXcG9ZMUZ3Um5Gc0x3bzNjbm9yYTNST1lrNUpiVFJ5YUU5bk5FUjBOell2WkU1cFZITlNSMHhyTkRORmVVbEVSMmx3VFd0VmVIQTVTbWRWWW1keFZEQkRhMFE0Y0c1Q2EwUkdDazFSY2tSTFdrVkdTMVZwT0VSUlJEVTBSRkpIYlVSblRrbGhPR0ZOVVRSNVIyeHlVVmhTSzJKSVpITnFPR1V3WjI1RGQxRktVRk5QTTBFNU0yTkpaVllLVnprd1VGSlJTME5CVVVGVmVWQjBiM3BRYWxkMGVIcERUa2xZTjJGQ2NHczFhSFJoV0ZkT1QwOTBNamMwWW5adGRFd3JhWFJtTDNWTFpFeHhUM2QxVXdwMFQzRkliRkZGYlZOYVEycDNhV2MxVWtvelRtaDFXU3N3WTJrelZtbHVORFZ0Vnpkd1pVMVZTMEZNY3pOdVdFeEZOUzlZVWxkcVVtb3ZibGRPYlZSNENsbDZRbGREVVhKMFN6UnBORkZQT0UxWU9XVjJNR2RtWWpSQ1dWRkxWMlpZUzNGNFEzRlZSM2hIVVZFdmEySktUMFF4WVV0cFREZFBhRE5UYUV0aFJUQUtlRWhsZGsxck0zQkxVMVo1YXpWamNYUkxTRk5KWjFaTVIySnZjSEJ5ZVVSa2MxVjVVVTVsYWpOU2JIa3pWVE5SY3l0alowRnVPVU4wZGtsSVpqZFpSUXBaWmtkS1NEQTVUMVJIZUdoM2FXOXJRMjlxYTJKSllVUmxabnBJVUM4elZIZ3dkVXhIY20xekt6Smtha1prTTFFM1NuQldXRUpWWkRGNVNWUXdZamhSQ25ncmNFSXdWMGh5VVN0T1ZqUkRWRmgxTjB3emVEVlFWbkoyYjFGSVJ6WkNRVzlKUWtGRlJFc3ZUR2xQUmpJdlJqTnpWa3RPUkV4V1lUTk9aMGsxYlVZS1NYUjJiSEpKZDNOWGIwMUtVRlI0ZG5Kb1drazJMMVpHY1dZMU1uVnhNbWwwY1dkWWFrWnZSVGhFZFhZeVZVdHFOSFI0TWtaWGRYQjFWV1ppU1ZGSlFRcFpkRmhOWW1aTEsxZzRVa3huTTFoNFJ6WmxiVm95SzFGWVlVRnJha0U1WjJjd05uRm9ZMWxtYlZkRVFWaFdlak5tVkdGTmRXSlNiemQwVW1aS2VERmtDbGxzTUc5TlJXNUdTREZVVUdwV1dtbHZTak53WWpsR09Xb3lLMmQ0YTBjM1ZTdEJTMk5ZYXpNMWNtNTJXa3h2YmpkUE1VczNkR1pQVFd4S1pETXpSMWtLYjNZNVZGRTFkRzAwVm1KUWQyaFBlVk5SWWs1cFEyOWFURlpXVlcxWmVpOHdiR1JhVVc5TWMwdGtUVVZsTDNaemQzbGhaakowVGxWWU1EUjRTRkpPTndwVlRuUXhTa2N4Vldkd0wxbzJSV3MyU0U1Q1YzazNNMFZ2VjI5UGJuRklja0pDV1ZScFVETmFXRXBZT1dwRE5Ga3JZbWt4TURBeU56RXJORDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IDE1MDU1ZjQxMWE2Y2ZlZmM3ZmQ3NGU5N2MxYTRlMzczZTdiMDAzNjFkMTc3ZDc2YzY2NmIwODYzNTJlYzI2NWU0YjNkNDhlYjVmOTNmOWVmODM5M2Q1MjEwOTliN2I0NDFjODlmZDVjYWJmNTQ3NzY5NWYwNzI2ZmY5ZDE2ZWFkCg==\"\n + \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlJFTkRRWFJEWjBGM1NVSkJaMGxSVEhoWEwybE1TV2RpYmtoM1FXazVjMUp0U1d3MWVrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUV3BGZUUxVVZYaE5WRWw2VFVST1lVZEJPSGxOUkZWNVRWUkZlRTVVUlhoTmVrMTNUVEZ2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVNeUNrWXpSVlF4YjJabGMySmhUbFZxY1dwQlRXVmxSbmhKZG1sNlQzRkhTVXhrVm5GRmFYSnlXa0ZTTnlzd2NHdHRhVGsxVFVwVEwxZ3ZVbTVNWWtaa09YVUtkRTlGYlcxaVNreDFWa0ZUU1hScFUzcHJkVnBvVUVneVVFdzBjVVJQVkVadGVuaElkM2xSZEdGb2FWaFRhSGx0T0ZCeE1IRTVaMFYzVGtzM2VHMTJMd3AwYW05QlVFWmxSVGRtTlVFMUwzQm1SMko1UVZCWFZucHBhMEkxYUVkTVlsWnBURFZ3Y1hkT1VqaFNialZCYnpOdFRUZGFUME5FWldrNWJETTVRMjVLQ205VE9YcERSeTh6WkhoSVozTm1SMDVJWVc5MVl6TmtkbEozZGpGaU9XTlJjR2xRWWxoTWJuVXJlSFp1VDNka1FqZzNTRVZoUmpKcGMxQlVTall5UW5nS2RqQk9OVkJoV0cxVWNEbGxjMDF6Ukc1eWEwVmpabWh3VkZSNFkycFZkbTk2VW5KamVuRnVkSE00YjJKYVdqZ3paelkxVEhwRlFuVmpMelozZGpjMGVBbzJVeTlJYm5WMGNtbHpZbEEyWVVwWGMzRk5Obm8yUjNWRmJETllibE5DV1hSNGFUZDRkV2MyVkhoMFRHOTZhRXhuVjBKNlVFVnplbVJFUmpWelRVWnRDa3MwTnpGSlNVeFhRMEpZYlZkWlNEVXdWeXRwTUVaaVUwaHNhREZQY25Ga2MyaGxjVWhVYVRGVFYydDJiblY2WXpWTFJGTm5lVE5EUkRVNE1XZGtSWFVLYWtsVGRHWjZTSGM1VUZWUkx6RlRXRTl0U0RKeVFrbzRhbVJKTkRCSGFVMUlVSE5IVmsxNGNHWllkRkZuU1ZGMlZFRldVVTFFYzBkU1RTczRSRXBOTWdwaWVpdGpXR3d4VHpWeFRuUmlURTVtVG1rek1rUm5kV2gyZUdobWJtODVibWxVVmtsVmRrY3JVMmx6VmxONmRrUnFRMFZzWTBOUWJWVmFUVUZNYW5weENqSnJSbUl4UWk5WE1rRnFWVlprUzFNdmEySTFWMGxJV2xWeFNtODRhbTlWTjBGYVZrRldVbFZ4UVVORk5WRklhbVJ3U0hwdFUxZHZMMFJEWVdNNGVESUtSMGR1VkVSb1RHbERUVUZ2Y2pGclJIQjZOekI2ZEZaTFdtdGxSRGRpWmtKUk0zRmhSR1o0Y3pSM1NVUkJVVUZDYnpCSmQxRkVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRV1JDWjA1V1NGRTBSVVpuVVZWWWFXTTRORnBtWkRVMlJWTkpVbUUzQ201Q1JHSkNVVEVyYW13MGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRKUWtGRGRucDVVRlpHVVU1QmRDdEliRzlDZGpnMU1ESmxZM1V2VEVrS2JWVkNWemhEVGk5S1FWSTNOMHhwYkhvMFltbHhRVFZVTm5JNGFYcFlhRk5pTjI5SGVYWk1SVnBVUW05cVVsaEhjbkZxWmxCaGIwTmphMkYzWWtsRk13cFlkVGt3Y1VweVdHZERXWEJPUzJ4aVpIa3dWMlZPWVd4VGNHMVhUVTlOWm05NWNGVnpOVFp0UTFwb1ZtUkdNSGswV0VoSFVtVnNTVXBCZUROelMzTTBDbmwxYVdKTUsyWkhUa1pJYTFWRmNrMU9UR1I0TkZOSWF5OXhOalJpVW5KU1VrRk1RbWxpVWk5RlpIVlFlR0ZwTUN0TlpXdzJkMlUxY0hwQ01YZ3hTRkFLVTJwRlEwczVXVXgwTkVOeWRqQkRLek5DUTFnd1RYRTBjVFIxVG5VclVWZGtSSGhITVVwTk9XMUNSbGhYWkdoNVUwcEZla0pZWVZweE1GRmpZbkJuTkFwNllsZ3pVa2hNYlZacFdsaFVlSGwxYkRFNVpHTkxjbGRRUjBoelJDOXhRUzlDVVU5aE9VNVFkelJOZDFGa1IyOUZWR0ZXUzNCMFkzZHFjVU5VVEhkS0NscHRhamc0VUdWc0syNU5jekJOZDFwRGMxWXJhMWt6VDJSTFdtMVVjemhOTDNWdGVGSlVlVTl2TXpOcVNWSXhLMEprVWtNNFIxSnBUbkZTT1hOU1J6WUtSbGxMU2xsWmJtSnhXVGxUUjJRNGQxSkllWEZWU25oeVpuSmtaMUl4Tm1SSFZEaDRVMHhQTkhwd1UxSklXWEZMYVdOR1NuZDRPVUpGTWxsa05sZ3ZTZ3BQY1RKSWFFOVJjbU5IVjA5UmVpODRjV0ZvWkVGQlowSTRjRmN6YWxKV1Jtc3dLMGxITlhKUVp6QTFURWg1UWt3MlUxUkZXVEpPUlhWRVlqZHljMXBUQ2xsVGNFSm9lakpMYjNSVE1Ya3pabkF4U1daMlVHZE5kR05qTkdwdVZrcFVXRUpWUm1WcVZEUjNjSHBXVjJnd1NWZGlZV2RDT0ZsWVpXb3JXa3hNTUZVS1RFOVJRVGhSWW01M2VtNDRWRTR3VHpsTk1rWTNRV2R0TlZSS2RVUlhWemc0ZDJoRU9FaFRTa1pRVkN0VFpWUm9WMU0xYUc1MlRrcEpVM2hvYkVwdFRBb3paeXRaYzNoamRqUjZSMkkxY1dkeENpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2NsaS10ZXN0LWEtYWtrZXNoYXItMWJmYmI1LTUyNzE0ZjE0LmhjcC53ZXN0ZXVyb3BlLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBjbGktdGVzdC1ha3MtdXF0Mmszb2FvdWkKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGNsaS10ZXN0LWFrcy11cXQyazNvYW91aQogICAgdXNlcjogY2x1c3RlclVzZXJfYWtrZXNoYXJfY2xpLXRlc3QtYWtzLXVxdDJrM29hb3VpCiAgbmFtZTogY2xpLXRlc3QtYWtzLXVxdDJrM29hb3VpCmN1cnJlbnQtY29udGV4dDogY2xpLXRlc3QtYWtzLXVxdDJrM29hb3VpCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfYWtrZXNoYXJfY2xpLXRlc3QtYWtzLXVxdDJrM29hb3VpCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSVZFTkRRWGRYWjBGM1NVSkJaMGxSUmtacFdtVm9ObHBRYjJZemIwcExZbGRZV2tNclJFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdWR2R6QjVUV3BGZUUxVVZYaE5WRWw2VFVST1lVWjNNSGxPUkVWNFRWUlZlRTFVVFhwTlJFNWhUVVJCZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTVlhkRmQxbEVWbEZSUkVWM2VIUlpXRTR3V2xoS2FtSkhiR3hpYmxGM0NtZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSVlRITnZTbEJYV1c5SFJWSklOVkV5Y3pseEsyMEtPRUkwS3k5cGJ6bDRjbXA2S3pCb1UxTXJlSHBLUkhsNGNXdHBlSFZPTmxGNGJUUTBlR2RMTWpkRk5rUm5TRWRGVkVwSVNFaE9SVVpCWkhWdVpWWjFZZ3BVVUVaME5tVTJSM2RqVUhwck0ydFRhRkZaUW5SaWRVUm1LMGhIWkhkTmRqaDRieXMyYzFsUVNtTlBSa2xFVUZkTFdEVkViRmxVV1VaTmIwWlZjMGxoQ25NM1VsTmFValZDVmpGR1NuUkRMMDV1VkZaaFVXODViRWhMZVUwMFIyOWFZbmhvTVhwVVpGWlVNaXRoZVVWc2JtMTNSVFJ3YjFacFFsRlRSazVGTXk4S1JXSlVTM0phTmxKRU9YYzBjMWszT0hOdWFrbFlaWGhMUkRSdFlubGpWM0JTTkRSRFdYbExiM2M0UTFwVFJXUTNLME52TXk5cVNuVkNRbXB3TUdwWlNRcHFiVzFQVVZwUlJEQnBWRWRCU0cxWVRVNXJMemg0TmxFMlkzUlNSSGgwZVRGalFUUlBhV1o0UVhNNVdUVXJPRVpVV1VkYVdtVkRNMnRYZW5GWldtaDJDbVZ0TTBOTlkyeERWMFJ6VlhkcWIwa3ZZaTlQZWpOblVWQTRaWE5wVGprdk4waDNlWE5TYlhwblYxZDFZbUZTY1dvM1lYVTRhRTlCVlZwS1EweHlaME1LV0ZSb2VsTTVlR3hWZDFWdGJYQkdPUzlIUlRkSFpqWlNVSFpOTm1kNlRHZExNU3RMUVUxRVEwMUNNRTEzZFRNcmVWVmtTQ3RJVFZSalpWWmlhRTl1V2dvNU1UbHNOa0ZZYjBWYVRVaDViRFJsVlVWclVuZ3pXV2hCYWtjNGQxVjZiV2xpU1VWWGJXeDFiR3g1VlhVdlZEUXpNVkpPZFV4eVRXUlJaSEZsYzFST0NrZ3ZjMFk1VWtZclRVTTFaRXB3V0ZoM2JsbHphM0ZKVjBkdGRrRTVWR1ZpYTNaemNVNXBOMlEzTURkVVkwVllkVTlFY1ZoWE1FeFliVU40Y1hGelprUUtaa3h1ZFZad2NrSldSMnR4YTFseEszZDFWRVJsWTNKWFFVVTBhMHBSWjNGMU0zVkVlRkZHU2tSUU0xWmpVV1o2UVdOcVNHNU1OSEl6Um01TkszTlBkQXBqVVdWRGRFdEVMemQ1YTFCVVprTnhVVU12YWk5M1NVUkJVVUZDYnpGWmQxWkVRVTlDWjA1V1NGRTRRa0ZtT0VWQ1FVMURRbUZCZDBWM1dVUldVakJzQ2tKQmQzZERaMWxKUzNkWlFrSlJWVWhCZDBsM1JFRlpSRlpTTUZSQlVVZ3ZRa0ZKZDBGRVFXWkNaMDVXU0ZOTlJVZEVRVmRuUWxKbFNucDZhR3c1TTI0S2IxSkphRVp5ZFdORlRuTkdSRmcyVDFocVFVNUNaMnR4YUd0cFJ6bDNNRUpCVVhOR1FVRlBRMEZuUlVGb1duVkJjMWh4Unk5cmFuWkZlbEF6TDB0MGF3cHJjbWRFV1hkTFduWkxka1ZaUlU1b1FrNW5aVWhXSzBKbVpVMUxPWE5tZDBsYVJtWnVlbTFyTVZkQmFWUXlOMWRvTW1FMFVHNVdWV0ZEWkhoU1ZTOWlDbVExV2tFeVNTczRWbW95UzBneVkydzJXRE4zU25CVlNrUmxRelEyZFZONE9XVTVjMHRVYUVndk9HeGtaR3BUZDNsb2RXaExTRWRpY0ROMFNHOUxNQzhLYzBvd1YzRmxhSFJuZGpaMlZ6UkdNbmxPUVVWbloyaDFVVmhGV25acWJtb3ZWblZWVm1kcWNGVk5jQzlZUlVSa1VEbFhabTFtUTJWVmVVOVFUREYzVFFwNFlqaHhOMGhvVVdGSlEydzJVV05FUmtsYVZVdDRabVpoVG1aQ1NqTnhlbFZ2YmxkNmFEVnNTVEJ2UW01TVEySnBNVWQxUlZkMmVubFNWMjFVTW1GVkNreHZWMGRpYlVwd1VGQlNlVTVtZUZFNVdXeEdabG93Y2tKc2IzTXpZMnBJUlVwcVdtczVWMFJRYURsNVZtbENjalZIWVVwbFYySmpWR3RyTWtncmFFOEtWV2g2VUZCc2RYRjVhVXBNVkRBMmVGbElXWEpJWTNvd1NWQjFNVmRFTDFsU1QyMDRRbTB2S3psRGJuSmtlVkJ0WWxNNGFtMUdTbk0wVVZsWE1GbEJTQXBOV0VOS1dubExNMnBTZVdKRGNXcG9iWGN6TDBoMmEwZGpXVTF6T1Zvd2JraHRjVTl5UzJSMVUzaDJhM013YkZoNWJXOTNUbmRhWmpKT2IzVlNRVVF2Q25OTFpFTTJibXBFVDIxVlNuTjNVV1owTDAxcmR6YzRiQzlvUkhKTlVWSjRjazFHUzI0MFRsSllOMFZhTHpKdGR6WndNVzlSZWxoU1dHeFNNVzlzTkZjS1RscG1WRUUzTjBKSU4wMUNTSFZhVFVWUFF6ZFVkVzlXTVVWVldFRnBXWE5wYVhaMmFuVndMell6UmxCQ1MyY3llVWxwYUdsaVYxUkhOak5TVmt4dk13cGlWVEoyTnpGclUxSktXbkpRWkdVNGQwUlFUMGhyUlZadFRISlNiV3RUSzBoRGFrbHdia1p5TXpCcVduWldNRWsyU0VSNFUyaHlkRlZVYlhoRlluTkpDamxrWWtwVlVGZEhRMEpKVUdkd05XVXpLMEp3TDA5alBRb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzJkSlFrRkJTME5CWjBWQk1VTTNTME5VTVcxTFFtaEZVaXRWVG5KUVlYWndka0ZsVUhZMGNWQmpZVFE0TDNSSlZXdDJjMk41VVRoellYQkpDbk5pYW1WclRWcDFUMDFaUTNSMWVFOW5ORUo0YUVWNVVuaDRlbEpDVVVoaWNETnNZbTB3ZW5oaVpXNTFhSE5JUkRnMVRqVkZiMVZIUVdKWE4yY3pMMmdLZUc1alJFd3ZUV0ZRZFhKSFJIbFlSR2hUUVhveGFXd3JVVFZYUlRKQ1ZFdENWa3hEUjNKUE1GVnRWV1ZSVm1SU1UySlJkbnBhTURGWGEwdFFXbEo1Y3dwcVQwSnhSMWM0V1dSak1ETldWVGwyYlhOb1NsbzFjMEpQUzJGR1dXZFZSV2hVVWs0dmVFY3dlWEV5Wld0UkwyTlBURWRQTDB4S05IbEdNM05UWnl0S0NtMDRia1p4VldWUFFXMU5hWEZOVUVGdFZXaElaUzluY1U0dk5IbGlaMUZaTm1SSk1rTkpOWEJxYTBkVlFUbEphM2huUWpWc2VrUmFVQzlOWld0UGJrd0tWVkU0WW1OMFdFRlBSRzl1T0ZGTVVGZFBablpDVlRKQ2JWZFlaM1ExUm5NMmJVZFpZak53ZEhkcVNFcFJiR2MzUmsxSk5rTlFNaTk2Y3prMFJVUXZTQXB5U1dwbVppdDRPRTF5UlZwek5FWnNjbTB5YTJGdkt6Snlka2xVWjBaSFUxRnBOalJCYkRBMFl6QjJZMXBXVFVaS2NIRlNabVo0YUU5NGJpdHJWRGQ2Q2s5dlRYazBRM1JtYVdkRVFYZHFRV1JFVFV4MEwzTnNTRkl2YUhwRk0waHNWelJVY0RKbVpHWmFaV2RHTmtKSFZFSTRjR1ZJYkVKS1JXTmtNa2xSU1hnS2RrMUdUVFZ2YlhsQ1JuQndZbkJhWTJ4TWRqQXJUamxWVkdKcE5ucElWVWhoYm5KRmVsSXZOMEptVlZKbWFrRjFXRk5oVmpFNFNqSk1Ta3RwUm1od2NncDNVRlV6YlRWTU4wdHFXWFV6WlRsUE1ETkNSamRxWnpac01YUkRNVFZuYzJGeGNraDNNM2sxTjJ4aFlYZFdVbkJMY0VkTGRuTk1hM2N6YmtzeFowSlBDa3BEVlVsTGNuUTNaemhWUWxOUmVqa3hXRVZJT0hkSVNYZzFlU3RMT1hoYWVsQnlSSEpZUlVobmNsTm5MeXM0Y0VRd00zZHhhMEYyTkM4NFEwRjNSVUVLUVZGTFEwRm5RWFpLYWt0SksxSmlVbEpCYzNkUGNYSmxVek5pWlhweE5qVTJjbkY1VUZreGREQmxTRkpRT0ZCTlJtcHdVMlJJWkhjemNHRXJZbmR0YUFwSVoyTlBXazVhVW1wSFNYUk9kVXRTTnpCd1dFcFpSMDAxYmlzdmN6aHdWMVpWZUVkeU5XNHJZbm92VWt0TVVXSXZlV3R4TkVkcWIwNUNkMGRPUzNkYUNsaFJkMm8wTkRGa09FeHFNRVozV2xOMVJTOXlkMFJ5WjBWbVRFZEJhbUpKZEVkWFZIVllXamQyVld3clJrUm1PVEZhY1U1eGJVTkNZMWxFUTBwQ2FUUUtXRXRETWtkVkwwRm5hemhzWTJGR1JUSkhVRGxWZDFsa1NETkdVbWMzY1RjMmRtRTBXREpFWkZSRU9YTXdZUzlpVUd4MU5saFdaVVIzWTA1c2FWWjJOZ3BHWkU1dE1IaEVhVkIwYURkeFRIRm5PVXRDTmtvdmFuUlNSMUI2V2sxdU5UZFpTMXByYzBoUVMyUXpZa0psVkZGMlFrdElkWGgzVGpaRFFpdFdVbVJCQ25BeFQyMTZObmRLYjI5b1VHdHNhVUpKVFRGa2JsUm5jRzlSVWtKSldYQnhjRXRZYTNsYWFDdHhZVXRwTkZGeGJYZGpkRTFRYW5rM00xUkhXaXRKTjIwS1JXUjZTR2xhVEcxdU1GVnNkME12UzNaMVMzVlJMMUZEVVRNck5VaFdXblp0UzFaWWVtMDNNbWxpU1RGeFpYWklSVGd3YVhSb2VIQm9OMFU1YldsU1ZncE1XVFpXWTNVd2VuSlRkRFJXVlRWaFZYZDBRMUJWVjBGNGJrMXdkMjgwUjBZd01sQm5OWFEzTkhKVVNEQnlVV1ZEZVdkVloycE1aMlJ0SzA1cWNHa3lDbEpOV2s1RGFEZHhWME13VWxOaVJGSkdXR1l2WTFsM01XMHZRbmRoVEVFNWJTOXZTVEpIVWxGSGFqZ3dlRk0zTUcxdFV6bDBOemRLWjI1UFJqUklUWElLVkRncmMySldUVWt6VGtaYVZ5OTVOVGRwVGxWakwyOU5aV2N2WkdSb2RteHlaVVl6U0cxbGNuQjBja05PVms5eGVVWXlOWGszYlhoeFYyNDFUVU5QTXdwS00wTmhRVlJvUjNSS1JIaG9XbkJNYkcxQk1VZEdaRWhOVGxCcFNHSXhXVWxMTUhGeGMxSkZWaTlrWVhNNUwxZDFVVXREUVZGRlFUSlVOVmRETUVKd0NqZHRiR0o0YXlzMlowRkdWVGcwZVZsdllXcFhka1pEYldOUE5YaEpiekZ1YzNoRlZsSjJaRVpOTnpCcVVWSmtlSHBFZUU1b05FRklNRmg2UmtremJVWUtTV3Q1VEhkWmNHRTJSM1prTjFwd1ZIaGxjbVI1TTFSSGNHZGxTR3BEUXl0VVpVODJWazF1UWxkWWNUUTNjRUkwVHl0MGF6UXlXRFJOZEhBcmMxWmxWQXBzTm5wa1VWRjRORll6ZUhadWIxQnRXV0pqTmxVclRUSkRibXhXUlRGd1VGVXplSHAxZDI5Q2VHbFhlWE00WVRJNVdqZG1LMWhEV1ZwalpGVkJSbU56Q2xOaU1ERnhWMmhYZDBSWGJURXljRVpUTVdkS1EyVTJWMkZoYVZZclNVTnZSa1ptTDFCaGRYSnZjRmhLWWpOV2JYaE9kREZXWlc1cldWQlZkbGQyUkdVS1YwUktRbTVuUWxOaWIzVlBUelZRYlc1VU9HdHRjVkYyYjFGSFpXWXZkVXhuUWxoNFZYbFlNVzkyVUVOeU9EaG1iWEZUYlVoWFJVWnZNelZ5VkZGRk5RcFRjMHAwUkhSYVJqYzNjbk0wZDB0RFFWRkZRU3RuYkZSak5FTjFXRGRVWVdscGFGcDVSVE5TUzJ0U09GVmpTWGhqUldSaGFYaG9LMnhtWjAxRWVEVkRDbEJSTjIxMVJuZENaRkpaVG0xSWJHOW9hRU15TlhONVdHNXplRTlNTURCbk4xWTNOREJRVlRWTVpUbE5RbWhEZFRab1RXWm9jVFZSTWl0TldXZDVSRElLSzNCT2VuZHNXa2hESzFkQlpIUlNRbXBZVmpKeWNqUndNMlI1U0hkRFZHTmlhazVwZVROaU1XUm5Zbk14Wm1KTlMycHVNbXRFZFdvMlkwbHNNa2x5VEFwRk5uSk1XV3htV21JNFpFTmtSMUlyZDI5MVowMDJNVEZVYVdoTWVHNWhhRlZXYTNZeU4xUm9Wa0Z5UTFocU9WbE5jMk5UWVhCTlEyTldhRWc0WVZvMUNrVnRRaXRQVkdGRlRucEhRbkJLYlN0blJsWkNOakZ0YnpRdlMwSk5iR1pxUWtvMksxQnpUMDk1WmtOREswaG9RVEEwY2xkU2FIWkNhRE5zT1V4b1Uzb0tXa0l6UW1wemNGQmtlVkpUUzBkM05YZHdaMUJyTnpjd2FIcEVRMmQ1YTJKS2FuZERTV1puVkU1UlMwTkJVVVZCYlZkR1VXOU5jMDkyTlhjeGFISk9PUW8yY1dsSFJWSnhRVWhSY3pJMlYyaE1lVEJ2WlV0S1dVd3hSSEpKWldZeFZrbzJNWFpQWVV4VE0zRTNiekJxVmt4Nk9WVXlNM1JCUzJSdFpua3JSMlV4Q25aWmJVTXZRMGhOTm1SNmExVmhVMWRMUmpCRGFqWlpRMnh5TW14TVpqTjNaa1IxVVZoRFl6Sk1TMEZMT0VJMWNtVlpVVmxzVWpsUEwyNVRNMFpvYXpJS01HaFllVkJOYmtadE9VbG5OVlk1ZWtwVWRqZElRbTVWUkdjMk9VdDROWEZ0UkhFdmFTOTRUaloxWTAxSVdFbHZkSGgwWm5KSmJtWndRVkp3TkdKNlp3cEhkamhIVml0eldrWTFVVVprWWxNeFJEZzFUMkpHUW5neU1FMTRNalZ1WTB0WlRqRTBSRXhWY0RCTFJ5dHRlVlJ4VURCVVVGUk1OREpQTlV0ek9FcHZDbU5PU1hCVWRHdHBjRzR3VWxjdmJESkJNR2hCV0hZek4zaFRaelExVlhKVmRtZE5Oblp4VVZCSVZVVkpXVFFyTDNsdGIxVlhhRGN5UlRGc2IxcEhVbGNLY0cxaGEyNTNTME5CVVVWQmQzbGxhMU4yUzFaS016UjRWazFTU25veE1YUmtSMEZtTmtoQ05YaG1hbkpaYzFkeWFEaEpha295YlcxeFlVZElNSG94T0Fwd1ltRm5lR1pHT0RnMllqUkhkM2d4UTNsNlRHMVlMMHAzTTNaMFIwdDBUMEprZUZGeGFYTTNWM1JsZVUwMWVUWXpLMVpSY2tsb0sxQlFXRFV4UTFWcUNreDBXR2xtZERCTmFsTjVlR2hhU2tobGVrMHhaMWhPUkRKWUsybEVUWGs0Y1ZoTFpWTkRTbkJIUlhoR1pHazBWM05qTUc1WVQzZ3pkRTVKUzBSTFoyc0tkbTF1TkVwSlEweHlObnB5VkZkeFJuUkpjMlpIWW1obFJWQkNZblZzUW1wNmQxUlhNRVpyUVhKcFJsTTNibloyTTBObVltWXpSUzgzYldkRFNGRllRUXBFU2xKSVlrRklWQzl5WVUxNlVGVmxURlY1UzB0d1JVOVVMM3BYTkVsWmFWaE9kWE5ZWlV3clRtZzJXRkZCUmtvdlJVOUhkMUZFU0ZFNE1ERXhaekY1Q2tkTWRuZHdSSGhWYlU0eU1ubHpjWGRqVWxKT2RtSklTSHAyTDI1aGFuZEhVVkZMUTBGUlJVRXhWSG92TUdOMFdsZEVlbGhWYkd0UlJrTldiVkZDV1dzS1dHOTVSVzlZWkV4VFQwSjJlVVJzZFZsR01UVlRiblp1Ym1kTmJuZDZMMjUzWjA1aFpFWlVkR0ZVWkZkNFltOXlUbFZVTVdkSFptc3hNVFZYZUVSYU5RcDJSM0ZuY2pac1ltVTBkV1ZoYWpNMWFtRkpUemQ1UlhOTEt6ZG9aemcyYUc0d01uRm1ablpEVlhGVlZVRnpRbTFWZVZaQ1YzYzFTbFpCWTJVekwycHlDazF0U1ZnMVNVUldTbGRwYVN0U1pEUlpiVzVrWTB0VFRWZHVia2gyWlZvMlZFdEtkMnh4TVVwU01GcHpaRzFhYUhwVVNEbHNNbXQyWjA1d05YQndiRElLWjFwMlpYVm5Vbk5vWjFaaVZVeEhkVGxzVjNSM016Sm9RbWN6U1ZsTmFsVlFSR3d6TnpWd0wzSXlXVTFHZFVWRWJHNVJPR1l6YjBwbUwxZ3djRzQzT1FwWU0zbDFlRGgzYUdST1NVWm9NbXRGVWxGaVVGWnROWE5FTTFCcVJuQkpWMkZqZWxOQksxcHBSbUZ6YVdoQ2NtbHVOSFpuWVRjelRXRlNVM2R2UVQwOUNpMHRMUzB0UlU1RUlGSlRRU0JRVWtsV1FWUkZJRXRGV1MwdExTMHRDZz09CiAgICB0b2tlbjogYWZhMTEzNDc2MzkzYjYzNWM0Zjc1NDczZTQ5MjMyMGQ1MTgzMzJiYmIyYmE5Mzk2Y2ZmZjQzNGNiZWU3MmRjNjQwZjQ2YjhkYWEyNWQyZWFhZjg3NmFhNmVmMTRkNWE0Y2RjYjNjNTdlOTM2M2M3ODRkODgzM2MzNDU2YTQyYTEK\"\n \ }\n ]\n }" headers: cache-control: - no-cache content-length: - - '13132' + - '13140' content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:48 GMT + - Tue, 15 Nov 2022 11:37:36 GMT expires: - '-1' pragma: @@ -795,7 +794,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -813,8 +812,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -837,7 +835,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:51 GMT + - Tue, 15 Nov 2022 11:37:39 GMT expires: - '-1' pragma: @@ -865,8 +863,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2021-04-01 response: @@ -931,7 +928,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:51 GMT + - Tue, 15 Nov 2022 11:37:39 GMT expires: - '-1' pragma: @@ -955,16 +952,16 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/version/ + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/version/ response: body: string: "{\n \"major\": \"1\",\n \"minor\": \"23\",\n \"gitVersion\": \"v1.23.12\",\n - \ \"gitCommit\": \"c6939792865ef0f70f92006081690d77411c8ed5\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:35Z\",\n \"goVersion\": \"go1.17.13\",\n + \ \"gitCommit\": \"f941a31f4515c5ac03f5fc7ccf9a330e3510b80d\",\n \"gitTreeState\": + \"clean\",\n \"buildDate\": \"2022-11-09T17:12:33Z\",\n \"goVersion\": \"go1.17.13\",\n \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" headers: audit-id: - - aa6e077b-d620-47eb-9b7b-45edcbca6516 + - 56bdbb39-bcde-4d18-afe2-5870af4f026a cache-control: - no-cache, private content-length: @@ -972,11 +969,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:53 GMT + - Tue, 15 Nov 2022 11:37:40 GMT x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -990,33 +987,33 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/nodes + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/nodes response: body: - string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"1565"},"items":[{"metadata":{"name":"aks-nodepool1-31947974-vmss000000","uid":"3d2ca61c-34c5-4768-83f9-aa192d32cf2f","resourceVersion":"1138","creationTimestamp":"2022-10-18T19:30:05Z","labels":{"agentpool":"nodepool1","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"westeurope","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"nodepool1","kubernetes.azure.com/cluster":"MC_akkeshar_cli-test-aks-000001_westeurope","kubernetes.azure.com/kubelet-identity-client-id":"d6c82141-9899-4ce3-943d-1343c5c4d69f","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.10.03","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-nodepool1-31947974-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"westeurope","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-nodepool1-31947974-vmss000000\",\"file.csi.azure.com\":\"aks-nodepool1-31947974-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:16Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:55Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:31:02Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_cli-test-aks-000001_westeurope/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-31947974-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393220Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899332Ki","pods":"110"},"conditions":[{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-10-18T19:30:55Z","lastTransitionTime":"2022-10-18T19:30:55Z","reason":"RouteCreated","message":"RouteController - created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:30:16Z","lastTransitionTime":"2022-10-18T19:30:05Z","reason":"KubeletHasSufficientMemory","message":"kubelet - has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:30:16Z","lastTransitionTime":"2022-10-18T19:30:05Z","reason":"KubeletHasNoDiskPressure","message":"kubelet - has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:30:16Z","lastTransitionTime":"2022-10-18T19:30:05Z","reason":"KubeletHasSufficientPID","message":"kubelet - has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-10-18T19:30:16Z","lastTransitionTime":"2022-10-18T19:30:16Z","reason":"KubeletReady","message":"kubelet - is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.4"},{"type":"Hostname","address":"aks-nodepool1-31947974-vmss000000"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"5418e6487e514bd4997f80c25ac364d2","systemUUID":"82707798-c896-4e3c-b347-9d883b5897c4","bootID":"2bed120d-372f-4a0c-9cf3-0b0fb7627eff","kernelVersion":"5.4.0-1091-azure","osImage":"Ubuntu - 18.04.6 LTS","containerRuntimeVersion":"containerd://1.5.11+azure-2","kubeletVersion":"v1.23.12","kubeProxyVersion":"v1.23.12","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06272022-hotfix"],"sizeBytes":357023149},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.2.0-main-09-29-2022-ca064de1"],"sizeBytes":315250960},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.1.0-main-09-23-2022-df3e2703"],"sizeBytes":315037321},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.23.8"],"sizeBytes":184105789},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2"],"sizeBytes":166611722},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":null,"sizeBytes":129890505},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.12-hotfix.20220922.1"],"sizeBytes":128992809},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":null,"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115677896},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.32"],"sizeBytes":90048618},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.9.0"],"sizeBytes":67291599},{"names":["mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2"],"sizeBytes":67202663},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.3"],"sizeBytes":64781810},{"names":["mcr.microsoft.com/oss/calico/cni:v3.8.9.3"],"sizeBytes":63581323},{"names":null,"sizeBytes":63271342},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.2"],"sizeBytes":56424516},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.4"],"sizeBytes":54638514},{"names":["mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12.1"],"sizeBytes":46617098}]}}]} + string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"1557"},"items":[{"metadata":{"name":"aks-nodepool1-30157530-vmss000000","uid":"3afcee7e-70b5-4205-8c41-25c2da42116d","resourceVersion":"1235","creationTimestamp":"2022-11-15T11:35:31Z","labels":{"agentpool":"nodepool1","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"westeurope","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"nodepool1","kubernetes.azure.com/cluster":"MC_akkeshar_cli-test-aks-000001_westeurope","kubernetes.azure.com/kubelet-identity-client-id":"f7bc696b-0f88-445e-aed7-d11a045621ef","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.10.24","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-nodepool1-30157530-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"westeurope","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-nodepool1-30157530-vmss000000\",\"file.csi.azure.com\":\"aks-nodepool1-30157530-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:47Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:47Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:54Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:54Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:36:38Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_cli-test-aks-000001_westeurope/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-30157530-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393248Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899360Ki","pods":"110"},"conditions":[{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-11-15T11:36:37Z","lastTransitionTime":"2022-11-15T11:36:37Z","reason":"RouteCreated","message":"RouteController + created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:35:41Z","lastTransitionTime":"2022-11-15T11:35:31Z","reason":"KubeletHasSufficientMemory","message":"kubelet + has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:35:41Z","lastTransitionTime":"2022-11-15T11:35:31Z","reason":"KubeletHasNoDiskPressure","message":"kubelet + has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:35:41Z","lastTransitionTime":"2022-11-15T11:35:31Z","reason":"KubeletHasSufficientPID","message":"kubelet + has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-11-15T11:35:41Z","lastTransitionTime":"2022-11-15T11:35:41Z","reason":"KubeletReady","message":"kubelet + is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.4"},{"type":"Hostname","address":"aks-nodepool1-30157530-vmss000000"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"c1cb98cda984494199e232aca1ead223","systemUUID":"d831d796-ee65-4822-8c76-3328b8985bfb","bootID":"58398ea8-03cb-40d8-b940-e9c458fa375a","kernelVersion":"5.4.0-1094-azure","osImage":"Ubuntu + 18.04.6 LTS","containerRuntimeVersion":"containerd://1.5.11+azure-2","kubeletVersion":"v1.23.12","kubeProxyVersion":"v1.23.12","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod10042022-3c05dd1b"],"sizeBytes":398142568},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.3.0-main-10-06-2022-c0c49872"],"sizeBytes":314952834},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2.2"],"sizeBytes":167729489},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2"],"sizeBytes":166611722},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.12-hotfix.20220922.1"],"sizeBytes":128992809},{"names":null,"sizeBytes":128984097},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":null,"sizeBytes":123550720},{"names":null,"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":null,"sizeBytes":123542588},{"names":null,"sizeBytes":123542274},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115893258},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/containernetworking/azure-cns:v1.4.35"],"sizeBytes":101298296},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.32"],"sizeBytes":90048618},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.9.0"],"sizeBytes":67291599},{"names":["mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2"],"sizeBytes":67202663},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.27.12"],"sizeBytes":64784076},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.3"],"sizeBytes":64781810},{"names":["mcr.microsoft.com/oss/calico/cni:v3.8.9.3"],"sizeBytes":63581323}]}}]} ' headers: audit-id: - - 45e1835a-a77a-477a-a943-bdd2e4992240 + - e6922f35-06da-4c33-8c2a-c40d5d8ddaaa cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:53 GMT + - Tue, 15 Nov 2022 11:37:41 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1031,15 +1028,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: POST - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/apis/authorization.k8s.io/v1/selfsubjectaccessreviews + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/apis/authorization.k8s.io/v1/selfsubjectaccessreviews response: body: - string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-10-18T19:32:54Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} + string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-11-15T11:37:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} ' headers: audit-id: - - ae1e1f79-7172-449e-a3be-a4cc979f6c1a + - 2104b4d0-1b42-4f26-9682-351b62ff65c6 cache-control: - no-cache, private content-length: @@ -1047,11 +1044,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:54 GMT + - Tue, 15 Nov 2022 11:37:42 GMT x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 201 message: Created @@ -1069,8 +1066,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -1093,7 +1089,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:54 GMT + - Tue, 15 Nov 2022 11:37:42 GMT expires: - '-1' pragma: @@ -1121,8 +1117,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: @@ -1134,11 +1129,11 @@ interactions: cache-control: - no-cache content-length: - - '231' + - '228' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:55 GMT + - Tue, 15 Nov 2022 11:37:43 GMT expires: - '-1' pragma: @@ -1162,27 +1157,27 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"1577"},"items":[{"metadata":{"name":"default","uid":"a88babaf-8a46-4d13-a7ea-0b13c4f959c5","resourceVersion":"205","creationTimestamp":"2022-10-18T19:29:04Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"6c4617c4-8f9f-45ef-82a7-bf190d3dcb13","resourceVersion":"39","creationTimestamp":"2022-10-18T19:29:01Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:01Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"1b6b5b56-14cf-4fbe-abe7-89fd6cf48873","resourceVersion":"22","creationTimestamp":"2022-10-18T19:29:01Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:01Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"2acc8b84-760b-48a4-a41e-e94aa3ad57c1","resourceVersion":"567","creationTimestamp":"2022-10-18T19:29:01Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:01Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"1573"},"items":[{"metadata":{"name":"default","uid":"cd58e606-5900-40ef-a998-71ad36530e9b","resourceVersion":"205","creationTimestamp":"2022-11-15T11:33:55Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:55Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"6997ca5a-66e9-46b0-bf71-b2c228b4f8d3","resourceVersion":"47","creationTimestamp":"2022-11-15T11:33:53Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"96ce53d6-f62f-4ba8-aea5-19c0d37747bc","resourceVersion":"34","creationTimestamp":"2022-11-15T11:33:53Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"9360d1b2-f574-4dc0-9dd7-527224f71af1","resourceVersion":"585","creationTimestamp":"2022-11-15T11:33:53Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:34:14Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} ' headers: audit-id: - - e1e40709-5b00-4faa-9737-f115b6e120ff + - 31a8cf59-4696-40b2-b92f-f8477d415a55 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:57 GMT + - Tue, 15 Nov 2022 11:37:45 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1200,8 +1195,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar?api-version=2021-04-01 response: @@ -1215,7 +1209,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:57 GMT + - Tue, 15 Nov 2022 11:37:44 GMT expires: - '-1' pragma: @@ -1245,7 +1239,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.41.0 (MSI) + - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.42.0 method: POST uri: https://eastus.dp.kubernetesconfiguration.azure.com/azure-arc-k8sagents/GetLatestHelmPackagePath?api-version=2019-11-01-preview&releaseTrain=stable response: @@ -1261,7 +1255,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:58 GMT + - Tue, 15 Nov 2022 11:37:46 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-content-type-options: @@ -1271,7 +1265,7 @@ interactions: message: OK - request: body: '{"tags": {"foo": "doo"}, "location": "eastus", "identity": {"type": "SystemAssigned"}, - "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEApejXj38tfgl/M+Z8QNeMb0mWXHi+MxxHgO6yYea9Ma6FgU+a+FtuAWmpcZz8wqOOKjljSYySAmq7SuPfhnz9mD8YAJonieO+e1nkGDwOJvuqRVmZPNnoazfWaL6CEZdA4JUjclBrYpcczr3iUvsNiVhbIYkFapzAfKUWCh4M4YrrB+S4CoCVfIRwfFxs5zGXXgbiKSVg5ZOA9m9nrSUviEBDjYdyI7aHG9onBNLmVH2xoFaveh5JNpLxFlhR2IvOR3GfkkkNNxIZjhdM6ys4jyoL69bJzLq8GKTkc7r55q+a+KyUL7QjYkMzxfTE3U/+ScEZK/5UK2WCvIkainKj4tICAxoVXOqBzJEJUW6BVA9PXTecFFFrpnvB38uMvIt8qJ2205LpBfeFEQWsxcHEj5sNFUC2iqC4aMxiUTWw83tGzXCOCa8KGpVWxByH6Exe6F2/co+rU4RONnJRYlMMvnwuKG/FSKNEaENT/vIy1oxSTnFEGX5SDvUJAy8dOtPFA/f2e8mw9A24AWh2ZopOc55FjKS86r38aYsFY2jwTnOjxJFDJmMOYVSXURW6C5BhQp/9t+XuxBYNqmXoY06IWCS4ZphCYQdnwgwHS6qFwSQBLizY5xYj7GBYIC/2gNWjl3rwsqMw115jy/gW3E5e65/z6OI8TQb9p7moRBxECNUCAwEAAQ==", + "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEAjBo1OVNXOvebGiKczgWusikBojChNWAgVBQ+/TW1t8+cCFbtT9pOJWhX571G2thyHyHCLc5Du56ikMLhx9uUYOYpe3L73b0eDJRe+mECd4UmyYbbySWOALuv2c6gYpB+X2fOtImdrs7WTFMrKW9QQ6FR0n0j3SS7v8Y2oW72lZ02WbEEr1a1G3494ZIRjTdH7uAtf3GtqwXMV5RMFI8lLlkNaVb5qVdkjk6ie2bAv4dNAU+kJegfT4N8uKC6HxEuaKp/uDwJum8ab4pfyHqZzbG8g+FbRdb/DxkL1Qa59egVDaT4To8S1cit6Z3D8bP/IN1W4bA6Rb8WLfmj8N2lgit88zSncK3QVbNDt9Yih6gYbyDMYSMxOBmGNiFKi3P35C1NkBiH5sVz3DUQLcWkorkl9bxtYO26CNumcebL7lNd56hz1AEoC/u7SuoskgxE8Pnz26MOYh91gV8OnpfyTes/aGFk5HxWK6tW5mLh8Mb8I0+fe2xoxZSc/vUZ2xdcKrDiNLJWmGGrdD7AvCxEE+BDt46G52s6J/it5uyBJsNwF3eBHeA9zVPuTU2ShFNiLRKYdnveiH2JETa/MuZ/doZ28RrCD2KFVtYAsNmNsxreTfXSwFbki9CF2ULUd7bzn7u3JyrWMhlBx6/AJfKVTmww70rqYeKM6Kg6uqmkffUCAwEAAQ==", "distribution": "aks", "infrastructure": "azure"}}' headers: Accept: @@ -1289,27 +1283,25 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: body: - string: '{"error":{"code":"SubscriptionRequestsThrottled","message":"Number - of requests for subscription ''1bfbb5d0-917e-4346-9026-1d3b344417f5'' and - operation ''PUT/SUBSCRIPTIONS/RESOURCEGROUPS/PROVIDERS/MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/'' - exceeded the backend storage limit. Please try again after ''6'' seconds."}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:38:18.8618915Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T11:38:18.8618915Z"},"identity":{"principalId":"486fb978-d865-4c3d-bbd4-92dc998d3386","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","connectivityStatus":"Connecting","agentPublicKeyCertificate":"MIICCgKCAgEAjBo1OVNXOvebGiKczgWusikBojChNWAgVBQ+/TW1t8+cCFbtT9pOJWhX571G2thyHyHCLc5Du56ikMLhx9uUYOYpe3L73b0eDJRe+mECd4UmyYbbySWOALuv2c6gYpB+X2fOtImdrs7WTFMrKW9QQ6FR0n0j3SS7v8Y2oW72lZ02WbEEr1a1G3494ZIRjTdH7uAtf3GtqwXMV5RMFI8lLlkNaVb5qVdkjk6ie2bAv4dNAU+kJegfT4N8uKC6HxEuaKp/uDwJum8ab4pfyHqZzbG8g+FbRdb/DxkL1Qa59egVDaT4To8S1cit6Z3D8bP/IN1W4bA6Rb8WLfmj8N2lgit88zSncK3QVbNDt9Yih6gYbyDMYSMxOBmGNiFKi3P35C1NkBiH5sVz3DUQLcWkorkl9bxtYO26CNumcebL7lNd56hz1AEoC/u7SuoskgxE8Pnz26MOYh91gV8OnpfyTes/aGFk5HxWK6tW5mLh8Mb8I0+fe2xoxZSc/vUZ2xdcKrDiNLJWmGGrdD7AvCxEE+BDt46G52s6J/it5uyBJsNwF3eBHeA9zVPuTU2ShFNiLRKYdnveiH2JETa/MuZ/doZ28RrCD2KFVtYAsNmNsxreTfXSwFbki9CF2ULUd7bzn7u3JyrWMhlBx6/AJfKVTmww70rqYeKM6Kg6uqmkffUCAwEAAQ==","distribution":"aks","infrastructure":"azure"}}' headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f5219c92-8a50-40d1-bb6f-6f5a2f750873*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 cache-control: - no-cache - connection: - - close content-length: - - '308' + - '1488' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:33:34 GMT + - Tue, 15 Nov 2022 11:38:23 GMT + etag: + - '"7100e54d-0000-0100-0000-63737a2d0000"' expires: - '-1' pragma: @@ -1318,47 +1310,136 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' status: - code: 429 - message: '' + code: 201 + message: Created - request: - body: '{"tags": {"foo": "doo"}, "location": "eastus", "identity": {"type": "SystemAssigned"}, - "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEApejXj38tfgl/M+Z8QNeMb0mWXHi+MxxHgO6yYea9Ma6FgU+a+FtuAWmpcZz8wqOOKjljSYySAmq7SuPfhnz9mD8YAJonieO+e1nkGDwOJvuqRVmZPNnoazfWaL6CEZdA4JUjclBrYpcczr3iUvsNiVhbIYkFapzAfKUWCh4M4YrrB+S4CoCVfIRwfFxs5zGXXgbiKSVg5ZOA9m9nrSUviEBDjYdyI7aHG9onBNLmVH2xoFaveh5JNpLxFlhR2IvOR3GfkkkNNxIZjhdM6ys4jyoL69bJzLq8GKTkc7r55q+a+KyUL7QjYkMzxfTE3U/+ScEZK/5UK2WCvIkainKj4tICAxoVXOqBzJEJUW6BVA9PXTecFFFrpnvB38uMvIt8qJ2205LpBfeFEQWsxcHEj5sNFUC2iqC4aMxiUTWw83tGzXCOCa8KGpVWxByH6Exe6F2/co+rU4RONnJRYlMMvnwuKG/FSKNEaENT/vIy1oxSTnFEGX5SDvUJAy8dOtPFA/f2e8mw9A24AWh2ZopOc55FjKS86r38aYsFY2jwTnOjxJFDJmMOYVSXURW6C5BhQp/9t+XuxBYNqmXoY06IWCS4ZphCYQdnwgwHS6qFwSQBLizY5xYj7GBYIC/2gNWjl3rwsqMw115jy/gW3E5e65/z6OI8TQb9p7moRBxECNUCAwEAAQ==", - "distribution": "aks", "infrastructure": "azure"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - connectedk8s connect Connection: - keep-alive - Content-Length: - - '889' - Content-Type: - - application/json ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) - method: PUT + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f5219c92-8a50-40d1-bb6f-6f5a2f750873*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 + response: + body: + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f5219c92-8a50-40d1-bb6f-6f5a2f750873*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","name":"f5219c92-8a50-40d1-bb6f-6f5a2f750873*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Accepted","startTime":"2022-11-15T11:38:20.81725Z"}' + headers: + cache-control: + - no-cache + content-length: + - '499' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 15 Nov 2022 11:38:23 GMT + etag: + - '"1001835f-0000-0100-0000-63737a2c0000"' + 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: + - connectedk8s connect + Connection: + - keep-alive + ParameterSetName: + - -g -n -l --tags --kube-config + User-Agent: + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f5219c92-8a50-40d1-bb6f-6f5a2f750873*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 + response: + body: + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f5219c92-8a50-40d1-bb6f-6f5a2f750873*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","name":"f5219c92-8a50-40d1-bb6f-6f5a2f750873*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-11-15T11:38:20.81725Z","endTime":"2022-11-15T11:38:26.9628744Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '559' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 15 Nov 2022 11:38:53 GMT + etag: + - '"10019c5f-0000-0100-0000-63737a320000"' + 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: + - connectedk8s connect + Connection: + - keep-alive + ParameterSetName: + - -g -n -l --tags --kube-config + User-Agent: + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:33:22.0897444Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:33:43.8142892Z"},"identity":{"principalId":"52d3dd05-7e9e-4a16-80d0-610121a4f15f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","agentPublicKeyCertificate":"MIICCgKCAgEApejXj38tfgl/M+Z8QNeMb0mWXHi+MxxHgO6yYea9Ma6FgU+a+FtuAWmpcZz8wqOOKjljSYySAmq7SuPfhnz9mD8YAJonieO+e1nkGDwOJvuqRVmZPNnoazfWaL6CEZdA4JUjclBrYpcczr3iUvsNiVhbIYkFapzAfKUWCh4M4YrrB+S4CoCVfIRwfFxs5zGXXgbiKSVg5ZOA9m9nrSUviEBDjYdyI7aHG9onBNLmVH2xoFaveh5JNpLxFlhR2IvOR3GfkkkNNxIZjhdM6ys4jyoL69bJzLq8GKTkc7r55q+a+KyUL7QjYkMzxfTE3U/+ScEZK/5UK2WCvIkainKj4tICAxoVXOqBzJEJUW6BVA9PXTecFFFrpnvB38uMvIt8qJ2205LpBfeFEQWsxcHEj5sNFUC2iqC4aMxiUTWw83tGzXCOCa8KGpVWxByH6Exe6F2/co+rU4RONnJRYlMMvnwuKG/FSKNEaENT/vIy1oxSTnFEGX5SDvUJAy8dOtPFA/f2e8mw9A24AWh2ZopOc55FjKS86r38aYsFY2jwTnOjxJFDJmMOYVSXURW6C5BhQp/9t+XuxBYNqmXoY06IWCS4ZphCYQdnwgwHS6qFwSQBLizY5xYj7GBYIC/2gNWjl3rwsqMw115jy/gW3E5e65/z6OI8TQb9p7moRBxECNUCAwEAAQ==","distribution":"aks","infrastructure":"azure"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:38:18.8618915Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T11:38:18.8618915Z"},"identity":{"principalId":"486fb978-d865-4c3d-bbd4-92dc998d3386","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","agentPublicKeyCertificate":"MIICCgKCAgEAjBo1OVNXOvebGiKczgWusikBojChNWAgVBQ+/TW1t8+cCFbtT9pOJWhX571G2thyHyHCLc5Du56ikMLhx9uUYOYpe3L73b0eDJRe+mECd4UmyYbbySWOALuv2c6gYpB+X2fOtImdrs7WTFMrKW9QQ6FR0n0j3SS7v8Y2oW72lZ02WbEEr1a1G3494ZIRjTdH7uAtf3GtqwXMV5RMFI8lLlkNaVb5qVdkjk6ie2bAv4dNAU+kJegfT4N8uKC6HxEuaKp/uDwJum8ab4pfyHqZzbG8g+FbRdb/DxkL1Qa59egVDaT4To8S1cit6Z3D8bP/IN1W4bA6Rb8WLfmj8N2lgit88zSncK3QVbNDt9Yih6gYbyDMYSMxOBmGNiFKi3P35C1NkBiH5sVz3DUQLcWkorkl9bxtYO26CNumcebL7lNd56hz1AEoC/u7SuoskgxE8Pnz26MOYh91gV8OnpfyTes/aGFk5HxWK6tW5mLh8Mb8I0+fe2xoxZSc/vUZ2xdcKrDiNLJWmGGrdD7AvCxEE+BDt46G52s6J/it5uyBJsNwF3eBHeA9zVPuTU2ShFNiLRKYdnveiH2JETa/MuZ/doZ28RrCD2KFVtYAsNmNsxreTfXSwFbki9CF2ULUd7bzn7u3JyrWMhlBx6/AJfKVTmww70rqYeKM6Kg6uqmkffUCAwEAAQ==","distribution":"AKS","infrastructure":"azure"}}' headers: cache-control: - no-cache content-length: - - '1495' + - '1489' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:33:49 GMT + - Tue, 15 Nov 2022 11:38:54 GMT etag: - - '"19004508-0000-0100-0000-634eff9a0000"' + - '"71003b4e-0000-0100-0000-63737a330000"' expires: - '-1' pragma: @@ -1373,8 +1454,6 @@ interactions: - nosniff x-ms-providerhub-traffic: - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: code: 200 message: OK @@ -1392,8 +1471,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ExtendedLocation?api-version=2021-04-01 response: @@ -1402,34 +1480,39 @@ interactions: US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"customLocations/enabledResourceTypes","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/operationsstatus","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '3236' + - '3491' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:33:52 GMT + - Tue, 15 Nov 2022 11:38:55 GMT expires: - '-1' pragma: @@ -1458,7 +1541,7 @@ interactions: - -g -n -l --tags --kube-config User-Agent: - python/3.7.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 azure-graphrbac/0.60.0 - Azure-SDK-For-Python AZURECLI/2.41.0 (MSI) + Azure-SDK-For-Python AZURECLI/2.42.0 accept-language: - en-US method: GET @@ -1481,19 +1564,19 @@ interactions: dataserviceversion: - 3.0; date: - - Tue, 18 Oct 2022 19:33:52 GMT + - Tue, 15 Nov 2022 11:38:55 GMT duration: - - '771761' + - '712978' expires: - '-1' ocp-aad-diagnostics-server-name: - - kyiXU9UyZBvxdApP2Z1mil26isS/c4qbWNOtJuFTG7c= + - OPelI7VrBtHnJkm7E0PsgwaZrjo2NsmSLt6qfy5nvUE= ocp-aad-session-key: - - I7TnfezQXWrTS-SFQkhhDtBgSvr17Qw_1HZHSGJnTIqlRWWSniLtBLTEbf_Mj3FekR7SaUdGun_5YbImDAjWshRVaw8jybCvpDUJHQXhrkWfRIekGeukraqkDc5Fwmnv.wgRHfdhMc7xt66HEhyYlt7A6PhimbrHCnospbEOkRwE + - -LRuN2637PFTvLDTILUnYul8AoiysmIsdgoBW0aUGqjEJgkosJr2VnPrcSDHkCsGNImIvDhOZjMX48wUkQAXUNKAdwbtmwtHzI4szsrNgiXdEHjVIgsznxEaxLImlGHJ.1uwQgTnNzZLyxd3cnvKjvYXzY2Xzvk0H2s_CPyqgdgM pragma: - no-cache request-id: - - bf0af4b5-00f1-49be-a1ac-70b041cc1c3d + - 2dad9d41-f9c4-4a92-a39f-31140e19c41e strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: @@ -1521,24 +1604,23 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:33:22.0897444Z","lastModifiedBy":"64b12d6e-6549-484c-8cc6-6281839ba394","lastModifiedByType":"Application","lastModifiedAt":"2022-10-18T19:39:26.5172978Z"},"identity":{"principalId":"52d3dd05-7e9e-4a16-80d0-610121a4f15f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEApejXj38tfgl/M+Z8QNeMb0mWXHi+MxxHgO6yYea9Ma6FgU+a+FtuAWmpcZz8wqOOKjljSYySAmq7SuPfhnz9mD8YAJonieO+e1nkGDwOJvuqRVmZPNnoazfWaL6CEZdA4JUjclBrYpcczr3iUvsNiVhbIYkFapzAfKUWCh4M4YrrB+S4CoCVfIRwfFxs5zGXXgbiKSVg5ZOA9m9nrSUviEBDjYdyI7aHG9onBNLmVH2xoFaveh5JNpLxFlhR2IvOR3GfkkkNNxIZjhdM6ys4jyoL69bJzLq8GKTkc7r55q+a+KyUL7QjYkMzxfTE3U/+ScEZK/5UK2WCvIkainKj4tICAxoVXOqBzJEJUW6BVA9PXTecFFFrpnvB38uMvIt8qJ2205LpBfeFEQWsxcHEj5sNFUC2iqC4aMxiUTWw83tGzXCOCa8KGpVWxByH6Exe6F2/co+rU4RONnJRYlMMvnwuKG/FSKNEaENT/vIy1oxSTnFEGX5SDvUJAy8dOtPFA/f2e8mw9A24AWh2ZopOc55FjKS86r38aYsFY2jwTnOjxJFDJmMOYVSXURW6C5BhQp/9t+XuxBYNqmXoY06IWCS4ZphCYQdnwgwHS6qFwSQBLizY5xYj7GBYIC/2gNWjl3rwsqMw115jy/gW3E5e65/z6OI8TQb9p7moRBxECNUCAwEAAQ==","distribution":"aks","infrastructure":"azure","kubernetesVersion":"1.23.12","totalNodeCount":1,"agentVersion":"1.8.14","totalCoreCount":4,"lastConnectivityTime":"2022-10-18T19:39:21.852Z","managedIdentityCertificateExpirationTime":"2023-01-16T19:28:00Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:38:18.8618915Z","lastModifiedBy":"64b12d6e-6549-484c-8cc6-6281839ba394","lastModifiedByType":"Application","lastModifiedAt":"2022-11-15T11:44:43.2131765Z"},"identity":{"principalId":"486fb978-d865-4c3d-bbd4-92dc998d3386","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAjBo1OVNXOvebGiKczgWusikBojChNWAgVBQ+/TW1t8+cCFbtT9pOJWhX571G2thyHyHCLc5Du56ikMLhx9uUYOYpe3L73b0eDJRe+mECd4UmyYbbySWOALuv2c6gYpB+X2fOtImdrs7WTFMrKW9QQ6FR0n0j3SS7v8Y2oW72lZ02WbEEr1a1G3494ZIRjTdH7uAtf3GtqwXMV5RMFI8lLlkNaVb5qVdkjk6ie2bAv4dNAU+kJegfT4N8uKC6HxEuaKp/uDwJum8ab4pfyHqZzbG8g+FbRdb/DxkL1Qa59egVDaT4To8S1cit6Z3D8bP/IN1W4bA6Rb8WLfmj8N2lgit88zSncK3QVbNDt9Yih6gYbyDMYSMxOBmGNiFKi3P35C1NkBiH5sVz3DUQLcWkorkl9bxtYO26CNumcebL7lNd56hz1AEoC/u7SuoskgxE8Pnz26MOYh91gV8OnpfyTes/aGFk5HxWK6tW5mLh8Mb8I0+fe2xoxZSc/vUZ2xdcKrDiNLJWmGGrdD7AvCxEE+BDt46G52s6J/it5uyBJsNwF3eBHeA9zVPuTU2ShFNiLRKYdnveiH2JETa/MuZ/doZ28RrCD2KFVtYAsNmNsxreTfXSwFbki9CF2ULUd7bzn7u3JyrWMhlBx6/AJfKVTmww70rqYeKM6Kg6uqmkffUCAwEAAQ==","distribution":"AKS","infrastructure":"azure","kubernetesVersion":"1.23.12","totalNodeCount":1,"agentVersion":"1.8.14","totalCoreCount":4,"lastConnectivityTime":"2022-11-15T11:44:30.844Z","managedIdentityCertificateExpirationTime":"2023-02-13T11:33:00Z"}}' headers: cache-control: - no-cache content-length: - - '1790' + - '1784' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:40:38 GMT + - Tue, 15 Nov 2022 11:45:48 GMT etag: - - '"19008a0d-0000-0100-0000-634f00ee0000"' + - '"7100a861-0000-0100-0000-63737bab0000"' expires: - '-1' pragma: @@ -1566,16 +1648,16 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/version/ + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/version/ response: body: string: "{\n \"major\": \"1\",\n \"minor\": \"23\",\n \"gitVersion\": \"v1.23.12\",\n - \ \"gitCommit\": \"c6939792865ef0f70f92006081690d77411c8ed5\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:35Z\",\n \"goVersion\": \"go1.17.13\",\n + \ \"gitCommit\": \"f941a31f4515c5ac03f5fc7ccf9a330e3510b80d\",\n \"gitTreeState\": + \"clean\",\n \"buildDate\": \"2022-11-09T17:12:33Z\",\n \"goVersion\": \"go1.17.13\",\n \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" headers: audit-id: - - ce27647b-360b-4304-95d0-bedf457aebc0 + - ec9c16f2-9e10-4bde-92c5-6af4842c7c55 cache-control: - no-cache, private content-length: @@ -1583,11 +1665,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:40:40 GMT + - Tue, 15 Nov 2022 11:45:50 GMT x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1601,27 +1683,27 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces/azure-arc/configmaps/azure-clusterconfig + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces/azure-arc/configmaps/azure-clusterconfig response: body: - string: '{"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"azure-clusterconfig","namespace":"azure-arc","uid":"957e4d71-b152-4205-a04f-7cfd0aa6ca43","resourceVersion":"1840","creationTimestamp":"2022-10-18T19:34:04Z","labels":{"app.kubernetes.io/managed-by":"Helm"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ARC_AGENT_HELM_CHART_NAME":{},"f:ARC_AGENT_RELEASE_TRAIN":{},"f:AZURE_ARC_AGENT_VERSION":{},"f:AZURE_ARC_AUTOUPDATE":{},"f:AZURE_ARC_HELM_NAMESPACE":{},"f:AZURE_ARC_RELEASE_NAME":{},"f:AZURE_ENVIRONMENT":{},"f:AZURE_REGION":{},"f:AZURE_RESOURCE_GROUP":{},"f:AZURE_RESOURCE_MANAGER_ENDPOINT":{},"f:AZURE_RESOURCE_NAME":{},"f:AZURE_SUBSCRIPTION_ID":{},"f:AZURE_TENANT_ID":{},"f:CLUSTER_CONNECT_AGENT_ENABLED":{},"f:CLUSTER_TYPE":{},"f:CUSTOM_IDENTITY_PROVIDER_ENABLED":{},"f:DEBUG_LOGGING":{},"f:EXTENSION_OPERATOR_ENABLED":{},"f:FLUX_CLIENT_DEFAULT_LOCATION":{},"f:FLUX_UPSTREAM_SERVICE_ENABLED":{},"f:GITOPS_ENABLED":{},"f:GUARD_PKI_HOSTPATH":{},"f:HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":{},"f:IS_CLIENT_SECRET_A_TOKEN":{},"f:KUBERNETES_DISTRO":{},"f:KUBERNETES_INFRA":{},"f:MANAGED_IDENTITY_AUTH":{},"f:MAX_ENTRIES_PER_STORE":{},"f:MAX_STORES":{},"f:MSI_ADAPTER_ARTIFACT_PATH":{},"f:NO_AUTH_HEADER_DATA_PLANE":{},"f:ONBOARDING_SECRET_NAME":{},"f:ONBOARDING_SECRET_NAMESPACE":{},"f:RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":{},"f:RESOURCE_SYNC_LIST_CHUNK_SIZE":{},"f:RP_NAMESPACE":{},"f:TAGS":{}},"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app.kubernetes.io/managed-by":{}}}}}]},"data":{"ARC_AGENT_HELM_CHART_NAME":"azure-arc-k8sagents","ARC_AGENT_RELEASE_TRAIN":"stable","AZURE_ARC_AGENT_VERSION":"1.8.14","AZURE_ARC_AUTOUPDATE":"true","AZURE_ARC_HELM_NAMESPACE":"default","AZURE_ARC_RELEASE_NAME":"azure-arc","AZURE_ENVIRONMENT":"AZUREPUBLICCLOUD","AZURE_REGION":"eastus","AZURE_RESOURCE_GROUP":"akkeshar","AZURE_RESOURCE_MANAGER_ENDPOINT":"","AZURE_RESOURCE_NAME":"cc-000002","AZURE_SUBSCRIPTION_ID":"1bfbb5d0-917e-4346-9026-1d3b344417f5","AZURE_TENANT_ID":"72f988bf-86f1-41af-91ab-2d7cd011db47","CLUSTER_CONNECT_AGENT_ENABLED":"true","CLUSTER_TYPE":"ConnectedClusters","CUSTOM_IDENTITY_PROVIDER_ENABLED":"false","DEBUG_LOGGING":"false","EXTENSION_OPERATOR_ENABLED":"true","FLUX_CLIENT_DEFAULT_LOCATION":"mcr.microsoft.com/azurearck8s/arc-preview/fluxctl:0.2.0","FLUX_UPSTREAM_SERVICE_ENABLED":"true","GITOPS_ENABLED":"true","GUARD_PKI_HOSTPATH":"","HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":"60","IS_CLIENT_SECRET_A_TOKEN":"false","KUBERNETES_DISTRO":"aks","KUBERNETES_INFRA":"azure","MANAGED_IDENTITY_AUTH":"true","MAX_ENTRIES_PER_STORE":"680","MAX_STORES":"30","MSI_ADAPTER_ARTIFACT_PATH":"mcr.microsoft.com/azurearck8s/msi-adapter:1.0.2","NO_AUTH_HEADER_DATA_PLANE":"false","ONBOARDING_SECRET_NAME":"azure-arc-connect-privatekey","ONBOARDING_SECRET_NAMESPACE":"azure-arc","RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":"false","RESOURCE_SYNC_LIST_CHUNK_SIZE":"200","RP_NAMESPACE":"Microsoft.Kubernetes","TAGS":"map[]"}} + string: '{"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"azure-clusterconfig","namespace":"azure-arc","uid":"b6d9338f-9b89-4200-a71d-1254a4562083","resourceVersion":"1904","creationTimestamp":"2022-11-15T11:39:10Z","labels":{"app.kubernetes.io/managed-by":"Helm"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:10Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ARC_AGENT_HELM_CHART_NAME":{},"f:ARC_AGENT_RELEASE_TRAIN":{},"f:AZURE_ARC_AGENT_VERSION":{},"f:AZURE_ARC_AUTOUPDATE":{},"f:AZURE_ARC_HELM_NAMESPACE":{},"f:AZURE_ARC_RELEASE_NAME":{},"f:AZURE_ENVIRONMENT":{},"f:AZURE_REGION":{},"f:AZURE_RESOURCE_GROUP":{},"f:AZURE_RESOURCE_MANAGER_ENDPOINT":{},"f:AZURE_RESOURCE_NAME":{},"f:AZURE_SUBSCRIPTION_ID":{},"f:AZURE_TENANT_ID":{},"f:CLUSTER_CONNECT_AGENT_ENABLED":{},"f:CLUSTER_TYPE":{},"f:CUSTOM_IDENTITY_PROVIDER_ENABLED":{},"f:DEBUG_LOGGING":{},"f:EXTENSION_OPERATOR_ENABLED":{},"f:FLUX_CLIENT_DEFAULT_LOCATION":{},"f:FLUX_UPSTREAM_SERVICE_ENABLED":{},"f:GITOPS_ENABLED":{},"f:GUARD_PKI_HOSTPATH":{},"f:HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":{},"f:IS_CLIENT_SECRET_A_TOKEN":{},"f:KUBERNETES_DISTRO":{},"f:KUBERNETES_INFRA":{},"f:MANAGED_IDENTITY_AUTH":{},"f:MAX_ENTRIES_PER_STORE":{},"f:MAX_STORES":{},"f:MSI_ADAPTER_ARTIFACT_PATH":{},"f:NO_AUTH_HEADER_DATA_PLANE":{},"f:ONBOARDING_SECRET_NAME":{},"f:ONBOARDING_SECRET_NAMESPACE":{},"f:RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":{},"f:RESOURCE_SYNC_LIST_CHUNK_SIZE":{},"f:RP_NAMESPACE":{},"f:TAGS":{}},"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app.kubernetes.io/managed-by":{}}}}}]},"data":{"ARC_AGENT_HELM_CHART_NAME":"azure-arc-k8sagents","ARC_AGENT_RELEASE_TRAIN":"stable","AZURE_ARC_AGENT_VERSION":"1.8.14","AZURE_ARC_AUTOUPDATE":"true","AZURE_ARC_HELM_NAMESPACE":"default","AZURE_ARC_RELEASE_NAME":"azure-arc","AZURE_ENVIRONMENT":"AZUREPUBLICCLOUD","AZURE_REGION":"eastus","AZURE_RESOURCE_GROUP":"akkeshar","AZURE_RESOURCE_MANAGER_ENDPOINT":"","AZURE_RESOURCE_NAME":"cc-000002","AZURE_SUBSCRIPTION_ID":"1bfbb5d0-917e-4346-9026-1d3b344417f5","AZURE_TENANT_ID":"72f988bf-86f1-41af-91ab-2d7cd011db47","CLUSTER_CONNECT_AGENT_ENABLED":"true","CLUSTER_TYPE":"ConnectedClusters","CUSTOM_IDENTITY_PROVIDER_ENABLED":"false","DEBUG_LOGGING":"false","EXTENSION_OPERATOR_ENABLED":"true","FLUX_CLIENT_DEFAULT_LOCATION":"mcr.microsoft.com/azurearck8s/arc-preview/fluxctl:0.2.0","FLUX_UPSTREAM_SERVICE_ENABLED":"true","GITOPS_ENABLED":"true","GUARD_PKI_HOSTPATH":"","HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":"60","IS_CLIENT_SECRET_A_TOKEN":"false","KUBERNETES_DISTRO":"aks","KUBERNETES_INFRA":"azure","MANAGED_IDENTITY_AUTH":"true","MAX_ENTRIES_PER_STORE":"680","MAX_STORES":"30","MSI_ADAPTER_ARTIFACT_PATH":"mcr.microsoft.com/azurearck8s/msi-adapter:1.0.2","NO_AUTH_HEADER_DATA_PLANE":"false","ONBOARDING_SECRET_NAME":"azure-arc-connect-privatekey","ONBOARDING_SECRET_NAMESPACE":"azure-arc","RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":"false","RESOURCE_SYNC_LIST_CHUNK_SIZE":"200","RP_NAMESPACE":"Microsoft.Kubernetes","TAGS":"map[]"}} ' headers: audit-id: - - cd4e1193-77e7-4f96-aab0-3554e00b0496 + - fd8cd7c0-b1bb-4dd6-906a-8cdc6dd1040b cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:40:42 GMT + - Tue, 15 Nov 2022 11:45:53 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1641,8 +1723,7 @@ interactions: ParameterSetName: - -g -n --kube-config -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: @@ -1650,7 +1731,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB?api-version=2021-10-01 + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 cache-control: - no-cache content-length: @@ -1658,13 +1739,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:40:46 GMT + - Tue, 15 Nov 2022 11:45:55 GMT etag: - - '"1900dd0e-0000-0100-0000-634f013e0000"' + - '"71009d66-0000-0100-0000-63737bf30000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB?api-version=2021-10-01 + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 pragma: - no-cache strict-transport-security: @@ -1692,24 +1773,65 @@ interactions: ParameterSetName: - -g -n --kube-config -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB?api-version=2021-10-01 + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB","name":"31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-10-18T19:40:46.0823182Z","endTime":"2022-10-18T19:40:52.4423727Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","name":"c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Deleting","startTime":"2022-11-15T11:45:54.7409117Z"}' headers: cache-control: - no-cache content-length: - - '564' + - '501' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 15 Nov 2022 11:45:56 GMT + etag: + - '"1001ee67-0000-0100-0000-63737bf20000"' + 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: + - connectedk8s delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --kube-config -y + User-Agent: + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 + response: + body: + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","name":"c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-11-15T11:45:54.7409117Z","endTime":"2022-11-15T11:45:59.0515801Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '561' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:41:16 GMT + - Tue, 15 Nov 2022 11:46:26 GMT etag: - - '"3f00748a-0000-0100-0000-634f01440000"' + - '"1001f467-0000-0100-0000-63737bf70000"' expires: - '-1' pragma: @@ -1739,24 +1861,23 @@ interactions: ParameterSetName: - -g -n --kube-config -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB?api-version=2021-10-01 + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2021-10-01 response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB","name":"31d785a1-4704-4e49-aebd-f4d7b6a802fc*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-10-18T19:40:46.0823182Z","endTime":"2022-10-18T19:40:52.4423727Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","name":"c61b3b6c-d47d-4feb-b662-fa7f6d883b05*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-11-15T11:45:54.7409117Z","endTime":"2022-11-15T11:45:59.0515801Z","properties":null}' headers: cache-control: - no-cache content-length: - - '564' + - '561' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:41:17 GMT + - Tue, 15 Nov 2022 11:46:27 GMT etag: - - '"3f00748a-0000-0100-0000-634f01440000"' + - '"1001f467-0000-0100-0000-63737bf70000"' expires: - '-1' pragma: @@ -1782,15 +1903,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4259"},"items":[{"metadata":{"name":"azure-arc","uid":"ebbab61c-eb81-491c-8e8b-cf74382d14f1","resourceVersion":"4254","creationTimestamp":"2022-10-18T19:34:04Z","deletionTimestamp":"2022-10-18T19:41:33Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4318"},"items":[{"metadata":{"name":"azure-arc","uid":"0d7a44e2-3257-4f9b-b27a-7e8cb336d373","resourceVersion":"4309","creationTimestamp":"2022-11-15T11:39:09Z","deletionTimestamp":"2022-11-15T11:46:44Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} ' headers: audit-id: - - 477a65d5-44b0-42ec-a26a-504239c35822 + - caed4f08-f1c4-482b-a721-4dd86bd448a4 cache-control: - no-cache, private content-length: @@ -1798,11 +1919,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:41:34 GMT + - Tue, 15 Nov 2022 11:46:47 GMT x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1816,27 +1937,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4444"},"items":[{"metadata":{"name":"azure-arc","uid":"ebbab61c-eb81-491c-8e8b-cf74382d14f1","resourceVersion":"4254","creationTimestamp":"2022-10-18T19:34:04Z","deletionTimestamp":"2022-10-18T19:41:33Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4520"},"items":[{"metadata":{"name":"azure-arc","uid":"0d7a44e2-3257-4f9b-b27a-7e8cb336d373","resourceVersion":"4518","creationTimestamp":"2022-11-15T11:39:09Z","deletionTimestamp":"2022-11-15T11:46:44Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:46:52Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 10 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentHasNoFinalizers","message":"All + content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 14bd4708-7896-4ebf-8e52-5e42fe0f2254 + - 301c7d66-12f0-4a2a-a6dd-ba2182326c2d cache-control: - no-cache, private - content-length: - - '1014' content-type: - application/json date: - - Tue, 18 Oct 2022 19:41:39 GMT + - Tue, 15 Nov 2022 11:46:52 GMT + transfer-encoding: + - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1850,32 +1976,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4484"},"items":[{"metadata":{"name":"azure-arc","uid":"ebbab61c-eb81-491c-8e8b-cf74382d14f1","resourceVersion":"4457","creationTimestamp":"2022-10-18T19:34:04Z","deletionTimestamp":"2022-10-18T19:41:33Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:41:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 10 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4549"},"items":[{"metadata":{"name":"azure-arc","uid":"0d7a44e2-3257-4f9b-b27a-7e8cb336d373","resourceVersion":"4548","creationTimestamp":"2022-11-15T11:39:09Z","deletionTimestamp":"2022-11-15T11:46:44Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:46:52Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - a2d595ce-3c46-4551-9850-b84f5a731b3b + - 478d76a5-b876-4294-89fe-55b31e75d3f9 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:41:45 GMT + - Tue, 15 Nov 2022 11:46:57 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1889,32 +2015,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4505"},"items":[{"metadata":{"name":"azure-arc","uid":"ebbab61c-eb81-491c-8e8b-cf74382d14f1","resourceVersion":"4486","creationTimestamp":"2022-10-18T19:34:04Z","deletionTimestamp":"2022-10-18T19:41:33Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:41:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4568"},"items":[{"metadata":{"name":"azure-arc","uid":"0d7a44e2-3257-4f9b-b27a-7e8cb336d373","resourceVersion":"4548","creationTimestamp":"2022-11-15T11:39:09Z","deletionTimestamp":"2022-11-15T11:46:44Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:46:52Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 4d3df345-b708-4157-9bf7-21120efa0509 + - 1b9d3c00-ac1b-4b5e-988b-4246c26ca35e cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:41:50 GMT + - Tue, 15 Nov 2022 11:47:02 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1928,32 +2054,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4522"},"items":[{"metadata":{"name":"azure-arc","uid":"ebbab61c-eb81-491c-8e8b-cf74382d14f1","resourceVersion":"4486","creationTimestamp":"2022-10-18T19:34:04Z","deletionTimestamp":"2022-10-18T19:41:33Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:41:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4587"},"items":[{"metadata":{"name":"azure-arc","uid":"0d7a44e2-3257-4f9b-b27a-7e8cb336d373","resourceVersion":"4548","creationTimestamp":"2022-11-15T11:39:09Z","deletionTimestamp":"2022-11-15T11:46:44Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:46:52Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 426766b5-c0b5-44e2-af46-0f008af53c95 + - f36c82fe-4bba-4167-9a63-40333ee464e9 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:41:55 GMT + - Tue, 15 Nov 2022 11:47:08 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -1967,32 +2093,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4542"},"items":[{"metadata":{"name":"azure-arc","uid":"ebbab61c-eb81-491c-8e8b-cf74382d14f1","resourceVersion":"4486","creationTimestamp":"2022-10-18T19:34:04Z","deletionTimestamp":"2022-10-18T19:41:33Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:41:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4607"},"items":[{"metadata":{"name":"azure-arc","uid":"0d7a44e2-3257-4f9b-b27a-7e8cb336d373","resourceVersion":"4548","creationTimestamp":"2022-11-15T11:39:09Z","deletionTimestamp":"2022-11-15T11:46:44Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:46:52Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 6676cffc-25a4-4de2-bb93-d9c995a2cb01 + - fba56f7e-ea9a-4baf-a873-bbbbae94a7da cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:00 GMT + - Tue, 15 Nov 2022 11:47:13 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -2006,32 +2132,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4576"},"items":[{"metadata":{"name":"azure-arc","uid":"ebbab61c-eb81-491c-8e8b-cf74382d14f1","resourceVersion":"4486","creationTimestamp":"2022-10-18T19:34:04Z","deletionTimestamp":"2022-10-18T19:41:33Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:41:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:41:40Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4648"},"items":[{"metadata":{"name":"azure-arc","uid":"0d7a44e2-3257-4f9b-b27a-7e8cb336d373","resourceVersion":"4548","creationTimestamp":"2022-11-15T11:39:09Z","deletionTimestamp":"2022-11-15T11:46:44Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:39:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:46:52Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:46:52Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 6a033e36-cc94-4b20-a7c8-30025b6a4a70 + - e2476aca-918c-4a6c-bc6e-3dd1a8c823ae cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:05 GMT + - Tue, 15 Nov 2022 11:47:18 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -2045,15 +2171,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4603"},"items":[]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4667"},"items":[]} ' headers: audit-id: - - 23b2cf48-0d2a-4eeb-a317-560d218a947e + - 061000d1-b396-4184-86c3-a9c501d6c4dc cache-control: - no-cache, private content-length: @@ -2061,11 +2187,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:11 GMT + - Tue, 15 Nov 2022 11:47:23 GMT x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -2083,8 +2209,7 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -2107,7 +2232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:42:11 GMT + - Tue, 15 Nov 2022 11:47:23 GMT expires: - '-1' pragma: @@ -2135,8 +2260,7 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2021-04-01 response: @@ -2201,7 +2325,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:42:11 GMT + - Tue, 15 Nov 2022 11:47:23 GMT expires: - '-1' pragma: @@ -2225,16 +2349,16 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/version/ + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/version/ response: body: string: "{\n \"major\": \"1\",\n \"minor\": \"23\",\n \"gitVersion\": \"v1.23.12\",\n - \ \"gitCommit\": \"c6939792865ef0f70f92006081690d77411c8ed5\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:35Z\",\n \"goVersion\": \"go1.17.13\",\n + \ \"gitCommit\": \"f941a31f4515c5ac03f5fc7ccf9a330e3510b80d\",\n \"gitTreeState\": + \"clean\",\n \"buildDate\": \"2022-11-09T17:12:33Z\",\n \"goVersion\": \"go1.17.13\",\n \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" headers: audit-id: - - 07e1ab95-c6dd-49f1-9dd0-8811811a8361 + - 33a7f04f-35ed-45fe-a91e-48d7cb87d45d cache-control: - no-cache, private content-length: @@ -2242,11 +2366,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:12 GMT + - Tue, 15 Nov 2022 11:47:25 GMT x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -2260,48 +2384,48 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/nodes + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/nodes response: body: - string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"4610"},"items":[{"metadata":{"name":"aks-nodepool1-31947974-vmss000000","uid":"3d2ca61c-34c5-4768-83f9-aa192d32cf2f","resourceVersion":"4087","creationTimestamp":"2022-10-18T19:30:05Z","labels":{"agentpool":"nodepool1","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"westeurope","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"nodepool1","kubernetes.azure.com/cluster":"MC_akkeshar_cli-test-aks-000001_westeurope","kubernetes.azure.com/kubelet-identity-client-id":"d6c82141-9899-4ce3-943d-1343c5c4d69f","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.10.03","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-nodepool1-31947974-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"westeurope","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-nodepool1-31947974-vmss000000\",\"file.csi.azure.com\":\"aks-nodepool1-31947974-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:05Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:16Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:55Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:31:02Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"node-problem-detector","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:36:20Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainerRuntimeProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FilesystemCorruptionProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FreezeScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentContainerdRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentDockerRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentKubeletRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentUnregisterNetDevice\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KernelDeadlock\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KubeletProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PreemptScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"ReadonlyFilesystem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RebootScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RedeployScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"TerminateScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"VMEventScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_cli-test-aks-000001_westeurope/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-31947974-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393220Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899332Ki","pods":"110"},"conditions":[{"type":"KernelDeadlock","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"KernelHasNoDeadlock","message":"kernel - has no deadlock"},{"type":"FrequentDockerRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoFrequentDockerRestart","message":"docker - is functioning properly"},{"type":"ContainerRuntimeProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"ContainerRuntimeIsUp","message":"container - runtime service is up"},{"type":"PreemptScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoPreemptScheduled","message":"VM - has no scheduled Preempt event"},{"type":"RebootScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoRebootScheduled","message":"VM - has no scheduled Reboot event"},{"type":"FrequentUnregisterNetDevice","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoFrequentUnregisterNetDevice","message":"node - is functioning properly"},{"type":"RedeployScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoRedeployScheduled","message":"VM - has no scheduled Redeploy event"},{"type":"KubeletProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"KubeletIsUp","message":"kubelet - service is up"},{"type":"FreezeScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoFreezeScheduled","message":"VM - has no scheduled Freeze event"},{"type":"FrequentKubeletRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoFrequentKubeletRestart","message":"kubelet - is functioning properly"},{"type":"TerminateScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoTerminateScheduled","message":"VM - has no scheduled Terminate event"},{"type":"ReadonlyFilesystem","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"FilesystemIsNotReadOnly","message":"Filesystem - is not read-only"},{"type":"FilesystemCorruptionProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"FilesystemIsOK","message":"Filesystem - is healthy"},{"type":"FrequentContainerdRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoFrequentContainerdRestart","message":"containerd - is functioning properly"},{"type":"VMEventScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:41:20Z","lastTransitionTime":"2022-10-18T19:36:19Z","reason":"NoVMEventScheduled","message":"VM - has no scheduled event"},{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-10-18T19:30:55Z","lastTransitionTime":"2022-10-18T19:30:55Z","reason":"RouteCreated","message":"RouteController - created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:39:47Z","lastTransitionTime":"2022-10-18T19:30:05Z","reason":"KubeletHasSufficientMemory","message":"kubelet - has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:39:47Z","lastTransitionTime":"2022-10-18T19:30:05Z","reason":"KubeletHasNoDiskPressure","message":"kubelet - has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:39:47Z","lastTransitionTime":"2022-10-18T19:30:05Z","reason":"KubeletHasSufficientPID","message":"kubelet - has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-10-18T19:39:47Z","lastTransitionTime":"2022-10-18T19:30:16Z","reason":"KubeletReady","message":"kubelet - is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.4"},{"type":"Hostname","address":"aks-nodepool1-31947974-vmss000000"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"5418e6487e514bd4997f80c25ac364d2","systemUUID":"82707798-c896-4e3c-b347-9d883b5897c4","bootID":"2bed120d-372f-4a0c-9cf3-0b0fb7627eff","kernelVersion":"5.4.0-1091-azure","osImage":"Ubuntu - 18.04.6 LTS","containerRuntimeVersion":"containerd://1.5.11+azure-2","kubeletVersion":"v1.23.12","kubeProxyVersion":"v1.23.12","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06272022-hotfix"],"sizeBytes":357023149},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.2.0-main-09-29-2022-ca064de1"],"sizeBytes":315250960},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.1.0-main-09-23-2022-df3e2703"],"sizeBytes":315037321},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.23.8"],"sizeBytes":184105789},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2"],"sizeBytes":166611722},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":null,"sizeBytes":129890505},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.12-hotfix.20220922.1"],"sizeBytes":128992809},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":null,"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115677896},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.32"],"sizeBytes":90048618},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.9.0"],"sizeBytes":67291599},{"names":["mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2"],"sizeBytes":67202663},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.3"],"sizeBytes":64781810},{"names":["mcr.microsoft.com/oss/calico/cni:v3.8.9.3"],"sizeBytes":63581323},{"names":null,"sizeBytes":63271342},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.2"],"sizeBytes":56424516},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.4"],"sizeBytes":54638514},{"names":["mcr.microsoft.com/azurearck8s/fluent-bit@sha256:49b451905182cd85d0691d628d92f91b1294719fa30f35f020425b84f9ef3158","mcr.microsoft.com/azurearck8s/fluent-bit:1.8.14"],"sizeBytes":48052121}]}}]} + string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"4677"},"items":[{"metadata":{"name":"aks-nodepool1-30157530-vmss000000","uid":"3afcee7e-70b5-4205-8c41-25c2da42116d","resourceVersion":"4207","creationTimestamp":"2022-11-15T11:35:31Z","labels":{"agentpool":"nodepool1","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"westeurope","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"nodepool1","kubernetes.azure.com/cluster":"MC_akkeshar_cli-test-aks-000001_westeurope","kubernetes.azure.com/kubelet-identity-client-id":"f7bc696b-0f88-445e-aed7-d11a045621ef","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.10.24","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-nodepool1-30157530-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"westeurope","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-nodepool1-30157530-vmss000000\",\"file.csi.azure.com\":\"aks-nodepool1-30157530-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:47Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:47Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:54Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:54Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:36:38Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"},{"manager":"node-problem-detector","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:41:16Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainerRuntimeProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FilesystemCorruptionProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FreezeScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentContainerdRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentDockerRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentKubeletRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentUnregisterNetDevice\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KernelDeadlock\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KubeletProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PreemptScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"ReadonlyFilesystem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RebootScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RedeployScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"TerminateScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"VMEventScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_cli-test-aks-000001_westeurope/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-30157530-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393248Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899360Ki","pods":"110"},"conditions":[{"type":"FrequentUnregisterNetDevice","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoFrequentUnregisterNetDevice","message":"node + is functioning properly"},{"type":"FrequentContainerdRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoFrequentContainerdRestart","message":"containerd + is functioning properly"},{"type":"ReadonlyFilesystem","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"FilesystemIsNotReadOnly","message":"Filesystem + is not read-only"},{"type":"FrequentKubeletRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoFrequentKubeletRestart","message":"kubelet + is functioning properly"},{"type":"PreemptScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:40Z","reason":"NoPreemptScheduled","message":"VM + has no scheduled Preempt event"},{"type":"FreezeScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoFreezeScheduled","message":"VM + has no scheduled Freeze event"},{"type":"VMEventScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:40Z","reason":"NoVMEventScheduled","message":"VM + has no scheduled event"},{"type":"ContainerRuntimeProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"ContainerRuntimeIsUp","message":"container + runtime service is up"},{"type":"TerminateScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoTerminateScheduled","message":"VM + has no scheduled Terminate event"},{"type":"FilesystemCorruptionProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"FilesystemIsOK","message":"Filesystem + is healthy"},{"type":"KubeletProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"KubeletIsUp","message":"kubelet + service is up"},{"type":"RedeployScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoRedeployScheduled","message":"VM + has no scheduled Redeploy event"},{"type":"KernelDeadlock","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"KernelHasNoDeadlock","message":"kernel + has no deadlock"},{"type":"FrequentDockerRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoFrequentDockerRestart","message":"docker + is functioning properly"},{"type":"RebootScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:46:42Z","lastTransitionTime":"2022-11-15T11:41:15Z","reason":"NoRebootScheduled","message":"VM + has no scheduled Reboot event"},{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-11-15T11:36:37Z","lastTransitionTime":"2022-11-15T11:36:37Z","reason":"RouteCreated","message":"RouteController + created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:45:55Z","lastTransitionTime":"2022-11-15T11:35:31Z","reason":"KubeletHasSufficientMemory","message":"kubelet + has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:45:55Z","lastTransitionTime":"2022-11-15T11:35:31Z","reason":"KubeletHasNoDiskPressure","message":"kubelet + has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:45:55Z","lastTransitionTime":"2022-11-15T11:35:31Z","reason":"KubeletHasSufficientPID","message":"kubelet + has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-11-15T11:45:55Z","lastTransitionTime":"2022-11-15T11:35:41Z","reason":"KubeletReady","message":"kubelet + is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.4"},{"type":"Hostname","address":"aks-nodepool1-30157530-vmss000000"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"c1cb98cda984494199e232aca1ead223","systemUUID":"d831d796-ee65-4822-8c76-3328b8985bfb","bootID":"58398ea8-03cb-40d8-b940-e9c458fa375a","kernelVersion":"5.4.0-1094-azure","osImage":"Ubuntu + 18.04.6 LTS","containerRuntimeVersion":"containerd://1.5.11+azure-2","kubeletVersion":"v1.23.12","kubeProxyVersion":"v1.23.12","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod10042022-3c05dd1b"],"sizeBytes":398142568},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.3.0-main-10-06-2022-c0c49872"],"sizeBytes":314952834},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2.2"],"sizeBytes":167729489},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2"],"sizeBytes":166611722},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.12-hotfix.20220922.1"],"sizeBytes":128992809},{"names":null,"sizeBytes":128984097},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":null,"sizeBytes":123550720},{"names":null,"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":null,"sizeBytes":123542588},{"names":null,"sizeBytes":123542274},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115893258},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/containernetworking/azure-cns:v1.4.35"],"sizeBytes":101298296},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.32"],"sizeBytes":90048618},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.9.0"],"sizeBytes":67291599},{"names":["mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2"],"sizeBytes":67202663},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.27.12"],"sizeBytes":64784076},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.3"],"sizeBytes":64781810},{"names":["mcr.microsoft.com/oss/calico/cni:v3.8.9.3"],"sizeBytes":63581323}]}}]} ' headers: audit-id: - - 68934407-871d-4274-b594-778c3eea281e + - 37e00e94-9fc0-4145-82c3-500099f5e6e9 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:12 GMT + - Tue, 15 Nov 2022 11:47:26 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -2316,15 +2440,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: POST - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/apis/authorization.k8s.io/v1/selfsubjectaccessreviews + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/apis/authorization.k8s.io/v1/selfsubjectaccessreviews response: body: - string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-10-18T19:42:13Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} + string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-11-15T11:47:27Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} ' headers: audit-id: - - 997c9887-d177-43ce-8950-43e84520580e + - 70ac07ca-0d0f-4637-aab0-05f60362c1e7 cache-control: - no-cache, private content-length: @@ -2332,11 +2456,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:13 GMT + - Tue, 15 Nov 2022 11:47:27 GMT x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 201 message: Created @@ -2354,8 +2478,7 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -2378,7 +2501,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:42:13 GMT + - Tue, 15 Nov 2022 11:47:27 GMT expires: - '-1' pragma: @@ -2406,8 +2529,7 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview response: @@ -2419,11 +2541,11 @@ interactions: cache-control: - no-cache content-length: - - '231' + - '228' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:42:15 GMT + - Tue, 15 Nov 2022 11:47:29 GMT expires: - '-1' pragma: @@ -2447,27 +2569,27 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces + uri: https://cli-test-a-akkeshar-1bfbb5-52714f14.hcp.westeurope.azmk8s.io/api/v1/namespaces response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4624"},"items":[{"metadata":{"name":"default","uid":"a88babaf-8a46-4d13-a7ea-0b13c4f959c5","resourceVersion":"205","creationTimestamp":"2022-10-18T19:29:04Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"gatekeeper-system","uid":"6007bdf3-5dc1-4e9b-9404-c218ee0b1949","resourceVersion":"3299","creationTimestamp":"2022-10-18T19:38:51Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","admission.gatekeeper.sh/ignore":"no-self-managing","control-plane":"controller-manager","gatekeeper.sh/system":"yes","kubernetes.io/metadata.name":"gatekeeper-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"admission.gatekeeper.sh/ignore\":\"no-self-managing\",\"control-plane\":\"controller-manager\",\"gatekeeper.sh/system\":\"yes\"},\"name\":\"gatekeeper-system\"}}\n"},"managedFields":[{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:38:51Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{},"f:admission.gatekeeper.sh/ignore":{},"f:control-plane":{},"f:gatekeeper.sh/system":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"6c4617c4-8f9f-45ef-82a7-bf190d3dcb13","resourceVersion":"39","creationTimestamp":"2022-10-18T19:29:01Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:01Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"1b6b5b56-14cf-4fbe-abe7-89fd6cf48873","resourceVersion":"22","creationTimestamp":"2022-10-18T19:29:01Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:01Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"2acc8b84-760b-48a4-a41e-e94aa3ad57c1","resourceVersion":"567","creationTimestamp":"2022-10-18T19:29:01Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:01Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4693"},"items":[{"metadata":{"name":"default","uid":"cd58e606-5900-40ef-a998-71ad36530e9b","resourceVersion":"205","creationTimestamp":"2022-11-15T11:33:55Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:55Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"gatekeeper-system","uid":"a0b5ca64-ac7a-4bcb-8c1a-c9db64329268","resourceVersion":"3510","creationTimestamp":"2022-11-15T11:44:27Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","admission.gatekeeper.sh/ignore":"no-self-managing","control-plane":"controller-manager","gatekeeper.sh/system":"yes","kubernetes.io/metadata.name":"gatekeeper-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"admission.gatekeeper.sh/ignore\":\"no-self-managing\",\"control-plane\":\"controller-manager\",\"gatekeeper.sh/system\":\"yes\"},\"name\":\"gatekeeper-system\"}}\n"},"managedFields":[{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:44:27Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{},"f:admission.gatekeeper.sh/ignore":{},"f:control-plane":{},"f:gatekeeper.sh/system":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"6997ca5a-66e9-46b0-bf71-b2c228b4f8d3","resourceVersion":"47","creationTimestamp":"2022-11-15T11:33:53Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"96ce53d6-f62f-4ba8-aea5-19c0d37747bc","resourceVersion":"34","creationTimestamp":"2022-11-15T11:33:53Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"9360d1b2-f574-4dc0-9dd7-527224f71af1","resourceVersion":"585","creationTimestamp":"2022-11-15T11:33:53Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:33:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:34:14Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} ' headers: audit-id: - - ae3a1563-4c41-456b-858b-887f502195cf + - 1218c495-0671-4fa5-aaef-bc915bbb56a8 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:16 GMT + - Tue, 15 Nov 2022 11:47:30 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 + - 2920afa3-e99e-4ce9-aad1-ae980c0c23f4 x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 + - 9a1ba86f-7d0f-4aa9-baa2-6f999741c9e7 status: code: 200 message: OK @@ -2485,8 +2607,7 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar?api-version=2021-04-01 response: @@ -2500,7 +2621,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:42:16 GMT + - Tue, 15 Nov 2022 11:47:31 GMT expires: - '-1' pragma: @@ -2530,7 +2651,7 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.41.0 (MSI) + - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.42.0 method: POST uri: https://eastus.dp.kubernetesconfiguration.azure.com/azure-arc-k8sagents/GetLatestHelmPackagePath?api-version=2019-11-01-preview&releaseTrain=stable response: @@ -2546,7 +2667,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:42:17 GMT + - Tue, 15 Nov 2022 11:47:32 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-content-type-options: @@ -2556,7 +2677,7 @@ interactions: message: OK - request: body: '{"tags": {"foo": "doo"}, "location": "eastus", "identity": {"type": "SystemAssigned"}, - "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEAlGPP5Hn/u2zHU7y02UTOBk+PuhSXG8e62N0zfCCQrtNXieB7hDfopMgi9+dyhtRzlcTHnjXCFuPFmW9Tmo2Fo5jE2569dhY9v7GGpoBvErhNjJy6PB/mMHsoZxwEGQiUxn8BuAUwZQ51pHfWp/VC98KONg7J3pYI8q7mMJ3kFtOkMqVvDMt4XLCt4hmwXD/jSgVBSUQVs15zKx8T3lzIEcSWMJnvPYoKR4Ax0YcQ1SAO+UMFDdMj0ou/ttsY+TPWarbIlBqaQ1Cm842X0ez1fhkSrEOncF+t0Kpt2qFY9ugMQdQRM9DSWvaVy6iDReZrR+WYsTyaMnJ9ugR9B5TN4xwLptmeNSv0GxJhWTiStGwDLKRtbZRfkl+ITiCdqY/R3ITPqzpl1SX6Cs0a8hwfmI8iqxYgh32HnsLyw9Tic9JEjpi03ERumPIN1ZHbdkcJwLu4fD3mzc/5ofuuB5tZbj8AVC9lWQtAX1Xp0PZQn8IZQ6wCSiW3jCtqjxpbNyGNDHAY8txspgNj8aJIjoMGumNoTGDuUEI07jEwnan8Oro1nYNnqy3V6pi6hvQAeAK9kgSrxkKaQpIi+8cSVe952khCZgzY02AYvbNJkM8+gWZ9U3pUae0erMQA+pMjfHSmK7+eQxjYhC/eqIX7wEBG9TqAC56GpI5KajmnqPxMOmsCAwEAAQ==", + "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEAwOy8KVNGdmNk9F2HubjjobGYHNhdQTTM+sZD2vYcquf/VnBZ5MxpRZ/bKFaDUcQ8FV7f3AwmCjGpPnDrq6n2FkS2OuEaI+3WqLjnPy57Tjtq+nJLzci6s8dZOODAsyW1/diEAplBSkg9cK6x56vFGw7fr4HL29iBi4jtnIl8TtmHyeStwBj3wYmuXcn+A058A2F3hZPsRDRRPppuf5gMBpetE1wuzKr/VzjWI+PzwEhQiZmJ82OtFpgdJwLSrKY6MO776Kk6t/KaioAEkLJvaxuFHgopom+Cey0S9mtqSj3NN55PWGNypQ40NJvjEsAIAGBpksD3VdiXPU+YphhdwospHp5qVXPP5/7a3diYYUZjL9OJEjtRXkvDGPSDJpweW8EIsGt4r36kYbrUghZDhpeM1YScjEFn/uACzbJNE58jQ/5AfsiYg/qXGefh13F03ELHGpOnXIxkm0l5uZCttsWD6YtiE2v52h3rEB/P6ZiZfSwBvrNQ7FehAJti5PLf7jSNuZqq+Nx9UKdEAkNIklV2Fq21Ajd7UcW6BLyZJvjAhS/D2yX4BKyLG2HIM4JhkIjevKrrOSOjVZLDe1fk37wO8lYg4UJK080bZkPZNh01DzsN8r/YFKFCBEmMv+E0nMkJkQGP7YrWApqr0U08D50hksCrEMTt2XjKdBIc2AkCAwEAAQ==", "distribution": "aks_management", "distributionVersion": "1.0", "infrastructure": "azure_stack_hci"}}' headers: @@ -2575,26 +2696,25 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:42:47.3232672Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:42:47.3232672Z"},"identity":{"principalId":"5aee9fac-8d11-43ae-87eb-73e6726f340b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","connectivityStatus":"Connecting","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAlGPP5Hn/u2zHU7y02UTOBk+PuhSXG8e62N0zfCCQrtNXieB7hDfopMgi9+dyhtRzlcTHnjXCFuPFmW9Tmo2Fo5jE2569dhY9v7GGpoBvErhNjJy6PB/mMHsoZxwEGQiUxn8BuAUwZQ51pHfWp/VC98KONg7J3pYI8q7mMJ3kFtOkMqVvDMt4XLCt4hmwXD/jSgVBSUQVs15zKx8T3lzIEcSWMJnvPYoKR4Ax0YcQ1SAO+UMFDdMj0ou/ttsY+TPWarbIlBqaQ1Cm842X0ez1fhkSrEOncF+t0Kpt2qFY9ugMQdQRM9DSWvaVy6iDReZrR+WYsTyaMnJ9ugR9B5TN4xwLptmeNSv0GxJhWTiStGwDLKRtbZRfkl+ITiCdqY/R3ITPqzpl1SX6Cs0a8hwfmI8iqxYgh32HnsLyw9Tic9JEjpi03ERumPIN1ZHbdkcJwLu4fD3mzc/5ofuuB5tZbj8AVC9lWQtAX1Xp0PZQn8IZQ6wCSiW3jCtqjxpbNyGNDHAY8txspgNj8aJIjoMGumNoTGDuUEI07jEwnan8Oro1nYNnqy3V6pi6hvQAeAK9kgSrxkKaQpIi+8cSVe952khCZgzY02AYvbNJkM8+gWZ9U3pUae0erMQA+pMjfHSmK7+eQxjYhC/eqIX7wEBG9TqAC56GpI5KajmnqPxMOmsCAwEAAQ==","distribution":"aks_management","distributionVersion":"1.0","infrastructure":"azure_stack_hci"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:48:03.4465079Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T11:48:03.4465079Z"},"identity":{"principalId":"4ed63c1a-5e9a-47c1-89bf-ea17f5dddb8e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","connectivityStatus":"Connecting","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAwOy8KVNGdmNk9F2HubjjobGYHNhdQTTM+sZD2vYcquf/VnBZ5MxpRZ/bKFaDUcQ8FV7f3AwmCjGpPnDrq6n2FkS2OuEaI+3WqLjnPy57Tjtq+nJLzci6s8dZOODAsyW1/diEAplBSkg9cK6x56vFGw7fr4HL29iBi4jtnIl8TtmHyeStwBj3wYmuXcn+A058A2F3hZPsRDRRPppuf5gMBpetE1wuzKr/VzjWI+PzwEhQiZmJ82OtFpgdJwLSrKY6MO776Kk6t/KaioAEkLJvaxuFHgopom+Cey0S9mtqSj3NN55PWGNypQ40NJvjEsAIAGBpksD3VdiXPU+YphhdwospHp5qVXPP5/7a3diYYUZjL9OJEjtRXkvDGPSDJpweW8EIsGt4r36kYbrUghZDhpeM1YScjEFn/uACzbJNE58jQ/5AfsiYg/qXGefh13F03ELHGpOnXIxkm0l5uZCttsWD6YtiE2v52h3rEB/P6ZiZfSwBvrNQ7FehAJti5PLf7jSNuZqq+Nx9UKdEAkNIklV2Fq21Ajd7UcW6BLyZJvjAhS/D2yX4BKyLG2HIM4JhkIjevKrrOSOjVZLDe1fk37wO8lYg4UJK080bZkPZNh01DzsN8r/YFKFCBEmMv+E0nMkJkQGP7YrWApqr0U08D50hksCrEMTt2XjKdBIc2AkCAwEAAQ==","distribution":"aks_management","distributionVersion":"1.0","infrastructure":"azure_stack_hci"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/bfd5d174-5209-4770-b6f7-d49f0db03521*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB?api-version=2022-10-01-preview + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/fe4c5184-3696-426f-8b20-c228cdba8605*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2022-10-01-preview cache-control: - no-cache content-length: - - '1610' + - '1604' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:42:51 GMT + - Tue, 15 Nov 2022 11:48:08 GMT etag: - - '"1900e410-0000-0100-0000-634f01ba0000"' + - '"7100ed6e-0000-0100-0000-63737c760000"' expires: - '-1' pragma: @@ -2624,24 +2744,23 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/bfd5d174-5209-4770-b6f7-d49f0db03521*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/fe4c5184-3696-426f-8b20-c228cdba8605*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/bfd5d174-5209-4770-b6f7-d49f0db03521*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB","name":"bfd5d174-5209-4770-b6f7-d49f0db03521*CBCF23F2D03CAE8A304520933CBB04564E255DC298B25D06FA216D51D71DCFFB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-10-18T19:42:49.8205312Z","endTime":"2022-10-18T19:42:58.3098361Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/fe4c5184-3696-426f-8b20-c228cdba8605*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","name":"fe4c5184-3696-426f-8b20-c228cdba8605*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Accepted","startTime":"2022-11-15T11:48:05.9009028Z"}' headers: cache-control: - no-cache content-length: - - '564' + - '501' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:43:22 GMT + - Tue, 15 Nov 2022 11:48:08 GMT etag: - - '"3f00d58c-0000-0100-0000-634f01c20000"' + - '"1001b16a-0000-0100-0000-63737c750000"' expires: - '-1' pragma: @@ -2671,24 +2790,69 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/fe4c5184-3696-426f-8b20-c228cdba8605*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11?api-version=2022-10-01-preview + response: + body: + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/fe4c5184-3696-426f-8b20-c228cdba8605*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","name":"fe4c5184-3696-426f-8b20-c228cdba8605*8ED7E1FECB8CA304829375DD00A125132107034D99198B1B022353172C06DD11","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-11-15T11:48:05.9009028Z","endTime":"2022-11-15T11:48:14.7827283Z","properties":null}' + headers: + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 15 Nov 2022 11:48:38 GMT + etag: + - '"1001d26a-0000-0100-0000-63737c7e0000"' + 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: + - connectedk8s connect + Connection: + - keep-alive + ParameterSetName: + - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config + User-Agent: + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:42:47.3232672Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:42:47.3232672Z"},"identity":{"principalId":"5aee9fac-8d11-43ae-87eb-73e6726f340b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAlGPP5Hn/u2zHU7y02UTOBk+PuhSXG8e62N0zfCCQrtNXieB7hDfopMgi9+dyhtRzlcTHnjXCFuPFmW9Tmo2Fo5jE2569dhY9v7GGpoBvErhNjJy6PB/mMHsoZxwEGQiUxn8BuAUwZQ51pHfWp/VC98KONg7J3pYI8q7mMJ3kFtOkMqVvDMt4XLCt4hmwXD/jSgVBSUQVs15zKx8T3lzIEcSWMJnvPYoKR4Ax0YcQ1SAO+UMFDdMj0ou/ttsY+TPWarbIlBqaQ1Cm842X0ez1fhkSrEOncF+t0Kpt2qFY9ugMQdQRM9DSWvaVy6iDReZrR+WYsTyaMnJ9ugR9B5TN4xwLptmeNSv0GxJhWTiStGwDLKRtbZRfkl+ITiCdqY/R3ITPqzpl1SX6Cs0a8hwfmI8iqxYgh32HnsLyw9Tic9JEjpi03ERumPIN1ZHbdkcJwLu4fD3mzc/5ofuuB5tZbj8AVC9lWQtAX1Xp0PZQn8IZQ6wCSiW3jCtqjxpbNyGNDHAY8txspgNj8aJIjoMGumNoTGDuUEI07jEwnan8Oro1nYNnqy3V6pi6hvQAeAK9kgSrxkKaQpIi+8cSVe952khCZgzY02AYvbNJkM8+gWZ9U3pUae0erMQA+pMjfHSmK7+eQxjYhC/eqIX7wEBG9TqAC56GpI5KajmnqPxMOmsCAwEAAQ==","distribution":"AKS_Management","distributionVersion":"1.0","infrastructure":"azure_stack_hci"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:48:03.4465079Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T11:48:03.4465079Z"},"identity":{"principalId":"4ed63c1a-5e9a-47c1-89bf-ea17f5dddb8e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAwOy8KVNGdmNk9F2HubjjobGYHNhdQTTM+sZD2vYcquf/VnBZ5MxpRZ/bKFaDUcQ8FV7f3AwmCjGpPnDrq6n2FkS2OuEaI+3WqLjnPy57Tjtq+nJLzci6s8dZOODAsyW1/diEAplBSkg9cK6x56vFGw7fr4HL29iBi4jtnIl8TtmHyeStwBj3wYmuXcn+A058A2F3hZPsRDRRPppuf5gMBpetE1wuzKr/VzjWI+PzwEhQiZmJ82OtFpgdJwLSrKY6MO776Kk6t/KaioAEkLJvaxuFHgopom+Cey0S9mtqSj3NN55PWGNypQ40NJvjEsAIAGBpksD3VdiXPU+YphhdwospHp5qVXPP5/7a3diYYUZjL9OJEjtRXkvDGPSDJpweW8EIsGt4r36kYbrUghZDhpeM1YScjEFn/uACzbJNE58jQ/5AfsiYg/qXGefh13F03ELHGpOnXIxkm0l5uZCttsWD6YtiE2v52h3rEB/P6ZiZfSwBvrNQ7FehAJti5PLf7jSNuZqq+Nx9UKdEAkNIklV2Fq21Ajd7UcW6BLyZJvjAhS/D2yX4BKyLG2HIM4JhkIjevKrrOSOjVZLDe1fk37wO8lYg4UJK080bZkPZNh01DzsN8r/YFKFCBEmMv+E0nMkJkQGP7YrWApqr0U08D50hksCrEMTt2XjKdBIc2AkCAwEAAQ==","distribution":"AKS_Management","distributionVersion":"1.0","infrastructure":"azure_stack_hci"}}' headers: cache-control: - no-cache content-length: - - '1611' + - '1605' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:43:22 GMT + - Tue, 15 Nov 2022 11:48:39 GMT etag: - - '"19000611-0000-0100-0000-634f01c20000"' + - '"71000f6f-0000-0100-0000-63737c7e0000"' expires: - '-1' pragma: @@ -2720,8 +2884,7 @@ interactions: ParameterSetName: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ExtendedLocation?api-version=2021-04-01 response: @@ -2730,34 +2893,39 @@ interactions: US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"customLocations/enabledResourceTypes","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/operationsstatus","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '3236' + - '3491' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:43:23 GMT + - Tue, 15 Nov 2022 11:48:39 GMT expires: - '-1' pragma: @@ -2786,7 +2954,7 @@ interactions: - -g -n -l --distribution --infrastructure --distribution-version --tags --kube-config User-Agent: - python/3.7.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 azure-graphrbac/0.60.0 - Azure-SDK-For-Python AZURECLI/2.41.0 (MSI) + Azure-SDK-For-Python AZURECLI/2.42.0 accept-language: - en-US method: GET @@ -2809,19 +2977,19 @@ interactions: dataserviceversion: - 3.0; date: - - Tue, 18 Oct 2022 19:43:23 GMT + - Tue, 15 Nov 2022 11:48:40 GMT duration: - - '716480' + - '1074044' expires: - '-1' ocp-aad-diagnostics-server-name: - - N+bNecr59Jz6oaX37slXejtcg9Gha9KWzja/9Zm7oyc= + - +7VrCoU1I3Br6ISJtUGZOCgxwLZ8y/siL9twI3naElE= ocp-aad-session-key: - - NEd2gx1GqCpeB9Bdnt-ruID5gIvXFrRyQODQdvgdxQW7f6V7lx_BcFJ-Xz8BZIW4_MOrqdJptzyYEsFGoQM8PB5jSx4GhhznEUbbDpI8ChUxvDzITACookf33sb4EvFo.l-TMLXhLmY67wsCljrTbg7GDFWK8u3145N_qATTjIqI + - VBz2XNrunxX1vqYJLrgRRu_2Ey12svdLc7Ocx7n8tcwCelZrqXYI6uIkeBYfGt1ZVUCx18r5GLewDhG3xKuj0xWsNqhBmunJv1SvIQb7dxYToon8dUHCORHEMu_hDK0z.l_wp1UW0Fzq4Dhnln_58Csacv8SuRZDVUJfheeYxZOA pragma: - no-cache request-id: - - e66c8dfe-aed6-4048-b8c6-17bebd6a146a + - 0e24af4d-d141-46f9-89b7-a8f95eae2e26 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: @@ -2853,24 +3021,23 @@ interactions: ParameterSetName: - -g -n --azure-hybrid-benefit --kube-config --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:42:47.3232672Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:48:22.7749265Z"},"identity":{"principalId":"5aee9fac-8d11-43ae-87eb-73e6726f340b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"True","agentPublicKeyCertificate":"MIICCgKCAgEAlGPP5Hn/u2zHU7y02UTOBk+PuhSXG8e62N0zfCCQrtNXieB7hDfopMgi9+dyhtRzlcTHnjXCFuPFmW9Tmo2Fo5jE2569dhY9v7GGpoBvErhNjJy6PB/mMHsoZxwEGQiUxn8BuAUwZQ51pHfWp/VC98KONg7J3pYI8q7mMJ3kFtOkMqVvDMt4XLCt4hmwXD/jSgVBSUQVs15zKx8T3lzIEcSWMJnvPYoKR4Ax0YcQ1SAO+UMFDdMj0ou/ttsY+TPWarbIlBqaQ1Cm842X0ez1fhkSrEOncF+t0Kpt2qFY9ugMQdQRM9DSWvaVy6iDReZrR+WYsTyaMnJ9ugR9B5TN4xwLptmeNSv0GxJhWTiStGwDLKRtbZRfkl+ITiCdqY/R3ITPqzpl1SX6Cs0a8hwfmI8iqxYgh32HnsLyw9Tic9JEjpi03ERumPIN1ZHbdkcJwLu4fD3mzc/5ofuuB5tZbj8AVC9lWQtAX1Xp0PZQn8IZQ6wCSiW3jCtqjxpbNyGNDHAY8txspgNj8aJIjoMGumNoTGDuUEI07jEwnan8Oro1nYNnqy3V6pi6hvQAeAK9kgSrxkKaQpIi+8cSVe952khCZgzY02AYvbNJkM8+gWZ9U3pUae0erMQA+pMjfHSmK7+eQxjYhC/eqIX7wEBG9TqAC56GpI5KajmnqPxMOmsCAwEAAQ==","kubernetesVersion":"1.23.12","totalNodeCount":1,"totalCoreCount":4,"agentVersion":"1.8.14","distribution":"AKS_Management","distributionVersion":"1.0","infrastructure":"azure_stack_hci","lastConnectivityTime":"2022-10-18T19:43:51.362Z","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:48:03.4465079Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T11:55:33.9263468Z"},"identity":{"principalId":"4ed63c1a-5e9a-47c1-89bf-ea17f5dddb8e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"True","agentPublicKeyCertificate":"MIICCgKCAgEAwOy8KVNGdmNk9F2HubjjobGYHNhdQTTM+sZD2vYcquf/VnBZ5MxpRZ/bKFaDUcQ8FV7f3AwmCjGpPnDrq6n2FkS2OuEaI+3WqLjnPy57Tjtq+nJLzci6s8dZOODAsyW1/diEAplBSkg9cK6x56vFGw7fr4HL29iBi4jtnIl8TtmHyeStwBj3wYmuXcn+A058A2F3hZPsRDRRPppuf5gMBpetE1wuzKr/VzjWI+PzwEhQiZmJ82OtFpgdJwLSrKY6MO776Kk6t/KaioAEkLJvaxuFHgopom+Cey0S9mtqSj3NN55PWGNypQ40NJvjEsAIAGBpksD3VdiXPU+YphhdwospHp5qVXPP5/7a3diYYUZjL9OJEjtRXkvDGPSDJpweW8EIsGt4r36kYbrUghZDhpeM1YScjEFn/uACzbJNE58jQ/5AfsiYg/qXGefh13F03ELHGpOnXIxkm0l5uZCttsWD6YtiE2v52h3rEB/P6ZiZfSwBvrNQ7FehAJti5PLf7jSNuZqq+Nx9UKdEAkNIklV2Fq21Ajd7UcW6BLyZJvjAhS/D2yX4BKyLG2HIM4JhkIjevKrrOSOjVZLDe1fk37wO8lYg4UJK080bZkPZNh01DzsN8r/YFKFCBEmMv+E0nMkJkQGP7YrWApqr0U08D50hksCrEMTt2XjKdBIc2AkCAwEAAQ==","kubernetesVersion":"1.23.12","totalNodeCount":1,"totalCoreCount":4,"agentVersion":"1.8.14","distribution":"AKS_Management","distributionVersion":"1.0","infrastructure":"azure_stack_hci","managedIdentityCertificateExpirationTime":"2023-02-13T11:43:00Z","lastConnectivityTime":"2022-11-15T11:54:01.673Z","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1743' + - '1803' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:48:23 GMT + - Tue, 15 Nov 2022 11:55:34 GMT etag: - - '"19000616-0000-0100-0000-634f03070000"' + - '"71006b79-0000-0100-0000-63737e360000"' expires: - '-1' pragma: @@ -2895,254 +3062,47 @@ interactions: headers: Accept: - application/json - Content-Type: - - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -y User-Agent: - - OpenAPI-Generator/24.2.0/python - method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/version/ + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 + (Windows-10-10.0.22621-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.ContainerService/managedClusters/cli-test-aks-000001?api-version=2022-09-01 response: body: - string: "{\n \"major\": \"1\",\n \"minor\": \"23\",\n \"gitVersion\": \"v1.23.12\",\n - \ \"gitCommit\": \"c6939792865ef0f70f92006081690d77411c8ed5\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:35Z\",\n \"goVersion\": \"go1.17.13\",\n - \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" + string: '' headers: - audit-id: - - 31c61713-c686-42d6-b26f-ae042770a580 + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 cache-control: - - no-cache, private + - no-cache content-length: - - '265' - content-type: - - application/json + - '0' date: - - Tue, 18 Oct 2022 19:48:26 GMT - x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 - x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAPI-Generator/24.2.0/python - method: GET - uri: https://cli-test-a-akkeshar-1bfbb5-d5fa5d83.hcp.westeurope.azmk8s.io/api/v1/namespaces/azure-arc/configmaps/azure-clusterconfig - response: - body: - string: '{"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"azure-clusterconfig","namespace":"azure-arc","uid":"bd2398d1-fdb0-4ece-8137-e9b5327e4d59","resourceVersion":"4921","creationTimestamp":"2022-10-18T19:43:35Z","labels":{"app.kubernetes.io/managed-by":"Helm"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:43:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ARC_AGENT_HELM_CHART_NAME":{},"f:ARC_AGENT_RELEASE_TRAIN":{},"f:AZURE_ARC_AGENT_VERSION":{},"f:AZURE_ARC_AUTOUPDATE":{},"f:AZURE_ARC_HELM_NAMESPACE":{},"f:AZURE_ARC_RELEASE_NAME":{},"f:AZURE_ENVIRONMENT":{},"f:AZURE_REGION":{},"f:AZURE_RESOURCE_GROUP":{},"f:AZURE_RESOURCE_MANAGER_ENDPOINT":{},"f:AZURE_RESOURCE_NAME":{},"f:AZURE_SUBSCRIPTION_ID":{},"f:AZURE_TENANT_ID":{},"f:CLUSTER_CONNECT_AGENT_ENABLED":{},"f:CLUSTER_TYPE":{},"f:CUSTOM_IDENTITY_PROVIDER_ENABLED":{},"f:DEBUG_LOGGING":{},"f:EXTENSION_OPERATOR_ENABLED":{},"f:FLUX_CLIENT_DEFAULT_LOCATION":{},"f:FLUX_UPSTREAM_SERVICE_ENABLED":{},"f:GITOPS_ENABLED":{},"f:GUARD_PKI_HOSTPATH":{},"f:HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":{},"f:IS_CLIENT_SECRET_A_TOKEN":{},"f:KUBERNETES_DISTRO":{},"f:KUBERNETES_INFRA":{},"f:MANAGED_IDENTITY_AUTH":{},"f:MAX_ENTRIES_PER_STORE":{},"f:MAX_STORES":{},"f:MSI_ADAPTER_ARTIFACT_PATH":{},"f:NO_AUTH_HEADER_DATA_PLANE":{},"f:ONBOARDING_SECRET_NAME":{},"f:ONBOARDING_SECRET_NAMESPACE":{},"f:RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":{},"f:RESOURCE_SYNC_LIST_CHUNK_SIZE":{},"f:RP_NAMESPACE":{},"f:TAGS":{}},"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app.kubernetes.io/managed-by":{}}}}}]},"data":{"ARC_AGENT_HELM_CHART_NAME":"azure-arc-k8sagents","ARC_AGENT_RELEASE_TRAIN":"stable","AZURE_ARC_AGENT_VERSION":"1.8.14","AZURE_ARC_AUTOUPDATE":"true","AZURE_ARC_HELM_NAMESPACE":"default","AZURE_ARC_RELEASE_NAME":"azure-arc","AZURE_ENVIRONMENT":"AZUREPUBLICCLOUD","AZURE_REGION":"eastus","AZURE_RESOURCE_GROUP":"akkeshar","AZURE_RESOURCE_MANAGER_ENDPOINT":"","AZURE_RESOURCE_NAME":"cc-000002","AZURE_SUBSCRIPTION_ID":"1bfbb5d0-917e-4346-9026-1d3b344417f5","AZURE_TENANT_ID":"72f988bf-86f1-41af-91ab-2d7cd011db47","CLUSTER_CONNECT_AGENT_ENABLED":"true","CLUSTER_TYPE":"ConnectedClusters","CUSTOM_IDENTITY_PROVIDER_ENABLED":"false","DEBUG_LOGGING":"false","EXTENSION_OPERATOR_ENABLED":"true","FLUX_CLIENT_DEFAULT_LOCATION":"mcr.microsoft.com/azurearck8s/arc-preview/fluxctl:0.2.0","FLUX_UPSTREAM_SERVICE_ENABLED":"true","GITOPS_ENABLED":"true","GUARD_PKI_HOSTPATH":"","HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":"60","IS_CLIENT_SECRET_A_TOKEN":"false","KUBERNETES_DISTRO":"aks_management","KUBERNETES_INFRA":"azure_stack_hci","MANAGED_IDENTITY_AUTH":"true","MAX_ENTRIES_PER_STORE":"680","MAX_STORES":"30","MSI_ADAPTER_ARTIFACT_PATH":"mcr.microsoft.com/azurearck8s/msi-adapter:1.0.2","NO_AUTH_HEADER_DATA_PLANE":"false","ONBOARDING_SECRET_NAME":"azure-arc-connect-privatekey","ONBOARDING_SECRET_NAMESPACE":"azure-arc","RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":"false","RESOURCE_SYNC_LIST_CHUNK_SIZE":"200","RP_NAMESPACE":"Microsoft.Kubernetes","TAGS":"map[]"}} - - ' - headers: - audit-id: - - 87358c16-dd02-4d6f-9199-fcdfc5f29c65 - cache-control: - - no-cache, private - content-type: - - application/json - date: - - Tue, 18 Oct 2022 19:48:33 GMT - transfer-encoding: - - chunked - x-kubernetes-pf-flowschema-uid: - - 4338b148-01d8-4f61-8b84-7cdc7ec27482 - x-kubernetes-pf-prioritylevel-uid: - - aa4e26b3-f7bb-4992-a47d-272b134f6779 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - connectedk8s update - Connection: - - keep-alive - ParameterSetName: - - -g -n --azure-hybrid-benefit --kube-config --yes - User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:42:47.3232672Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:48:22.7749265Z"},"identity":{"principalId":"5aee9fac-8d11-43ae-87eb-73e6726f340b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"True","agentPublicKeyCertificate":"MIICCgKCAgEAlGPP5Hn/u2zHU7y02UTOBk+PuhSXG8e62N0zfCCQrtNXieB7hDfopMgi9+dyhtRzlcTHnjXCFuPFmW9Tmo2Fo5jE2569dhY9v7GGpoBvErhNjJy6PB/mMHsoZxwEGQiUxn8BuAUwZQ51pHfWp/VC98KONg7J3pYI8q7mMJ3kFtOkMqVvDMt4XLCt4hmwXD/jSgVBSUQVs15zKx8T3lzIEcSWMJnvPYoKR4Ax0YcQ1SAO+UMFDdMj0ou/ttsY+TPWarbIlBqaQ1Cm842X0ez1fhkSrEOncF+t0Kpt2qFY9ugMQdQRM9DSWvaVy6iDReZrR+WYsTyaMnJ9ugR9B5TN4xwLptmeNSv0GxJhWTiStGwDLKRtbZRfkl+ITiCdqY/R3ITPqzpl1SX6Cs0a8hwfmI8iqxYgh32HnsLyw9Tic9JEjpi03ERumPIN1ZHbdkcJwLu4fD3mzc/5ofuuB5tZbj8AVC9lWQtAX1Xp0PZQn8IZQ6wCSiW3jCtqjxpbNyGNDHAY8txspgNj8aJIjoMGumNoTGDuUEI07jEwnan8Oro1nYNnqy3V6pi6hvQAeAK9kgSrxkKaQpIi+8cSVe952khCZgzY02AYvbNJkM8+gWZ9U3pUae0erMQA+pMjfHSmK7+eQxjYhC/eqIX7wEBG9TqAC56GpI5KajmnqPxMOmsCAwEAAQ==","kubernetesVersion":"1.23.12","totalNodeCount":1,"totalCoreCount":4,"agentVersion":"1.8.14","distribution":"AKS_Management","distributionVersion":"1.0","infrastructure":"azure_stack_hci","lastConnectivityTime":"2022-10-18T19:43:51.362Z","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '1743' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 18 Oct 2022 19:48:33 GMT - etag: - - '"19000616-0000-0100-0000-634f03070000"' - 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: - - connectedk8s update - Connection: - - keep-alive - ParameterSetName: - - -g -n --azure-hybrid-benefit --kube-config --yes - User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:42:47.3232672Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:48:22.7749265Z"},"identity":{"principalId":"5aee9fac-8d11-43ae-87eb-73e6726f340b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"True","agentPublicKeyCertificate":"MIICCgKCAgEAlGPP5Hn/u2zHU7y02UTOBk+PuhSXG8e62N0zfCCQrtNXieB7hDfopMgi9+dyhtRzlcTHnjXCFuPFmW9Tmo2Fo5jE2569dhY9v7GGpoBvErhNjJy6PB/mMHsoZxwEGQiUxn8BuAUwZQ51pHfWp/VC98KONg7J3pYI8q7mMJ3kFtOkMqVvDMt4XLCt4hmwXD/jSgVBSUQVs15zKx8T3lzIEcSWMJnvPYoKR4Ax0YcQ1SAO+UMFDdMj0ou/ttsY+TPWarbIlBqaQ1Cm842X0ez1fhkSrEOncF+t0Kpt2qFY9ugMQdQRM9DSWvaVy6iDReZrR+WYsTyaMnJ9ugR9B5TN4xwLptmeNSv0GxJhWTiStGwDLKRtbZRfkl+ITiCdqY/R3ITPqzpl1SX6Cs0a8hwfmI8iqxYgh32HnsLyw9Tic9JEjpi03ERumPIN1ZHbdkcJwLu4fD3mzc/5ofuuB5tZbj8AVC9lWQtAX1Xp0PZQn8IZQ6wCSiW3jCtqjxpbNyGNDHAY8txspgNj8aJIjoMGumNoTGDuUEI07jEwnan8Oro1nYNnqy3V6pi6hvQAeAK9kgSrxkKaQpIi+8cSVe952khCZgzY02AYvbNJkM8+gWZ9U3pUae0erMQA+pMjfHSmK7+eQxjYhC/eqIX7wEBG9TqAC56GpI5KajmnqPxMOmsCAwEAAQ==","kubernetesVersion":"1.23.12","totalNodeCount":1,"totalCoreCount":4,"agentVersion":"1.8.14","distribution":"AKS_Management","distributionVersion":"1.0","infrastructure":"azure_stack_hci","lastConnectivityTime":"2022-10-18T19:43:51.362Z","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '1743' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 18 Oct 2022 19:48:35 GMT - etag: - - '"19000616-0000-0100-0000-634f03070000"' - 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: - - connectedk8s update - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -g -n --azure-hybrid-benefit --kube-config --yes - User-Agent: - - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.41.0 (MSI) - method: POST - uri: https://eastus.dp.kubernetesconfiguration.azure.com/azure-arc-k8sagents/GetLatestHelmPackagePath?api-version=2019-11-01-preview&releaseTrain=stable - response: - body: - string: '{"repositoryPath":"mcr.microsoft.com/azurearck8s/batch1/stable/azure-arc-k8sagents:1.8.14"}' - headers: - api-supported-versions: - - 2019-11-01-Preview - connection: - - close - content-length: - - '91' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 18 Oct 2022 19:48:37 GMT - strict-transport-security: - - max-age=15724800; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 - (Windows-10-10.0.22621-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.ContainerService/managedClusters/cli-test-aks-000001?api-version=2022-07-01 - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 - cache-control: - - no-cache - content-length: - - '0' - date: - - Tue, 18 Oct 2022 19:49:16 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operationresults/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 - pragma: - - no-cache - server: - - nginx - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - Tue, 15 Nov 2022 11:55:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operationresults/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' status: code: 202 message: Accepted @@ -3160,14 +3120,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3176,7 +3136,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:49:46 GMT + - Tue, 15 Nov 2022 11:55:40 GMT expires: - '-1' pragma: @@ -3208,14 +3168,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3224,7 +3184,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:50:17 GMT + - Tue, 15 Nov 2022 11:56:10 GMT expires: - '-1' pragma: @@ -3256,14 +3216,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3272,7 +3232,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:50:47 GMT + - Tue, 15 Nov 2022 11:56:41 GMT expires: - '-1' pragma: @@ -3304,14 +3264,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3320,7 +3280,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:51:17 GMT + - Tue, 15 Nov 2022 11:57:12 GMT expires: - '-1' pragma: @@ -3352,14 +3312,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3368,7 +3328,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:51:48 GMT + - Tue, 15 Nov 2022 11:57:42 GMT expires: - '-1' pragma: @@ -3400,14 +3360,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3416,7 +3376,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:52:17 GMT + - Tue, 15 Nov 2022 11:58:13 GMT expires: - '-1' pragma: @@ -3448,14 +3408,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3464,7 +3424,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:52:48 GMT + - Tue, 15 Nov 2022 11:58:43 GMT expires: - '-1' pragma: @@ -3496,14 +3456,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3512,7 +3472,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:53:19 GMT + - Tue, 15 Nov 2022 11:59:13 GMT expires: - '-1' pragma: @@ -3544,14 +3504,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3560,7 +3520,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:53:48 GMT + - Tue, 15 Nov 2022 11:59:44 GMT expires: - '-1' pragma: @@ -3592,14 +3552,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3608,7 +3568,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:54:19 GMT + - Tue, 15 Nov 2022 12:00:14 GMT expires: - '-1' pragma: @@ -3640,14 +3600,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3656,7 +3616,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:54:50 GMT + - Tue, 15 Nov 2022 12:00:44 GMT expires: - '-1' pragma: @@ -3688,14 +3648,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3704,7 +3664,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:55:19 GMT + - Tue, 15 Nov 2022 12:01:14 GMT expires: - '-1' pragma: @@ -3736,14 +3696,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\"\n }" headers: cache-control: - no-cache @@ -3752,7 +3712,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:55:50 GMT + - Tue, 15 Nov 2022 12:01:46 GMT expires: - '-1' pragma: @@ -3784,63 +3744,15 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/c6161de8-d463-4994-89b9-768bc001e9b1?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Tue, 18 Oct 2022 19:56:21 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 - (Windows-10-10.0.22621-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/737e1278-64a1-42be-ac82-faead7ab039c?api-version=2017-08-31 - response: - body: - string: "{\n \"name\": \"78127e73-a164-be42-ac82-faead7ab039c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-10-18T19:49:16.6089821Z\",\n \"endTime\": - \"2022-10-18T19:56:36.2462239Z\"\n }" + string: "{\n \"name\": \"e81d16c6-63d4-9449-89b9-768bc001e9b1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2022-11-15T11:55:40.7956822Z\",\n \"endTime\": + \"2022-11-15T12:02:05.3446812Z\"\n }" headers: cache-control: - no-cache @@ -3849,7 +3761,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:56:51 GMT + - Tue, 15 Nov 2022 12:02:15 GMT expires: - '-1' pragma: @@ -3883,7 +3795,7 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.ContainerService/managedClusters/tempaks/listClusterUserCredential?api-version=2021-08-01 @@ -3900,7 +3812,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:56:54 GMT + - Tue, 15 Nov 2022 12:02:18 GMT expires: - '-1' pragma: @@ -3934,8 +3846,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -3958,7 +3869,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:56:55 GMT + - Tue, 15 Nov 2022 12:02:19 GMT expires: - '-1' pragma: @@ -3986,8 +3897,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2021-04-01 response: @@ -4052,7 +3962,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:56:55 GMT + - Tue, 15 Nov 2022 12:02:19 GMT expires: - '-1' pragma: @@ -4080,12 +3990,12 @@ interactions: response: body: string: "{\n \"major\": \"1\",\n \"minor\": \"24\",\n \"gitVersion\": \"v1.24.6\",\n - \ \"gitCommit\": \"b39bf148cd654599a52e867485c02c4f9d28b312\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:51Z\",\n \"goVersion\": \"go1.18.6\",\n + \ \"gitCommit\": \"6c23b67c202a4cfa7c76c3e1b370bd5f0e654f30\",\n \"gitTreeState\": + \"clean\",\n \"buildDate\": \"2022-11-09T17:13:23Z\",\n \"goVersion\": \"go1.18.6\",\n \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" headers: audit-id: - - 369feda7-ec34-41e6-8dc5-b7e44e1e37a7 + - 69436ef1-1e82-4464-9fad-7f4d386ca936 cache-control: - no-cache, private content-length: @@ -4093,7 +4003,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:56:56 GMT + - Tue, 15 Nov 2022 12:02:21 GMT x-kubernetes-pf-flowschema-uid: - 9c9284bf-ac50-497c-86a8-5f4f7d857b28 x-kubernetes-pf-prioritylevel-uid: @@ -4114,60 +4024,60 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/nodes response: body: - string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"2976771"},"items":[{"metadata":{"name":"aks-agentpool-35222091-vmss000000","uid":"ead90674-ebc8-4237-8b11-cba2c3f902c1","resourceVersion":"2976674","creationTimestamp":"2022-10-10T04:01:39Z","labels":{"agentpool":"agentpool","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"southcentralus","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"agentpool","kubernetes.azure.com/cluster":"MC_akkeshar_tempaks_southcentralus","kubernetes.azure.com/kubelet-identity-client-id":"a7082775-1b69-4810-99a4-7ddaeac55b5b","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.09.22","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-agentpool-35222091-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"southcentralus","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-agentpool-35222091-vmss000000\",\"file.csi.azure.com\":\"aks-agentpool-35222091-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:01:39Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:01:39Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/cluster":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.azure.com/os-sku":{},"f:kubernetes.azure.com/role":{},"f:kubernetes.azure.com/storageprofile":{},"f:kubernetes.azure.com/storagetier":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{},"f:storageprofile":{},"f:storagetier":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:01:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:00Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:02Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:02Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"},{"manager":"node-problem-detector","operation":"Update","apiVersion":"v1","time":"2022-10-11T14:42:13Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainerRuntimeProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FilesystemCorruptionProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FreezeScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentContainerdRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentDockerRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentKubeletRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentUnregisterNetDevice\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KernelDeadlock\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KubeletProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PreemptScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"ReadonlyFilesystem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RebootScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RedeployScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"TerminateScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"VMEventScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_tempaks_southcentralus/providers/Microsoft.Compute/virtualMachineScaleSets/aks-agentpool-35222091-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16009Mi","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12597Mi","pods":"110"},"conditions":[{"type":"FilesystemCorruptionProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"FilesystemIsOK","message":"Filesystem - is healthy"},{"type":"RebootScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoRebootScheduled","message":"VM - has no scheduled Reboot event"},{"type":"ReadonlyFilesystem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"FilesystemIsNotReadOnly","message":"Filesystem - is not read-only"},{"type":"TerminateScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoTerminateScheduled","message":"VM - has no scheduled Terminate event"},{"type":"FrequentContainerdRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentContainerdRestart","message":"containerd - is functioning properly"},{"type":"KernelDeadlock","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"KernelHasNoDeadlock","message":"kernel - has no deadlock"},{"type":"KubeletProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"KubeletIsUp","message":"kubelet - service is up"},{"type":"PreemptScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoPreemptScheduled","message":"VM - has no scheduled Preempt event"},{"type":"FrequentUnregisterNetDevice","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentUnregisterNetDevice","message":"node - is functioning properly"},{"type":"RedeployScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoRedeployScheduled","message":"VM - has no scheduled Redeploy event"},{"type":"ContainerRuntimeProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"ContainerRuntimeIsUp","message":"container - runtime service is up"},{"type":"FrequentKubeletRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentKubeletRestart","message":"kubelet - is functioning properly"},{"type":"FreezeScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFreezeScheduled","message":"VM - has no scheduled Freeze event"},{"type":"FrequentDockerRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentDockerRestart","message":"docker - is functioning properly"},{"type":"VMEventScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:31Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoVMEventScheduled","message":"VM - has no scheduled event"},{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-10-10T04:02:35Z","lastTransitionTime":"2022-10-10T04:02:35Z","reason":"RouteCreated","message":"RouteController - created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:54:55Z","lastTransitionTime":"2022-10-10T04:01:39Z","reason":"KubeletHasSufficientMemory","message":"kubelet - has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:54:55Z","lastTransitionTime":"2022-10-10T04:01:39Z","reason":"KubeletHasNoDiskPressure","message":"kubelet - has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:54:55Z","lastTransitionTime":"2022-10-10T04:01:39Z","reason":"KubeletHasSufficientPID","message":"kubelet - has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-10-18T19:54:55Z","lastTransitionTime":"2022-10-10T04:01:40Z","reason":"KubeletReady","message":"kubelet + string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"12008511"},"items":[{"metadata":{"name":"aks-agentpool-35222091-vmss000000","uid":"ead90674-ebc8-4237-8b11-cba2c3f902c1","resourceVersion":"12007568","creationTimestamp":"2022-10-10T04:01:39Z","labels":{"agentpool":"agentpool","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"southcentralus","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"agentpool","kubernetes.azure.com/cluster":"MC_akkeshar_tempaks_southcentralus","kubernetes.azure.com/kubelet-identity-client-id":"a7082775-1b69-4810-99a4-7ddaeac55b5b","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.09.22","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-agentpool-35222091-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"southcentralus","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-agentpool-35222091-vmss000000\",\"file.csi.azure.com\":\"aks-agentpool-35222091-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:01:39Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:01:39Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/cluster":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.azure.com/os-sku":{},"f:kubernetes.azure.com/role":{},"f:kubernetes.azure.com/storageprofile":{},"f:kubernetes.azure.com/storagetier":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{},"f:storageprofile":{},"f:storagetier":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:01:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:02Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:02Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"},{"manager":"node-problem-detector","operation":"Update","apiVersion":"v1","time":"2022-10-11T14:42:13Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainerRuntimeProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FilesystemCorruptionProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FreezeScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentContainerdRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentDockerRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentKubeletRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentUnregisterNetDevice\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KernelDeadlock\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KubeletProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PreemptScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"ReadonlyFilesystem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RebootScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RedeployScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"TerminateScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"VMEventScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-14T01:42:51Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_tempaks_southcentralus/providers/Microsoft.Compute/virtualMachineScaleSets/aks-agentpool-35222091-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16009Mi","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12597Mi","pods":"110"},"conditions":[{"type":"VMEventScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-11-12T18:29:22Z","reason":"NoVMEventScheduled","message":"VM + has no scheduled event"},{"type":"FrequentKubeletRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoFrequentKubeletRestart","message":"kubelet + is functioning properly"},{"type":"FilesystemCorruptionProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"FilesystemIsOK","message":"Filesystem + is healthy"},{"type":"FrequentDockerRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoFrequentDockerRestart","message":"docker + is functioning properly"},{"type":"RedeployScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoRedeployScheduled","message":"VM + has no scheduled Redeploy event"},{"type":"FreezeScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-11-12T18:30:15Z","reason":"NoFreezeScheduled","message":"VM + has no scheduled Freeze event"},{"type":"KubeletProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"KubeletIsUp","message":"kubelet + service is up"},{"type":"FrequentContainerdRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoFrequentContainerdRestart","message":"containerd + is functioning properly"},{"type":"RebootScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoRebootScheduled","message":"VM + has no scheduled Reboot event"},{"type":"KernelDeadlock","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"KernelHasNoDeadlock","message":"kernel + has no deadlock"},{"type":"PreemptScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoPreemptScheduled","message":"VM + has no scheduled Preempt event"},{"type":"TerminateScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoTerminateScheduled","message":"VM + has no scheduled Terminate event"},{"type":"FrequentUnregisterNetDevice","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"NoFrequentUnregisterNetDevice","message":"node + is functioning properly"},{"type":"ReadonlyFilesystem","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"FilesystemIsNotReadOnly","message":"Filesystem + is not read-only"},{"type":"ContainerRuntimeProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:58:06Z","lastTransitionTime":"2022-10-22T18:45:12Z","reason":"ContainerRuntimeIsUp","message":"container + runtime service is up"},{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-10-10T04:02:35Z","lastTransitionTime":"2022-10-10T04:02:35Z","reason":"RouteCreated","message":"RouteController + created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:57:23Z","lastTransitionTime":"2022-11-14T01:42:51Z","reason":"KubeletHasSufficientMemory","message":"kubelet + has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:57:23Z","lastTransitionTime":"2022-11-14T01:42:51Z","reason":"KubeletHasNoDiskPressure","message":"kubelet + has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:57:23Z","lastTransitionTime":"2022-11-14T01:42:51Z","reason":"KubeletHasSufficientPID","message":"kubelet + has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-11-15T11:57:23Z","lastTransitionTime":"2022-11-14T01:42:51Z","reason":"KubeletReady","message":"kubelet is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.4"},{"type":"Hostname","address":"aks-agentpool-35222091-vmss000000"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"a3c0f9b3c4c74d83ae50f188e237de01","systemUUID":"caabd586-3531-4e2e-9111-e258f1790065","bootID":"51adf7b5-ed98-4322-80b9-c937431968b1","kernelVersion":"5.4.0-1091-azure","osImage":"Ubuntu - 18.04.6 LTS","containerRuntimeVersion":"containerd://1.6.4+azure-4","kubeletVersion":"v1.24.6","kubeProxyVersion":"v1.24.6","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:65b99ab432f3a164e3bea2e5d0350039e597176eda3179f2a59ef4696e9d65df","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.57"],"sizeBytes":374449658},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:239a04dd583cd552d7a37941c96422d6c8acf243dd88538ba013d337c2925426","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.49"],"sizeBytes":374180034},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06272022-hotfix"],"sizeBytes":357023149},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:07e6640452537dfb75f4f30f25178a9be4151ddc7578436a6ee8843d79889fe1","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.57"],"sizeBytes":315495474},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:ec066564034f34578c930bef6734ff19c92b33462165e62538842cfeb9dbc3fb","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.49"],"sizeBytes":315042580},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.23.8"],"sizeBytes":184105789},{"names":["mcr.microsoft.com/azuredefender/stable/security-publisher@sha256:d5de5c8fa8213dc5c178d7a5c9c5c5d8c7ba14c65c5fbd2d661f7670af6cbdf5","mcr.microsoft.com/azuredefender/stable/security-publisher:1.0.56"],"sizeBytes":172024457},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.1.1"],"sizeBytes":167528909},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":null,"sizeBytes":129890505},{"names":null,"sizeBytes":128992809},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.6.1"],"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115677896},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:a9d68708393eb3fbe09aa32db020c805bab952709fe6df552959c26ab2f92336","mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.2"],"sizeBytes":99335832},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.1"],"sizeBytes":88352750},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.21.0"],"sizeBytes":87550430},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.5.2"],"sizeBytes":77081542},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.20.0"],"sizeBytes":75152698},{"names":["mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.4.0"],"sizeBytes":73895290},{"names":["mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.9.0"],"sizeBytes":67291599},{"names":["mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2"],"sizeBytes":67202663}]}},{"metadata":{"name":"aks-agentpool-35222091-vmss000001","uid":"336238a8-144e-4068-a997-7963fa960709","resourceVersion":"2976629","creationTimestamp":"2022-10-10T04:02:15Z","labels":{"agentpool":"agentpool","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"southcentralus","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"agentpool","kubernetes.azure.com/cluster":"MC_akkeshar_tempaks_southcentralus","kubernetes.azure.com/kubelet-identity-client-id":"a7082775-1b69-4810-99a4-7ddaeac55b5b","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.09.22","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-agentpool-35222091-vmss000001","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"southcentralus","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-agentpool-35222091-vmss000001\",\"file.csi.azure.com\":\"aks-agentpool-35222091-vmss000001\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.1.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/cluster":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.azure.com/os-sku":{},"f:kubernetes.azure.com/role":{},"f:kubernetes.azure.com/storageprofile":{},"f:kubernetes.azure.com/storagetier":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{},"f:storageprofile":{},"f:storagetier":{}}}}},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:24Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:24Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:25Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:27Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:03:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"},{"manager":"node-problem-detector","operation":"Update","apiVersion":"v1","time":"2022-10-11T14:42:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainerRuntimeProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FilesystemCorruptionProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FreezeScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentContainerdRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentDockerRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentKubeletRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentUnregisterNetDevice\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KernelDeadlock\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KubeletProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PreemptScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"ReadonlyFilesystem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RebootScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RedeployScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"TerminateScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"VMEventScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.1.0/24","podCIDRs":["10.244.1.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_tempaks_southcentralus/providers/Microsoft.Compute/virtualMachineScaleSets/aks-agentpool-35222091-vmss/virtualMachines/1"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393220Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899332Ki","pods":"110"},"conditions":[{"type":"KernelDeadlock","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"KernelHasNoDeadlock","message":"kernel - has no deadlock"},{"type":"RebootScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoRebootScheduled","message":"VM - has no scheduled Reboot event"},{"type":"PreemptScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoPreemptScheduled","message":"VM - has no scheduled Preempt event"},{"type":"FrequentDockerRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentDockerRestart","message":"docker - is functioning properly"},{"type":"FrequentContainerdRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentContainerdRestart","message":"containerd - is functioning properly"},{"type":"FrequentKubeletRestart","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentKubeletRestart","message":"kubelet - is functioning properly"},{"type":"FreezeScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFreezeScheduled","message":"VM - has no scheduled Freeze event"},{"type":"ContainerRuntimeProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"ContainerRuntimeIsUp","message":"container - runtime service is up"},{"type":"FilesystemCorruptionProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"FilesystemIsOK","message":"Filesystem - is healthy"},{"type":"VMEventScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoVMEventScheduled","message":"VM - has no scheduled event"},{"type":"TerminateScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoTerminateScheduled","message":"VM - has no scheduled Terminate event"},{"type":"KubeletProblem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"KubeletIsUp","message":"kubelet - service is up"},{"type":"FrequentUnregisterNetDevice","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoFrequentUnregisterNetDevice","message":"node - is functioning properly"},{"type":"ReadonlyFilesystem","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"FilesystemIsNotReadOnly","message":"Filesystem - is not read-only"},{"type":"RedeployScheduled","status":"False","lastHeartbeatTime":"2022-10-18T19:56:19Z","lastTransitionTime":"2022-10-15T19:52:59Z","reason":"NoRedeployScheduled","message":"VM - has no scheduled Redeploy event"},{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-10-10T04:03:35Z","lastTransitionTime":"2022-10-10T04:03:35Z","reason":"RouteCreated","message":"RouteController - created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:54:35Z","lastTransitionTime":"2022-10-10T04:02:15Z","reason":"KubeletHasSufficientMemory","message":"kubelet - has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:54:35Z","lastTransitionTime":"2022-10-10T04:02:15Z","reason":"KubeletHasNoDiskPressure","message":"kubelet - has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:54:35Z","lastTransitionTime":"2022-10-10T04:02:15Z","reason":"KubeletHasSufficientPID","message":"kubelet - has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-10-18T19:54:35Z","lastTransitionTime":"2022-10-10T04:02:25Z","reason":"KubeletReady","message":"kubelet + 18.04.6 LTS","containerRuntimeVersion":"containerd://1.6.4+azure-4","kubeletVersion":"v1.24.6","kubeProxyVersion":"v1.24.6","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:65b99ab432f3a164e3bea2e5d0350039e597176eda3179f2a59ef4696e9d65df","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.57"],"sizeBytes":374449658},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:239a04dd583cd552d7a37941c96422d6c8acf243dd88538ba013d337c2925426","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.49"],"sizeBytes":374180034},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06272022-hotfix"],"sizeBytes":357023149},{"names":["arck8sconformance.azurecr.io/samples/demo@sha256:d3e4626750d487861d95121319c15506a6a16fde5ed8212001464d0cdfe9d507","arck8sconformance.azurecr.io/samples/demo:v0.1.0"],"sizeBytes":347305950},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:07e6640452537dfb75f4f30f25178a9be4151ddc7578436a6ee8843d79889fe1","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.57"],"sizeBytes":315495474},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:ec066564034f34578c930bef6734ff19c92b33462165e62538842cfeb9dbc3fb","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.49"],"sizeBytes":315042580},{"names":["devconformance.azurecr.io/platformdev@sha256:575345eb42057a05ce229f795486430341b384c81c1f86a03475aa3be1b7ecd7","devconformance.azurecr.io/platformdev:v3"],"sizeBytes":304882193},{"names":["arck8sconformance.azurecr.io/arck8sconformance/clusterconnect@sha256:958543f1a0acfc8f64f97f819f7a4b0183619fa15a961fbeaba202378c861460","arck8sconformance.azurecr.io/arck8sconformance/clusterconnect:0.1.9"],"sizeBytes":290664641},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.23.8"],"sizeBytes":184105789},{"names":["mcr.microsoft.com/azuredefender/stable/security-publisher@sha256:d5de5c8fa8213dc5c178d7a5c9c5c5d8c7ba14c65c5fbd2d661f7670af6cbdf5","mcr.microsoft.com/azuredefender/stable/security-publisher:1.0.56"],"sizeBytes":172024457},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.1.1"],"sizeBytes":167528909},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":null,"sizeBytes":129890505},{"names":null,"sizeBytes":128992809},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy@sha256:07265b4c767ef6fdfe78d862a08d6392dfeea707e63930a8ecb8eafef848cf14","mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.6-hotfix.20221006.1"],"sizeBytes":123550720},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.6.1"],"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115677896},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:a9d68708393eb3fbe09aa32db020c805bab952709fe6df552959c26ab2f92336","mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.2"],"sizeBytes":99335832},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:492de0426ff8299b043ba6845ff517cf477b985c927b522e6b01a65e9537aa1e","mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.1"],"sizeBytes":88352750},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.21.0"],"sizeBytes":87550430},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:d8802d555a169c34ce1ebbfb8d0228777250ab8fdd4af084e0ea98476eb60f90","mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811}]}},{"metadata":{"name":"aks-agentpool-35222091-vmss000001","uid":"336238a8-144e-4068-a997-7963fa960709","resourceVersion":"12008336","creationTimestamp":"2022-10-10T04:02:15Z","labels":{"agentpool":"agentpool","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"southcentralus","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"agentpool","kubernetes.azure.com/cluster":"MC_akkeshar_tempaks_southcentralus","kubernetes.azure.com/kubelet-identity-client-id":"a7082775-1b69-4810-99a4-7ddaeac55b5b","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.09.22","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-agentpool-35222091-vmss000001","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"southcentralus","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-agentpool-35222091-vmss000001\",\"file.csi.azure.com\":\"aks-agentpool-35222091-vmss000001\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.1.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/cluster":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.azure.com/os-sku":{},"f:kubernetes.azure.com/role":{},"f:kubernetes.azure.com/storageprofile":{},"f:kubernetes.azure.com/storagetier":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{},"f:storageprofile":{},"f:storagetier":{}}}}},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:24Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:24Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:02:25Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:03:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"},{"manager":"node-problem-detector","operation":"Update","apiVersion":"v1","time":"2022-10-11T14:42:15Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainerRuntimeProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FilesystemCorruptionProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FreezeScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentContainerdRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentDockerRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentKubeletRestart\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"FrequentUnregisterNetDevice\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KernelDeadlock\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"KubeletProblem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PreemptScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"ReadonlyFilesystem\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RebootScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"RedeployScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"TerminateScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"VMEventScheduled\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-14T01:42:54Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.1.0/24","podCIDRs":["10.244.1.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_akkeshar_tempaks_southcentralus/providers/Microsoft.Compute/virtualMachineScaleSets/aks-agentpool-35222091-vmss/virtualMachines/1"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393220Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899332Ki","pods":"110"},"conditions":[{"type":"FrequentContainerdRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoFrequentContainerdRestart","message":"containerd + is functioning properly"},{"type":"FrequentUnregisterNetDevice","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoFrequentUnregisterNetDevice","message":"node + is functioning properly"},{"type":"ContainerRuntimeProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"ContainerRuntimeIsUp","message":"container + runtime service is up"},{"type":"ReadonlyFilesystem","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"FilesystemIsNotReadOnly","message":"Filesystem + is not read-only"},{"type":"FrequentDockerRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoFrequentDockerRestart","message":"docker + is functioning properly"},{"type":"RedeployScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoRedeployScheduled","message":"VM + has no scheduled Redeploy event"},{"type":"KubeletProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"KubeletIsUp","message":"kubelet + service is up"},{"type":"FilesystemCorruptionProblem","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"FilesystemIsOK","message":"Filesystem + is healthy"},{"type":"TerminateScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoTerminateScheduled","message":"VM + has no scheduled Terminate event"},{"type":"KernelDeadlock","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"KernelHasNoDeadlock","message":"kernel + has no deadlock"},{"type":"RebootScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoRebootScheduled","message":"VM + has no scheduled Reboot event"},{"type":"FrequentKubeletRestart","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoFrequentKubeletRestart","message":"kubelet + is functioning properly"},{"type":"VMEventScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-11-12T17:50:15Z","reason":"NoVMEventScheduled","message":"VM + has no scheduled event"},{"type":"PreemptScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-10-22T18:45:17Z","reason":"NoPreemptScheduled","message":"VM + has no scheduled Preempt event"},{"type":"FreezeScheduled","status":"False","lastHeartbeatTime":"2022-11-15T11:57:45Z","lastTransitionTime":"2022-11-12T17:50:21Z","reason":"NoFreezeScheduled","message":"VM + has no scheduled Freeze event"},{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-10-10T04:03:35Z","lastTransitionTime":"2022-10-10T04:03:35Z","reason":"RouteCreated","message":"RouteController + created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-11-15T12:01:34Z","lastTransitionTime":"2022-11-14T01:42:54Z","reason":"KubeletHasSufficientMemory","message":"kubelet + has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-11-15T12:01:34Z","lastTransitionTime":"2022-11-14T01:42:54Z","reason":"KubeletHasNoDiskPressure","message":"kubelet + has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-11-15T12:01:34Z","lastTransitionTime":"2022-11-14T01:42:54Z","reason":"KubeletHasSufficientPID","message":"kubelet + has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-11-15T12:01:34Z","lastTransitionTime":"2022-11-14T01:42:54Z","reason":"KubeletReady","message":"kubelet is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.5"},{"type":"Hostname","address":"aks-agentpool-35222091-vmss000001"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"51b2ad9a5c98406c914f404679bd58fa","systemUUID":"0ef5b1a0-7adb-4086-b8aa-0b11b5316e73","bootID":"4df3389b-ca13-43e7-b0d7-c304803b6e69","kernelVersion":"5.4.0-1091-azure","osImage":"Ubuntu - 18.04.6 LTS","containerRuntimeVersion":"containerd://1.6.4+azure-4","kubeletVersion":"v1.24.6","kubeProxyVersion":"v1.24.6","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:65b99ab432f3a164e3bea2e5d0350039e597176eda3179f2a59ef4696e9d65df","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.57"],"sizeBytes":374449658},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:239a04dd583cd552d7a37941c96422d6c8acf243dd88538ba013d337c2925426","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.49"],"sizeBytes":374180034},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06272022-hotfix"],"sizeBytes":357023149},{"names":["devconformance.azurecr.io/ocdev@sha256:39d8d9ae4b6b1de87211b584b6374054e9c51c080cce825dd0b4ad56e8376a72","devconformance.azurecr.io/ocdev:v3"],"sizeBytes":330270905},{"names":["devconformance.azurecr.io/ocdev@sha256:db49de7ddae80473a3bfbf53c146f3df3908e1759e8cc44a6bf7d8e37d174e8e","devconformance.azurecr.io/ocdev:v2"],"sizeBytes":330270862},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:07e6640452537dfb75f4f30f25178a9be4151ddc7578436a6ee8843d79889fe1","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.57"],"sizeBytes":315495474},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:ec066564034f34578c930bef6734ff19c92b33462165e62538842cfeb9dbc3fb","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.49"],"sizeBytes":315042580},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.23.8"],"sizeBytes":184105789},{"names":["mcr.microsoft.com/azuredefender/stable/security-publisher@sha256:d5de5c8fa8213dc5c178d7a5c9c5c5d8c7ba14c65c5fbd2d661f7670af6cbdf5","mcr.microsoft.com/azuredefender/stable/security-publisher:1.0.56"],"sizeBytes":172024457},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.1.1"],"sizeBytes":167528909},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":null,"sizeBytes":129890505},{"names":null,"sizeBytes":128992809},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.6.1"],"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115677896},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:a9d68708393eb3fbe09aa32db020c805bab952709fe6df552959c26ab2f92336","mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.2"],"sizeBytes":99335832},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.1"],"sizeBytes":88352750},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.21.0"],"sizeBytes":87550430},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.5.2"],"sizeBytes":77081542},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.20.0"],"sizeBytes":75152698},{"names":["mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.4.0"],"sizeBytes":73895290}]}}]} + 18.04.6 LTS","containerRuntimeVersion":"containerd://1.6.4+azure-4","kubeletVersion":"v1.24.6","kubeProxyVersion":"v1.24.6","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:65b99ab432f3a164e3bea2e5d0350039e597176eda3179f2a59ef4696e9d65df","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.57"],"sizeBytes":374449658},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-init@sha256:239a04dd583cd552d7a37941c96422d6c8acf243dd88538ba013d337c2925426","mcr.microsoft.com/azuredefender/stable/low-level-init:1.3.49"],"sizeBytes":374180034},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06272022-hotfix"],"sizeBytes":357023149},{"names":["devconformance.azurecr.io/ocdev@sha256:39d8d9ae4b6b1de87211b584b6374054e9c51c080cce825dd0b4ad56e8376a72","devconformance.azurecr.io/ocdev:v3"],"sizeBytes":330270905},{"names":["devconformance.azurecr.io/ocdev@sha256:db49de7ddae80473a3bfbf53c146f3df3908e1759e8cc44a6bf7d8e37d174e8e","devconformance.azurecr.io/ocdev:v2"],"sizeBytes":330270862},{"names":["devconformance.azurecr.io/cleanupdev@sha256:9265a7b663ce0260b1ff3528b5c2af0d0012cf941747ed40f8791b2fb5968e18","devconformance.azurecr.io/cleanupdev:v7"],"sizeBytes":328533417},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:07e6640452537dfb75f4f30f25178a9be4151ddc7578436a6ee8843d79889fe1","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.57"],"sizeBytes":315495474},{"names":["mcr.microsoft.com/azuredefender/stable/low-level-collector@sha256:ec066564034f34578c930bef6734ff19c92b33462165e62538842cfeb9dbc3fb","mcr.microsoft.com/azuredefender/stable/low-level-collector:1.3.49"],"sizeBytes":315042580},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.23.8"],"sizeBytes":184105789},{"names":["mcr.microsoft.com/azuredefender/stable/security-publisher@sha256:d5de5c8fa8213dc5c178d7a5c9c5c5d8c7ba14c65c5fbd2d661f7670af6cbdf5","mcr.microsoft.com/azuredefender/stable/security-publisher:1.0.56"],"sizeBytes":172024457},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.1.1"],"sizeBytes":167528909},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":null,"sizeBytes":129890505},{"names":null,"sizeBytes":128992809},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy@sha256:07265b4c767ef6fdfe78d862a08d6392dfeea707e63930a8ecb8eafef848cf14","mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.6-hotfix.20221006.1"],"sizeBytes":123550720},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.6.1"],"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115677896},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:a9d68708393eb3fbe09aa32db020c805bab952709fe6df552959c26ab2f92336","mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.2"],"sizeBytes":99335832},{"names":["mcr.microsoft.com/oss/fluxcd/flux@sha256:eaeb1920dc666efb07cd2c7c046109dfa301760510992f61581500643820074b","mcr.microsoft.com/oss/fluxcd/flux:1.21.2"],"sizeBytes":98617286},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi@sha256:492de0426ff8299b043ba6845ff517cf477b985c927b522e6b01a65e9537aa1e","mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.1"],"sizeBytes":88352750},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.21.0"],"sizeBytes":87550430},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi@sha256:d8802d555a169c34ce1ebbfb8d0228777250ab8fdd4af084e0ea98476eb60f90","mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887}]}}]} ' headers: audit-id: - - 52658d55-9664-440d-a821-0904be6ca8ce + - 17e58c22-f3c3-4114-8de2-baa6525926d3 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:56:57 GMT + - Tue, 15 Nov 2022 12:02:22 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -4191,12 +4101,12 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/apis/authorization.k8s.io/v1/selfsubjectaccessreviews response: body: - string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-10-18T19:56:59Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} + string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-11-15T12:02:23Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} ' headers: audit-id: - - 72dc6989-25d4-43dc-8034-0ff3cc01383d + - 4b8b2645-8963-4f36-9c49-c886662eae63 cache-control: - no-cache, private content-length: @@ -4204,7 +4114,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:56:59 GMT + - Tue, 15 Nov 2022 12:02:23 GMT x-kubernetes-pf-flowschema-uid: - 9c9284bf-ac50-497c-86a8-5f4f7d857b28 x-kubernetes-pf-prioritylevel-uid: @@ -4226,8 +4136,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -4250,7 +4159,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:56:59 GMT + - Tue, 15 Nov 2022 12:02:23 GMT expires: - '-1' pragma: @@ -4278,7 +4187,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridcompute/7.0.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridcompute/7.0.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.HybridCompute/privateLinkScopes/temppls?api-version=2021-03-25-preview response: @@ -4292,7 +4201,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:57:01 GMT + - Tue, 15 Nov 2022 12:02:25 GMT expires: - '-1' pragma: @@ -4324,8 +4233,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc?api-version=2022-10-01-preview response: @@ -4341,7 +4249,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:57:03 GMT + - Tue, 15 Nov 2022 12:02:28 GMT expires: - '-1' pragma: @@ -4368,18 +4276,18 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2976802"},"items":[{"metadata":{"name":"default","uid":"be0c79fc-159c-4921-8607-0f09c4b7eaca","resourceVersion":"197","creationTimestamp":"2022-10-10T03:59:23Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:23Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"gatekeeper-system","uid":"347409a6-22fe-40d7-9a84-519b89e0f4f3","resourceVersion":"3249","creationTimestamp":"2022-10-10T04:09:44Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","admission.gatekeeper.sh/ignore":"no-self-managing","control-plane":"controller-manager","gatekeeper.sh/system":"yes","kubernetes.io/metadata.name":"gatekeeper-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"admission.gatekeeper.sh/ignore\":\"no-self-managing\",\"control-plane\":\"controller-manager\",\"gatekeeper.sh/system\":\"yes\"},\"name\":\"gatekeeper-system\"}}\n"},"managedFields":[{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:09:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{},"f:admission.gatekeeper.sh/ignore":{},"f:control-plane":{},"f:gatekeeper.sh/system":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"872cd4f1-0123-43c5-ba77-f497adca8a60","resourceVersion":"19","creationTimestamp":"2022-10-10T03:59:21Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:21Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"2aa82866-8647-4b91-b72a-7bc969c090c7","resourceVersion":"5","creationTimestamp":"2022-10-10T03:59:21Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:21Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"853f3c4d-905a-480e-b679-2058626f72f2","resourceVersion":"481","creationTimestamp":"2022-10-10T03:59:21Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:21Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12008537"},"items":[{"metadata":{"name":"default","uid":"be0c79fc-159c-4921-8607-0f09c4b7eaca","resourceVersion":"197","creationTimestamp":"2022-10-10T03:59:23Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:23Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"gatekeeper-system","uid":"347409a6-22fe-40d7-9a84-519b89e0f4f3","resourceVersion":"3249","creationTimestamp":"2022-10-10T04:09:44Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","admission.gatekeeper.sh/ignore":"no-self-managing","control-plane":"controller-manager","gatekeeper.sh/system":"yes","kubernetes.io/metadata.name":"gatekeeper-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"admission.gatekeeper.sh/ignore\":\"no-self-managing\",\"control-plane\":\"controller-manager\",\"gatekeeper.sh/system\":\"yes\"},\"name\":\"gatekeeper-system\"}}\n"},"managedFields":[{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-10T04:09:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{},"f:admission.gatekeeper.sh/ignore":{},"f:control-plane":{},"f:gatekeeper.sh/system":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"872cd4f1-0123-43c5-ba77-f497adca8a60","resourceVersion":"19","creationTimestamp":"2022-10-10T03:59:21Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:21Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"2aa82866-8647-4b91-b72a-7bc969c090c7","resourceVersion":"5","creationTimestamp":"2022-10-10T03:59:21Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:21Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"853f3c4d-905a-480e-b679-2058626f72f2","resourceVersion":"481","creationTimestamp":"2022-10-10T03:59:21Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:21Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-10T03:59:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} ' headers: audit-id: - - 42bbc76a-9851-4060-821a-21b3e6b776ba + - 4657f356-da51-4ad6-8146-1ffa2ebc6f89 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:57:05 GMT + - Tue, 15 Nov 2022 12:02:29 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -4403,8 +4311,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar?api-version=2021-04-01 response: @@ -4418,7 +4325,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:57:05 GMT + - Tue, 15 Nov 2022 12:02:29 GMT expires: - '-1' pragma: @@ -4448,7 +4355,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.41.0 (MSI) + - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.42.0 method: POST uri: https://eastus2euap.dp.kubernetesconfiguration.azure.com/azure-arc-k8sagents/GetLatestHelmPackagePath?api-version=2019-11-01-preview&releaseTrain=stable response: @@ -4464,7 +4371,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:57:07 GMT + - Tue, 15 Nov 2022 12:02:31 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-content-type-options: @@ -4474,7 +4381,7 @@ interactions: message: OK - request: body: '{"tags": {"foo": "doo"}, "location": "eastus2euap", "identity": {"type": - "SystemAssigned"}, "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEAsdZ9iZT5FXZBxxqv5xG8sf0LOxll1gD5GchTYOmGuJ6ApWz4vepGQ76pX7yAh4+0glnenYCLZmacvv5DJKaXUjKf6BF0Dt6zIT8Wfr5sG7cKprlRWO1+YWHrSdP4L1cgZ8Mwe7sa9FGGhr8WuwQd9b8Ujau47+nBNY2GwtEK9dtA5HnLoa/O2u1ViJBbnwhBHGUuMUmbmr9JsPub9k4QjQjmMtcY7VeyLemSATFerqH5/OmGKDX4JD6XGVd1rD1EGqCkaGa1floKxx5/wouUs6Uerz6kr3/SSTMNqBjJwBuFobfOp7tRwnoQEzs8VdVv7M3C3J27H6/rCzyvOLIMHtXRis+80mszgJu7qEFLmTMtcB/11T5qFpbPLU/M0hwhRCQ51THmGSe77HPfiMxux6J0X+D1QL2YbwEWp4Ijm4KCE3fUE8XapVcMLL7XInCmGAi1shMPtMYevhr2lu+YMRWJ3H2ey1CVKO2ItuHsBWHB2mh7v+Qb9CYaqPZp31oIbBbEJYj7/CiHg+JhsTNCQx+Jb13tXyXVQ6gDBmk1qRyHYxn1jA+u8iXqZgN0J34UxiC001OJNyHZtf5OuYcg6LwiT2YpcGNQ2Tii7GRYB3OqnPQb730UNFXghz7yLkPGYbQswmZcr0SPDfXq1XdseJDi5UWoyEN0mtryaPwaJC8CAwEAAQ==", + "SystemAssigned"}, "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEArIHsGUlPnOSKzZtxp+61Bn97SqLeievJ3QbPP9Yh0uE2WnaTrlfV32UTxfnKBmvV7Q0fUSfsUX4tIeSXcr8AkbpvEtAETE/L+fK53ndcklEbRrC1L8SBSRab9fsnVbAiOR4zwYolS4a+yk0LMIhduSyHklCdvihGgGEs/SeZHvWxiHoAChXsNarnkdc/N7EDhwn6ZjoAIIEiG9rFQ5ySVkEMPqxoWSqsw6pb9LLyF4anYHg2ZinjRQt0ICOQqk5ROmOH7os0Def5fdqJcjuG9BvsTCnBoTkcg25U75pHV9gTAsXc/MF4ALLbc2R1vB0r5id+ZxZo6jH0YA81nfNWIQc4/9+ZT+hTjb+e8iR4REYltuVGnpL+na7IcF38EVhatFdDm0GFoctrlnlW2X/TdRNYQu50bsc+kgTiZGTQAx6jlq1pvN+JbVSlJHK21G27p5cpjc00U0gTbXRERSx/8cPEceVrzf5FoNTnqZZi6eWtXvjUlqTDfCtR8ge0z1z0/sRxB3jr+Dn4dDk36TXmdEQ8vNzrGlQps2MOCjfgN5KswH99Os7f9n/cMMrGof3pnWGWvxX52iija0LcYJidjm2auUSxSHl5DKkAVX6dbZbXGGyTCjl4hYly3jOxK3anb7d7LI+yzciXO+xwgzH1xJzGfo+RzPF4RgqAtPuPdFkCAwEAAQ==", "distribution": "aks", "infrastructure": "azure", "privateLinkState": "Enabled", "privateLinkScopeResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.HybridCompute/privateLinkScopes/temppls"}}' headers: @@ -4493,16 +4400,15 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","name":"cliplscc","type":"microsoft.kubernetes/connectedclusters","location":"eastus2euap","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:57:27.0172265Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:57:27.0172265Z"},"identity":{"principalId":"86c750e8-9f80-4398-a0e9-ef5c804237d1","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","connectivityStatus":"Connecting","privateLinkState":"Enabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAsdZ9iZT5FXZBxxqv5xG8sf0LOxll1gD5GchTYOmGuJ6ApWz4vepGQ76pX7yAh4+0glnenYCLZmacvv5DJKaXUjKf6BF0Dt6zIT8Wfr5sG7cKprlRWO1+YWHrSdP4L1cgZ8Mwe7sa9FGGhr8WuwQd9b8Ujau47+nBNY2GwtEK9dtA5HnLoa/O2u1ViJBbnwhBHGUuMUmbmr9JsPub9k4QjQjmMtcY7VeyLemSATFerqH5/OmGKDX4JD6XGVd1rD1EGqCkaGa1floKxx5/wouUs6Uerz6kr3/SSTMNqBjJwBuFobfOp7tRwnoQEzs8VdVv7M3C3J27H6/rCzyvOLIMHtXRis+80mszgJu7qEFLmTMtcB/11T5qFpbPLU/M0hwhRCQ51THmGSe77HPfiMxux6J0X+D1QL2YbwEWp4Ijm4KCE3fUE8XapVcMLL7XInCmGAi1shMPtMYevhr2lu+YMRWJ3H2ey1CVKO2ItuHsBWHB2mh7v+Qb9CYaqPZp31oIbBbEJYj7/CiHg+JhsTNCQx+Jb13tXyXVQ6gDBmk1qRyHYxn1jA+u8iXqZgN0J34UxiC001OJNyHZtf5OuYcg6LwiT2YpcGNQ2Tii7GRYB3OqnPQb730UNFXghz7yLkPGYbQswmZcr0SPDfXq1XdseJDi5UWoyEN0mtryaPwaJC8CAwEAAQ==","distribution":"aks","infrastructure":"azure","privateLinkScopeResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.HybridCompute/privateLinkScopes/temppls"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","name":"cliplscc","type":"microsoft.kubernetes/connectedclusters","location":"eastus2euap","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T12:03:13.5939854Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T12:03:13.5939854Z"},"identity":{"principalId":"bf59fccc-e752-4139-a4d0-132557e07c45","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","connectivityStatus":"Connecting","privateLinkState":"Enabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEArIHsGUlPnOSKzZtxp+61Bn97SqLeievJ3QbPP9Yh0uE2WnaTrlfV32UTxfnKBmvV7Q0fUSfsUX4tIeSXcr8AkbpvEtAETE/L+fK53ndcklEbRrC1L8SBSRab9fsnVbAiOR4zwYolS4a+yk0LMIhduSyHklCdvihGgGEs/SeZHvWxiHoAChXsNarnkdc/N7EDhwn6ZjoAIIEiG9rFQ5ySVkEMPqxoWSqsw6pb9LLyF4anYHg2ZinjRQt0ICOQqk5ROmOH7os0Def5fdqJcjuG9BvsTCnBoTkcg25U75pHV9gTAsXc/MF4ALLbc2R1vB0r5id+ZxZo6jH0YA81nfNWIQc4/9+ZT+hTjb+e8iR4REYltuVGnpL+na7IcF38EVhatFdDm0GFoctrlnlW2X/TdRNYQu50bsc+kgTiZGTQAx6jlq1pvN+JbVSlJHK21G27p5cpjc00U0gTbXRERSx/8cPEceVrzf5FoNTnqZZi6eWtXvjUlqTDfCtR8ge0z1z0/sRxB3jr+Dn4dDk36TXmdEQ8vNzrGlQps2MOCjfgN5KswH99Os7f9n/cMMrGof3pnWGWvxX52iija0LcYJidjm2auUSxSHl5DKkAVX6dbZbXGGyTCjl4hYly3jOxK3anb7d7LI+yzciXO+xwgzH1xJzGfo+RzPF4RgqAtPuPdFkCAwEAAQ==","distribution":"aks","infrastructure":"azure","privateLinkScopeResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.HybridCompute/privateLinkScopes/temppls"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/3ec56f1a-23ca-45e0-9d0f-2cc18e2730a8*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2022-10-01-preview + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/ef816cdf-8b5a-4bab-9805-b8944ebf1321*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2022-10-01-preview cache-control: - no-cache content-length: @@ -4510,9 +4416,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:57:31 GMT + - Tue, 15 Nov 2022 12:03:18 GMT etag: - - '"010044ea-0000-3400-0000-634f052a0000"' + - '"27002b5c-0000-3400-0000-637380050000"' expires: - '-1' pragma: @@ -4524,7 +4430,7 @@ interactions: x-ms-providerhub-traffic: - 'True' x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -4542,13 +4448,58 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/ef816cdf-8b5a-4bab-9805-b8944ebf1321*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2022-10-01-preview + response: + body: + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/ef816cdf-8b5a-4bab-9805-b8944ebf1321*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"ef816cdf-8b5a-4bab-9805-b8944ebf1321*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Accepted","startTime":"2022-11-15T12:03:16.4071256Z"}' + headers: + cache-control: + - no-cache + content-length: + - '505' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 15 Nov 2022 12:03:18 GMT + etag: + - '"2700265c-0000-3400-0000-637380040000"' + 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: + - connectedk8s connect + Connection: + - keep-alive + ParameterSetName: + - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes + User-Agent: + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/3ec56f1a-23ca-45e0-9d0f-2cc18e2730a8*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2022-10-01-preview + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/ef816cdf-8b5a-4bab-9805-b8944ebf1321*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2022-10-01-preview response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/3ec56f1a-23ca-45e0-9d0f-2cc18e2730a8*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"3ec56f1a-23ca-45e0-9d0f-2cc18e2730a8*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Succeeded","startTime":"2022-10-18T19:57:29.665549Z","endTime":"2022-10-18T19:57:40.0832662Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/ef816cdf-8b5a-4bab-9805-b8944ebf1321*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"ef816cdf-8b5a-4bab-9805-b8944ebf1321*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Succeeded","startTime":"2022-11-15T12:03:16.4071256Z","endTime":"2022-11-15T12:03:25.511902Z","properties":null}' headers: cache-control: - no-cache @@ -4557,9 +4508,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:58:02 GMT + - Tue, 15 Nov 2022 12:03:49 GMT etag: - - '"0200a814-0000-3400-0000-634f05340000"' + - '"27003b5c-0000-3400-0000-6373800d0000"' expires: - '-1' pragma: @@ -4589,13 +4540,12 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","name":"cliplscc","type":"microsoft.kubernetes/connectedclusters","location":"eastus2euap","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:57:27.0172265Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:57:27.0172265Z"},"identity":{"principalId":"86c750e8-9f80-4398-a0e9-ef5c804237d1","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","privateLinkState":"Enabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAsdZ9iZT5FXZBxxqv5xG8sf0LOxll1gD5GchTYOmGuJ6ApWz4vepGQ76pX7yAh4+0glnenYCLZmacvv5DJKaXUjKf6BF0Dt6zIT8Wfr5sG7cKprlRWO1+YWHrSdP4L1cgZ8Mwe7sa9FGGhr8WuwQd9b8Ujau47+nBNY2GwtEK9dtA5HnLoa/O2u1ViJBbnwhBHGUuMUmbmr9JsPub9k4QjQjmMtcY7VeyLemSATFerqH5/OmGKDX4JD6XGVd1rD1EGqCkaGa1floKxx5/wouUs6Uerz6kr3/SSTMNqBjJwBuFobfOp7tRwnoQEzs8VdVv7M3C3J27H6/rCzyvOLIMHtXRis+80mszgJu7qEFLmTMtcB/11T5qFpbPLU/M0hwhRCQ51THmGSe77HPfiMxux6J0X+D1QL2YbwEWp4Ijm4KCE3fUE8XapVcMLL7XInCmGAi1shMPtMYevhr2lu+YMRWJ3H2ey1CVKO2ItuHsBWHB2mh7v+Qb9CYaqPZp31oIbBbEJYj7/CiHg+JhsTNCQx+Jb13tXyXVQ6gDBmk1qRyHYxn1jA+u8iXqZgN0J34UxiC001OJNyHZtf5OuYcg6LwiT2YpcGNQ2Tii7GRYB3OqnPQb730UNFXghz7yLkPGYbQswmZcr0SPDfXq1XdseJDi5UWoyEN0mtryaPwaJC8CAwEAAQ==","distribution":"AKS","infrastructure":"azure","privateLinkScopeResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.HybridCompute/privateLinkScopes/temppls"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","name":"cliplscc","type":"microsoft.kubernetes/connectedclusters","location":"eastus2euap","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T12:03:13.5939854Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T12:03:13.5939854Z"},"identity":{"principalId":"bf59fccc-e752-4139-a4d0-132557e07c45","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","privateLinkState":"Enabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEArIHsGUlPnOSKzZtxp+61Bn97SqLeievJ3QbPP9Yh0uE2WnaTrlfV32UTxfnKBmvV7Q0fUSfsUX4tIeSXcr8AkbpvEtAETE/L+fK53ndcklEbRrC1L8SBSRab9fsnVbAiOR4zwYolS4a+yk0LMIhduSyHklCdvihGgGEs/SeZHvWxiHoAChXsNarnkdc/N7EDhwn6ZjoAIIEiG9rFQ5ySVkEMPqxoWSqsw6pb9LLyF4anYHg2ZinjRQt0ICOQqk5ROmOH7os0Def5fdqJcjuG9BvsTCnBoTkcg25U75pHV9gTAsXc/MF4ALLbc2R1vB0r5id+ZxZo6jH0YA81nfNWIQc4/9+ZT+hTjb+e8iR4REYltuVGnpL+na7IcF38EVhatFdDm0GFoctrlnlW2X/TdRNYQu50bsc+kgTiZGTQAx6jlq1pvN+JbVSlJHK21G27p5cpjc00U0gTbXRERSx/8cPEceVrzf5FoNTnqZZi6eWtXvjUlqTDfCtR8ge0z1z0/sRxB3jr+Dn4dDk36TXmdEQ8vNzrGlQps2MOCjfgN5KswH99Os7f9n/cMMrGof3pnWGWvxX52iija0LcYJidjm2auUSxSHl5DKkAVX6dbZbXGGyTCjl4hYly3jOxK3anb7d7LI+yzciXO+xwgzH1xJzGfo+RzPF4RgqAtPuPdFkCAwEAAQ==","distribution":"AKS","infrastructure":"azure","privateLinkScopeResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.HybridCompute/privateLinkScopes/temppls"}}' headers: cache-control: - no-cache @@ -4604,9 +4554,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:58:03 GMT + - Tue, 15 Nov 2022 12:03:50 GMT etag: - - '"010053ea-0000-3400-0000-634f05340000"' + - '"27003c5c-0000-3400-0000-6373800d0000"' expires: - '-1' pragma: @@ -4638,8 +4588,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ExtendedLocation?api-version=2021-04-01 response: @@ -4648,34 +4597,39 @@ interactions: US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"customLocations/enabledResourceTypes","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/operationsstatus","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '3236' + - '3491' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:58:03 GMT + - Tue, 15 Nov 2022 12:03:50 GMT expires: - '-1' pragma: @@ -4704,7 +4658,7 @@ interactions: - -g -n -l --tags --kube-config --enable-private-link --pls-arm-id --yes User-Agent: - python/3.7.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 azure-graphrbac/0.60.0 - Azure-SDK-For-Python AZURECLI/2.41.0 (MSI) + Azure-SDK-For-Python AZURECLI/2.42.0 accept-language: - en-US method: GET @@ -4727,19 +4681,19 @@ interactions: dataserviceversion: - 3.0; date: - - Tue, 18 Oct 2022 19:58:03 GMT + - Tue, 15 Nov 2022 12:03:51 GMT duration: - - '1392532' + - '1470348' expires: - '-1' ocp-aad-diagnostics-server-name: - - qFC8iPsJb7IP2W9UCWL1qXzD/gTfvayGLcO79vOOKcc= + - JyeM+5eFzeTHbJ5JOsOk4ZavbV40VH6ifhSb7d1ws28= ocp-aad-session-key: - - oBj3V580lHt1I8NQC-MLU_-E_WW6TL1qGFwOJGmE6K7idxg_mNKVZIavLxB0342vh-2Une3vkUHU1EmHM6RK6YMAuKjDDZgcOwx_V5z0FSHalslGT8zPLkZeruYsVMDK.wGjKQxX4xATrrLZGrmuYQy9UgXDzODzcklzc5wqt1pI + - -SkqV_3o7yHOkdWAyAIboQ3NoRZLrkZb_ctW0ZlY-umvFF7FVOUNLGC0WB8Mf4uXRvryFP0y9_Gl4qvBF9Qi2H3-m0oSRVp10yi9bsmIGm8qilYoutCgil3R_94TyRmf.scz-AhnvNAtyHSnxTAuM3FonRip9WMUB85zptJN6M_4 pragma: - no-cache request-id: - - bef25c12-8577-4d85-9529-de65d94a754a + - 186a36b3-058e-474d-9f6d-deb85b23d06b strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: @@ -4767,12 +4721,12 @@ interactions: response: body: string: "{\n \"major\": \"1\",\n \"minor\": \"24\",\n \"gitVersion\": \"v1.24.6\",\n - \ \"gitCommit\": \"b39bf148cd654599a52e867485c02c4f9d28b312\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:51Z\",\n \"goVersion\": \"go1.18.6\",\n + \ \"gitCommit\": \"6c23b67c202a4cfa7c76c3e1b370bd5f0e654f30\",\n \"gitTreeState\": + \"clean\",\n \"buildDate\": \"2022-11-09T17:13:23Z\",\n \"goVersion\": \"go1.18.6\",\n \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" headers: audit-id: - - deec8bf0-0c1c-4518-8e54-399f7dfad540 + - f58539ab-9542-4f58-9c64-814243612e04 cache-control: - no-cache, private content-length: @@ -4780,7 +4734,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:59:19 GMT + - Tue, 15 Nov 2022 12:05:00 GMT x-kubernetes-pf-flowschema-uid: - 9c9284bf-ac50-497c-86a8-5f4f7d857b28 x-kubernetes-pf-prioritylevel-uid: @@ -4801,18 +4755,18 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces/azure-arc/configmaps/azure-clusterconfig response: body: - string: '{"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"azure-clusterconfig","namespace":"azure-arc","uid":"ec61a30c-7e2d-462f-abd5-588cfc16ec20","resourceVersion":"2977078","creationTimestamp":"2022-10-18T19:58:18Z","labels":{"app.kubernetes.io/managed-by":"Helm"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:58:18Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ARC_AGENT_HELM_CHART_NAME":{},"f:ARC_AGENT_RELEASE_TRAIN":{},"f:AZURE_ARC_AGENT_VERSION":{},"f:AZURE_ARC_AUTOUPDATE":{},"f:AZURE_ARC_HELM_NAMESPACE":{},"f:AZURE_ARC_RELEASE_NAME":{},"f:AZURE_ENVIRONMENT":{},"f:AZURE_REGION":{},"f:AZURE_RESOURCE_GROUP":{},"f:AZURE_RESOURCE_MANAGER_ENDPOINT":{},"f:AZURE_RESOURCE_NAME":{},"f:AZURE_SUBSCRIPTION_ID":{},"f:AZURE_TENANT_ID":{},"f:CLUSTER_CONNECT_AGENT_ENABLED":{},"f:CLUSTER_TYPE":{},"f:CUSTOM_IDENTITY_PROVIDER_ENABLED":{},"f:DEBUG_LOGGING":{},"f:EXTENSION_OPERATOR_ENABLED":{},"f:FLUX_CLIENT_DEFAULT_LOCATION":{},"f:FLUX_UPSTREAM_SERVICE_ENABLED":{},"f:GITOPS_ENABLED":{},"f:GUARD_PKI_HOSTPATH":{},"f:HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":{},"f:IS_CLIENT_SECRET_A_TOKEN":{},"f:KUBERNETES_DISTRO":{},"f:KUBERNETES_INFRA":{},"f:MANAGED_IDENTITY_AUTH":{},"f:MAX_ENTRIES_PER_STORE":{},"f:MAX_STORES":{},"f:MSI_ADAPTER_ARTIFACT_PATH":{},"f:NO_AUTH_HEADER_DATA_PLANE":{},"f:ONBOARDING_SECRET_NAME":{},"f:ONBOARDING_SECRET_NAMESPACE":{},"f:RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":{},"f:RESOURCE_SYNC_LIST_CHUNK_SIZE":{},"f:RP_NAMESPACE":{},"f:TAGS":{}},"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app.kubernetes.io/managed-by":{}}}}}]},"data":{"ARC_AGENT_HELM_CHART_NAME":"azure-arc-k8sagents","ARC_AGENT_RELEASE_TRAIN":"stable","AZURE_ARC_AGENT_VERSION":"1.8.14","AZURE_ARC_AUTOUPDATE":"true","AZURE_ARC_HELM_NAMESPACE":"default","AZURE_ARC_RELEASE_NAME":"azure-arc","AZURE_ENVIRONMENT":"AZUREPUBLICCLOUD","AZURE_REGION":"eastus2euap","AZURE_RESOURCE_GROUP":"akkeshar","AZURE_RESOURCE_MANAGER_ENDPOINT":"","AZURE_RESOURCE_NAME":"cliplscc","AZURE_SUBSCRIPTION_ID":"1bfbb5d0-917e-4346-9026-1d3b344417f5","AZURE_TENANT_ID":"72f988bf-86f1-41af-91ab-2d7cd011db47","CLUSTER_CONNECT_AGENT_ENABLED":"false","CLUSTER_TYPE":"ConnectedClusters","CUSTOM_IDENTITY_PROVIDER_ENABLED":"false","DEBUG_LOGGING":"false","EXTENSION_OPERATOR_ENABLED":"true","FLUX_CLIENT_DEFAULT_LOCATION":"mcr.microsoft.com/azurearck8s/arc-preview/fluxctl:0.2.0","FLUX_UPSTREAM_SERVICE_ENABLED":"true","GITOPS_ENABLED":"true","GUARD_PKI_HOSTPATH":"","HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":"60","IS_CLIENT_SECRET_A_TOKEN":"false","KUBERNETES_DISTRO":"aks","KUBERNETES_INFRA":"azure","MANAGED_IDENTITY_AUTH":"true","MAX_ENTRIES_PER_STORE":"680","MAX_STORES":"30","MSI_ADAPTER_ARTIFACT_PATH":"mcr.microsoft.com/azurearck8s/msi-adapter:1.0.2","NO_AUTH_HEADER_DATA_PLANE":"false","ONBOARDING_SECRET_NAME":"azure-arc-connect-privatekey","ONBOARDING_SECRET_NAMESPACE":"azure-arc","RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":"false","RESOURCE_SYNC_LIST_CHUNK_SIZE":"200","RP_NAMESPACE":"Microsoft.Kubernetes","TAGS":"map[]"}} + string: '{"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"azure-clusterconfig","namespace":"azure-arc","uid":"5f730c08-1666-475a-bc64-cd0a44a3c859","resourceVersion":"12008912","creationTimestamp":"2022-11-15T12:04:07Z","labels":{"app.kubernetes.io/managed-by":"Helm"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:07Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ARC_AGENT_HELM_CHART_NAME":{},"f:ARC_AGENT_RELEASE_TRAIN":{},"f:AZURE_ARC_AGENT_VERSION":{},"f:AZURE_ARC_AUTOUPDATE":{},"f:AZURE_ARC_HELM_NAMESPACE":{},"f:AZURE_ARC_RELEASE_NAME":{},"f:AZURE_ENVIRONMENT":{},"f:AZURE_REGION":{},"f:AZURE_RESOURCE_GROUP":{},"f:AZURE_RESOURCE_MANAGER_ENDPOINT":{},"f:AZURE_RESOURCE_NAME":{},"f:AZURE_SUBSCRIPTION_ID":{},"f:AZURE_TENANT_ID":{},"f:CLUSTER_CONNECT_AGENT_ENABLED":{},"f:CLUSTER_TYPE":{},"f:CUSTOM_IDENTITY_PROVIDER_ENABLED":{},"f:DEBUG_LOGGING":{},"f:EXTENSION_OPERATOR_ENABLED":{},"f:FLUX_CLIENT_DEFAULT_LOCATION":{},"f:FLUX_UPSTREAM_SERVICE_ENABLED":{},"f:GITOPS_ENABLED":{},"f:GUARD_PKI_HOSTPATH":{},"f:HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":{},"f:IS_CLIENT_SECRET_A_TOKEN":{},"f:KUBERNETES_DISTRO":{},"f:KUBERNETES_INFRA":{},"f:MANAGED_IDENTITY_AUTH":{},"f:MAX_ENTRIES_PER_STORE":{},"f:MAX_STORES":{},"f:MSI_ADAPTER_ARTIFACT_PATH":{},"f:NO_AUTH_HEADER_DATA_PLANE":{},"f:ONBOARDING_SECRET_NAME":{},"f:ONBOARDING_SECRET_NAMESPACE":{},"f:RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":{},"f:RESOURCE_SYNC_LIST_CHUNK_SIZE":{},"f:RP_NAMESPACE":{},"f:TAGS":{}},"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app.kubernetes.io/managed-by":{}}}}}]},"data":{"ARC_AGENT_HELM_CHART_NAME":"azure-arc-k8sagents","ARC_AGENT_RELEASE_TRAIN":"stable","AZURE_ARC_AGENT_VERSION":"1.8.14","AZURE_ARC_AUTOUPDATE":"true","AZURE_ARC_HELM_NAMESPACE":"default","AZURE_ARC_RELEASE_NAME":"azure-arc","AZURE_ENVIRONMENT":"AZUREPUBLICCLOUD","AZURE_REGION":"eastus2euap","AZURE_RESOURCE_GROUP":"akkeshar","AZURE_RESOURCE_MANAGER_ENDPOINT":"","AZURE_RESOURCE_NAME":"cliplscc","AZURE_SUBSCRIPTION_ID":"1bfbb5d0-917e-4346-9026-1d3b344417f5","AZURE_TENANT_ID":"72f988bf-86f1-41af-91ab-2d7cd011db47","CLUSTER_CONNECT_AGENT_ENABLED":"false","CLUSTER_TYPE":"ConnectedClusters","CUSTOM_IDENTITY_PROVIDER_ENABLED":"false","DEBUG_LOGGING":"false","EXTENSION_OPERATOR_ENABLED":"true","FLUX_CLIENT_DEFAULT_LOCATION":"mcr.microsoft.com/azurearck8s/arc-preview/fluxctl:0.2.0","FLUX_UPSTREAM_SERVICE_ENABLED":"true","GITOPS_ENABLED":"true","GUARD_PKI_HOSTPATH":"","HELM_AUTO_UPDATE_CHECK_FREQUENCY_IN_MINUTES":"60","IS_CLIENT_SECRET_A_TOKEN":"false","KUBERNETES_DISTRO":"aks","KUBERNETES_INFRA":"azure","MANAGED_IDENTITY_AUTH":"true","MAX_ENTRIES_PER_STORE":"680","MAX_STORES":"30","MSI_ADAPTER_ARTIFACT_PATH":"mcr.microsoft.com/azurearck8s/msi-adapter:1.0.2","NO_AUTH_HEADER_DATA_PLANE":"false","ONBOARDING_SECRET_NAME":"azure-arc-connect-privatekey","ONBOARDING_SECRET_NAMESPACE":"azure-arc","RESOURCE_SYNC_ENABLE_CHUNKED_SYNC":"false","RESOURCE_SYNC_LIST_CHUNK_SIZE":"200","RP_NAMESPACE":"Microsoft.Kubernetes","TAGS":"map[]"}} ' headers: audit-id: - - 048b8197-57f9-4f3d-8372-d25fa09d8f4f + - 15bf6fed-b6ba-4a3e-8a04-864540bdf9f9 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:59:22 GMT + - Tue, 15 Nov 2022 12:05:03 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -4838,8 +4792,7 @@ interactions: ParameterSetName: - -g -n --kube-config -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc?api-version=2021-10-01 response: @@ -4847,7 +4800,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 cache-control: - no-cache content-length: @@ -4855,13 +4808,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:59:26 GMT + - Tue, 15 Nov 2022 12:05:10 GMT etag: - - '"0100bdea-0000-3400-0000-634f059f0000"' + - '"2700e25c-0000-3400-0000-637380760000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 pragma: - no-cache strict-transport-security: @@ -4889,13 +4842,54 @@ interactions: ParameterSetName: - -g -n --kube-config -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Succeeded","startTime":"2022-10-18T19:59:26.5310039Z","endTime":"2022-10-18T19:59:32.8503909Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Deleting","startTime":"2022-11-15T12:05:10.2636074Z"}' + headers: + cache-control: + - no-cache + content-length: + - '505' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 15 Nov 2022 12:05:11 GMT + etag: + - '"2700e15c-0000-3400-0000-637380760000"' + 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: + - connectedk8s delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --kube-config -y + User-Agent: + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 + response: + body: + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Succeeded","startTime":"2022-11-15T12:05:10.2636074Z","endTime":"2022-11-15T12:05:15.2542996Z","properties":null}' headers: cache-control: - no-cache @@ -4904,9 +4898,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:59:58 GMT + - Tue, 15 Nov 2022 12:05:42 GMT etag: - - '"0200fa14-0000-3400-0000-634f05a40000"' + - '"2700e45c-0000-3400-0000-6373807b0000"' expires: - '-1' pragma: @@ -4936,13 +4930,12 @@ interactions: ParameterSetName: - -g -n --kube-config -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB?api-version=2021-10-01 response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"e47d7e24-5f6f-49e6-accb-72bfc91eb5cc*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Succeeded","startTime":"2022-10-18T19:59:26.5310039Z","endTime":"2022-10-18T19:59:32.8503909Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS2EUAP/operationStatuses/23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","name":"23912c14-a247-45c9-81f0-cba9dfb63909*8738D9B038F603442BFE6B89D055B1E438DA9BC8B386B2FE9015CECB2D2CC8DB","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/akkeshar/providers/Microsoft.Kubernetes/connectedClusters/cliplscc","status":"Succeeded","startTime":"2022-11-15T12:05:10.2636074Z","endTime":"2022-11-15T12:05:15.2542996Z","properties":null}' headers: cache-control: - no-cache @@ -4951,9 +4944,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:59:58 GMT + - Tue, 15 Nov 2022 12:05:42 GMT etag: - - '"0200fa14-0000-3400-0000-634f05a40000"' + - '"2700e45c-0000-3400-0000-6373807b0000"' expires: - '-1' pragma: @@ -4982,20 +4975,54 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2977978"},"items":[{"metadata":{"name":"azure-arc","uid":"064efd70-3b51-499a-807a-356532eae430","resourceVersion":"2977971","creationTimestamp":"2022-10-18T19:58:17Z","deletionTimestamp":"2022-10-18T20:00:12Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:58:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12009790"},"items":[{"metadata":{"name":"azure-arc","uid":"cb6e916b-b164-4450-bb5d-43482a8d677c","resourceVersion":"12009785","creationTimestamp":"2022-11-15T12:04:06Z","deletionTimestamp":"2022-11-15T12:05:57Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:06Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} + + ' + headers: + audit-id: + - cb18a44c-405c-4a56-bfc7-8fab22859ef5 + cache-control: + - no-cache, private + content-length: + - '1022' + content-type: + - application/json + date: + - Tue, 15 Nov 2022 12:05:59 GMT + x-kubernetes-pf-flowschema-uid: + - 9c9284bf-ac50-497c-86a8-5f4f7d857b28 + x-kubernetes-pf-prioritylevel-uid: + - f041de6f-3328-46ec-b36d-f51c7cd89b61 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAPI-Generator/24.2.0/python + method: GET + uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + response: + body: + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12009947"},"items":[{"metadata":{"name":"azure-arc","uid":"cb6e916b-b164-4450-bb5d-43482a8d677c","resourceVersion":"12009785","creationTimestamp":"2022-11-15T12:04:06Z","deletionTimestamp":"2022-11-15T12:05:57Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:06Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} ' headers: audit-id: - - 5a73dcf8-db22-4731-9f69-4cad4494d370 + - f8cbde3d-52b0-4bd2-b949-b5d47816f863 cache-control: - no-cache, private content-length: - - '1020' + - '1022' content-type: - application/json date: - - Tue, 18 Oct 2022 20:00:14 GMT + - Tue, 15 Nov 2022 12:06:04 GMT x-kubernetes-pf-flowschema-uid: - 9c9284bf-ac50-497c-86a8-5f4f7d857b28 x-kubernetes-pf-prioritylevel-uid: @@ -5016,23 +5043,23 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2978135"},"items":[{"metadata":{"name":"azure-arc","uid":"064efd70-3b51-499a-807a-356532eae430","resourceVersion":"2978135","creationTimestamp":"2022-10-18T19:58:17Z","deletionTimestamp":"2022-10-18T20:00:12Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:58:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T20:00:18Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 8 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12009975"},"items":[{"metadata":{"name":"azure-arc","uid":"cb6e916b-b164-4450-bb5d-43482a8d677c","resourceVersion":"12009948","creationTimestamp":"2022-11-15T12:04:06Z","deletionTimestamp":"2022-11-15T12:05:57Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:06Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:06:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 8 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 973cf731-af5d-4c0f-b5a7-7afbd7e18bda + - 4cf929b0-6457-4ec4-960e-e1f7b1290523 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 20:00:19 GMT + - Tue, 15 Nov 2022 12:06:10 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -5055,23 +5082,23 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2978165"},"items":[{"metadata":{"name":"azure-arc","uid":"064efd70-3b51-499a-807a-356532eae430","resourceVersion":"2978164","creationTimestamp":"2022-10-18T19:58:17Z","deletionTimestamp":"2022-10-18T20:00:12Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:58:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T20:00:18Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12009998"},"items":[{"metadata":{"name":"azure-arc","uid":"cb6e916b-b164-4450-bb5d-43482a8d677c","resourceVersion":"12009977","creationTimestamp":"2022-11-15T12:04:06Z","deletionTimestamp":"2022-11-15T12:05:57Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:06Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:06:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 7c5dfee6-98c5-47a9-b91d-2b9e30378cfc + - ac647207-dd49-432b-b0be-79598c6f5bdf cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 20:00:24 GMT + - Tue, 15 Nov 2022 12:06:15 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -5094,23 +5121,23 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2978185"},"items":[{"metadata":{"name":"azure-arc","uid":"064efd70-3b51-499a-807a-356532eae430","resourceVersion":"2978164","creationTimestamp":"2022-10-18T19:58:17Z","deletionTimestamp":"2022-10-18T20:00:12Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:58:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T20:00:18Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12010022"},"items":[{"metadata":{"name":"azure-arc","uid":"cb6e916b-b164-4450-bb5d-43482a8d677c","resourceVersion":"12009977","creationTimestamp":"2022-11-15T12:04:06Z","deletionTimestamp":"2022-11-15T12:05:57Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:06Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:06:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 34b7f658-ed21-4dce-ab91-7734c5da4864 + - c0b775ad-c7f9-4157-83d2-20291215832c cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 20:00:30 GMT + - Tue, 15 Nov 2022 12:06:20 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -5133,23 +5160,23 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2978203"},"items":[{"metadata":{"name":"azure-arc","uid":"064efd70-3b51-499a-807a-356532eae430","resourceVersion":"2978164","creationTimestamp":"2022-10-18T19:58:17Z","deletionTimestamp":"2022-10-18T20:00:12Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:58:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T20:00:18Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12010039"},"items":[{"metadata":{"name":"azure-arc","uid":"cb6e916b-b164-4450-bb5d-43482a8d677c","resourceVersion":"12009977","creationTimestamp":"2022-11-15T12:04:06Z","deletionTimestamp":"2022-11-15T12:05:57Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:06Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:06:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 309a6b3a-4d6d-43d2-bf54-7d29ea9fc71f + - 8c77694a-62a3-4fb0-8741-253f40ef09b8 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 20:00:35 GMT + - Tue, 15 Nov 2022 12:06:26 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -5172,23 +5199,23 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2978226"},"items":[{"metadata":{"name":"azure-arc","uid":"064efd70-3b51-499a-807a-356532eae430","resourceVersion":"2978164","creationTimestamp":"2022-10-18T19:58:17Z","deletionTimestamp":"2022-10-18T20:00:12Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:58:17Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T20:00:18Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T20:00:18Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12010074"},"items":[{"metadata":{"name":"azure-arc","uid":"cb6e916b-b164-4450-bb5d-43482a8d677c","resourceVersion":"12009977","creationTimestamp":"2022-11-15T12:04:06Z","deletionTimestamp":"2022-11-15T12:05:57Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:04:06Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T12:06:04Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 5 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T12:06:04Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 6345a4bd-8229-451e-9fcc-f79bba772e45 + - 658de807-b883-4039-b0f3-99e2b76ecf5f cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 20:00:40 GMT + - Tue, 15 Nov 2022 12:06:31 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: @@ -5211,20 +5238,20 @@ interactions: uri: https://tempaks-dns-0f8c9536.hcp.southcentralus.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"2978264"},"items":[]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"12010098"},"items":[]} ' headers: audit-id: - - b16763d7-820d-4410-8359-397e908bb6ee + - 1e57164c-bce6-4261-ae98-77d34bcc4945 cache-control: - no-cache, private content-length: - - '95' + - '96' content-type: - application/json date: - - Tue, 18 Oct 2022 20:00:46 GMT + - Tue, 15 Nov 2022 12:06:37 GMT x-kubernetes-pf-flowschema-uid: - 9c9284bf-ac50-497c-86a8-5f4f7d857b28 x-kubernetes-pf-prioritylevel-uid: diff --git a/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_forcedelete.yaml b/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_forcedelete.yaml index adca06b664f..f49feef93bc 100644 --- a/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_forcedelete.yaml +++ b/src/connectedk8s/azext_connectedk8s/tests/latest/recordings/test_forcedelete.yaml @@ -13,8 +13,7 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup?api-version=2021-04-01 response: @@ -28,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:26:59 GMT + - Tue, 15 Nov 2022 11:32:11 GMT expires: - '-1' pragma: @@ -72,7 +71,7 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.ContainerService/managedClusters/test-force-delete000001?api-version=2021-08-01 @@ -83,8 +82,8 @@ interactions: \ \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"test-force-rohanazuregroup-1bfbb5\",\n \"fqdn\": \"test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"test-force-rohanazuregroup-1bfbb5-4f0f44fc.portal.hcp.westeurope.azmk8s.io\",\n + \"test-force-rohanazuregroup-1bfbb5\",\n \"fqdn\": \"test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"test-force-rohanazuregroup-1bfbb5-6f1967ab.portal.hcp.westeurope.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_B4ms\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -93,7 +92,7 @@ interactions: \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDknmXRBGa/GuPCkpyydwCNedhfwINfrO674LWcBih2UjjJc5yULl9cD9LsYMWOzHVqM7H7RFxaONyq46h9vgxB/1XAeJUGc2jS8GS+vsS83bXX6vVrwa8wVeD380SJcF87oH3xf7/v2hlKv3drXi7xPE2JBjTHIOJJ6OxX+bAFXBqd1dPvnX1X7kEyX6vvjvuQrp7rFDbLq/eRpmng7kykodASQkUFZlt5+gH/U/z/a/DRoTocgzNqGl9RmesNtslQJs17Vn/JIJMM55qcRCEKoJ3Fq/Osnx3tHNA3G/vTs/+sVgh0tZmM6oIMRfTKzJskSZkMZOd8KtK/7ROCZO72izRmzwTFwFvRe/I7iHQ4PrjeKAqKDvgHJ/0LlaHmIYysZI21OTo6HcoX4HmA4RsIybNAM5SWeMMGiGe94/LYPk9sgB3o8aMv/nI/hr6vA28c2nso7itOuNcH1GZalAnbCObNv7QqVZ23FPlCjV9GXWCDCnQeCoIispJCrf68N5s= @@ -106,20 +105,20 @@ interactions: \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {}\n },\n - \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"d6ba6cde-5447-4197-8b72-dc2ec99e93dc\",\n + \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"8a8f658d-a098-4ef3-8623-e2872bd2af28\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 cache-control: - no-cache content-length: - - '2926' + - '2923' content-type: - application/json date: - - Tue, 18 Oct 2022 19:27:13 GMT + - Tue, 15 Nov 2022 11:32:27 GMT expires: - '-1' pragma: @@ -149,14 +148,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -165,7 +164,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:27:43 GMT + - Tue, 15 Nov 2022 11:32:27 GMT expires: - '-1' pragma: @@ -197,14 +196,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -213,7 +212,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:28:14 GMT + - Tue, 15 Nov 2022 11:32:58 GMT expires: - '-1' pragma: @@ -245,14 +244,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -261,7 +260,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:28:44 GMT + - Tue, 15 Nov 2022 11:33:28 GMT expires: - '-1' pragma: @@ -293,14 +292,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -309,7 +308,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:29:15 GMT + - Tue, 15 Nov 2022 11:33:58 GMT expires: - '-1' pragma: @@ -341,14 +340,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -357,7 +356,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:29:45 GMT + - Tue, 15 Nov 2022 11:34:28 GMT expires: - '-1' pragma: @@ -389,14 +388,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -405,7 +404,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:30:16 GMT + - Tue, 15 Nov 2022 11:34:59 GMT expires: - '-1' pragma: @@ -437,14 +436,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -453,7 +452,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:30:46 GMT + - Tue, 15 Nov 2022 11:35:30 GMT expires: - '-1' pragma: @@ -485,14 +484,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -501,7 +500,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:31:16 GMT + - Tue, 15 Nov 2022 11:36:00 GMT expires: - '-1' pragma: @@ -533,14 +532,14 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" headers: cache-control: - no-cache @@ -549,7 +548,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:31:47 GMT + - Tue, 15 Nov 2022 11:36:30 GMT expires: - '-1' pragma: @@ -581,15 +580,63 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/2f0666d4-9e2d-48b8-b6c5-7959bb27cc4e?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"d466062f-2d9e-b848-b6c5-7959bb27cc4e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-10-18T19:27:12.7997972Z\",\n \"endTime\": - \"2022-10-18T19:32:07.4274835Z\"\n }" + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 15 Nov 2022 11:37:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - -g -n -s -l -c --generate-ssh-keys + User-Agent: + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/1f695e8a-2d1c-43a5-bd84-5f6e3e78aa5a?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"8a5e691f-1c2d-a543-bd84-5f6e3e78aa5a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2022-11-15T11:32:26.7929876Z\",\n \"endTime\": + \"2022-11-15T11:37:24.5276284Z\"\n }" headers: cache-control: - no-cache @@ -598,7 +645,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:16 GMT + - Tue, 15 Nov 2022 11:37:30 GMT expires: - '-1' pragma: @@ -630,7 +677,7 @@ interactions: ParameterSetName: - -g -n -s -l -c --generate-ssh-keys User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.ContainerService/managedClusters/test-force-delete000001?api-version=2021-08-01 @@ -641,8 +688,8 @@ interactions: \ \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"test-force-rohanazuregroup-1bfbb5\",\n \"fqdn\": \"test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"test-force-rohanazuregroup-1bfbb5-4f0f44fc.portal.hcp.westeurope.azmk8s.io\",\n + \"test-force-rohanazuregroup-1bfbb5\",\n \"fqdn\": \"test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"test-force-rohanazuregroup-1bfbb5-6f1967ab.portal.hcp.westeurope.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_B4ms\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -651,7 +698,7 @@ interactions: \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDknmXRBGa/GuPCkpyydwCNedhfwINfrO674LWcBih2UjjJc5yULl9cD9LsYMWOzHVqM7H7RFxaONyq46h9vgxB/1XAeJUGc2jS8GS+vsS83bXX6vVrwa8wVeD380SJcF87oH3xf7/v2hlKv3drXi7xPE2JBjTHIOJJ6OxX+bAFXBqd1dPvnX1X7kEyX6vvjvuQrp7rFDbLq/eRpmng7kykodASQkUFZlt5+gH/U/z/a/DRoTocgzNqGl9RmesNtslQJs17Vn/JIJMM55qcRCEKoJ3Fq/Osnx3tHNA3G/vTs/+sVgh0tZmM6oIMRfTKzJskSZkMZOd8KtK/7ROCZO72izRmzwTFwFvRe/I7iHQ4PrjeKAqKDvgHJ/0LlaHmIYysZI21OTo6HcoX4HmA4RsIybNAM5SWeMMGiGe94/LYPk9sgB3o8aMv/nI/hr6vA28c2nso7itOuNcH1GZalAnbCObNv7QqVZ23FPlCjV9GXWCDCnQeCoIispJCrf68N5s= @@ -660,27 +707,27 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_rohanazuregroup_test-force-delete000001_westeurope/providers/Microsoft.Network/publicIPAddresses/566a7f34-3163-4b48-9b94-806026d4aec4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_rohanazuregroup_test-force-delete000001_westeurope/providers/Microsoft.Network/publicIPAddresses/31c5f52c-9dc4-4631-8016-856b1688debf\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_rohanazuregroup_test-force-delete000001_westeurope/providers/Microsoft.ManagedIdentity/userAssignedIdentities/test-force-delete000001-agentpool\",\n - \ \"clientId\": \"09e30c05-18bc-4655-b841-ed8680d5e0cf\",\n \"objectId\": - \"ded816ab-034b-42fa-a3be-9444e324d153\"\n }\n },\n \"disableLocalAccounts\": + \ \"clientId\": \"c27d58c7-a95c-4e20-8ed1-7a1748a68d3f\",\n \"objectId\": + \"1db736de-a31a-43ed-8940-3d870d4d29fb\"\n }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {}\n },\n \"identity\": {\n \"type\": - \"SystemAssigned\",\n \"principalId\": \"d6ba6cde-5447-4197-8b72-dc2ec99e93dc\",\n + \"SystemAssigned\",\n \"principalId\": \"8a8f658d-a098-4ef3-8623-e2872bd2af28\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3615' + - '3609' content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:17 GMT + - Tue, 15 Nov 2022 11:37:31 GMT expires: - '-1' pragma: @@ -714,14 +761,14 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/16.2.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.ContainerService/managedClusters/test-force-delete000001/listClusterUserCredential?api-version=2021-08-01 response: body: string: "{\n \"kubeconfigs\": [\n {\n \"name\": \"clusterUser\",\n \"value\": - \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlJFTkRRWFJEWjBGM1NVSkJaMGxSU1hka1lsVTJVaXREY0RaNFNrTlhSVE51VW0xR2VrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUV3BGZDAxVVozaFBWRVUwVFZSR1lVZEJPSGxOUkZWNVRWUkJlRTlFUlRWTmFtZDRUVlp2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOMUNsSmFSR2hCYm0wcmRrVnVPRlp2TkhaNU9XVlVXVE5UUVdkNWJXdDZkVmgxZVVkNWJVTmlTa0ozYjFOUWEzbGxjbmM0Y1U5QmJuVXlZbWd6V0RCMVUwa0tNVFY0VlRkeVpEWkpTbFJJWm1welowOUViV2R0TlU1R2JrbHBXVTlvVkhsR2RUTkZhblpOVkV0Q1VIQjFhbk5XUm1nMFExbFhZbEk0WVhSYWVFTkpPUXBVZDB0amVIWjVaV2RrZW5CVFRUaExTV3hFWTIwNVVVMTVhbWRxTDNRd1EzcFVSMUV3WjI1TU9IUmhPRGRTTm5ScU5FcDJRVU5qVG1OSVVuRkRNSHBGQ21FNWIxUjFZbE5qVFc1a1ppdHlVM05ETjJ4MFYzVklUazVqUlVJd0wxWk9kbUZYUm1ZelYyVTNiRXhQVTJwTlRUVmFhR3gySzFwT1RsZzVSM2wwWlZrS2JISkljSFJvVm10S2VsTndha1p0U1VOTVJsQjZTVmRGYW1KMVVHOVBLMXBwWXk4M2NWQm5hREpCUzNWcVdIbEhXRzFVZVhaUU9UUlBjVXRvV204eE5RcHJUMEZxUXpkblEzazJUWHBQUzJOelIybHRjVkIyVjFoSGFYVjVNVFZhUmt0SVpsSlljWGhGTVRKNFkxaHlVVXAwT0daemRrbFRjbGRaYWxKNFIweFdDamwxUTBFdmRYUXJUUzh2YTBGQk9WTlZMM0JJTlRGRFVWQk1ZeXQxVjJWb2JsTjZVSEZJV0ZCTE4zcFlTV2M0YzFWdE5HRkNTbHBFYzBkbFNWZFJWRWdLUjNvMGFTdFRiRmxsVjJNNFNYY3hRV3QyV204eFdITk9hbU5CVEdJdlVEWTFjSE5IWW01SlZsTlViMjg1ZWpkbVVuSjVZemhSTW5CT1FtVTVSbFZOUVFwV2FWaFRUM0o2VUVOdFdtTXhPWFpqTWpaVVp6SnRSSGM1UVZnemFGTk5ja3BDTlRKT1NtcE9jR3hEUm1ZemRWcGpObXQyZFZwalFtTmhjRVY2UTNGa0NrVk5UMFJJY1RSWk1ETXJOM1p3VDFWaU9UaHJNRFIyWTBOaldFNU9OR3hSTkZwVGIyUjRkSEZVTmpscmJtcFdRbk5oV1VKVk4wMU1helk0ZFhSVFlXWUthekF2V0dSYVFVa3lVRTF3UzIxMGExbDJibVpPY1RWS2NFMXVLM1JuVVdreWNVc3pWR2hFV21wM1NVUkJVVUZDYnpCSmQxRkVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRV1JDWjA1V1NGRTBSVVpuVVZWcksxYzJZa3d4TTFNdlJFNUljak13Q2tGc2NHSnRPRlpYVWtKUmQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRKUWtGSlUzTlhLMmRHWkRZdlVXNXZSVEpxVkZwRlVVTlhPR2hCT0RJS2JqRklabmRIWm1sVGRHcHhSbkV3TURnd2EwTklTME5OZG5odk4wZHpka1EyTlhKaGRHNDJjeTlLV1ROaU0ydzFMM2hzTjJsa01XdFphek5YUzBGVU5ncFVOVVYyUkc1MmIzWnNRVXh0TDBWYU1WVlJWa2sxWm1kdlUyUmhSMEo2Y2taTFlsWmFjRTFuYUU5SVFYUmlUV0p2ZDJOQ1l6VTJjMlpETlV0T1kySk9Dazg0TkVSVVF6STBTR3BZU25Vd1JrNXRhRk00SzFwTVFVRXhjRVJoUjBKcFUzaG9ZbTh3U1dNclUxZG5WRXhEWTFkUFFYTkdaM2N2ZEVJd2NsTmpZak1LUzJWWVVFTlVTRklyWjNabVIwNUtObmx3TDFveVkzUlNWakp3ZFU5dWFFbDBkMk5VTldKVGRIaDZTVGxaV1ZwclZHcFZjVTR2T0M5d2FETmhOelJyVndwcmRFMDVRMFJNWjFGd00weDZUMGhYUjNveVZGWmhWalYxYURGSGQxYzFlRGw1Y0NzcmNsVmxWVlkzWXpWV2RUTnViU3RoTlVWRk9IUkdiR3BRWVN0Q0NqVjVhWEp1Ym5seFpXOXJaVzFaTUhoWFZURXZRVWRVYzNwU1kxRXpiVFl6WVM5bkwzVnNLMDFxVEVWdGFXVkdRMVptUWtzdmVrUTBVRnBFYW1kQ1dWRUtVRmxIUVU0NFowVTRhalZDYW5Gd1prSTVORWhuVG5BdlZIaHRaMFoyVkdoWmIyMVFNUzlVY2xOSVkwRnZNblZxZEM5eWMybEtNbU5HWm1SNlpYaDZUUXBaZVVzMmMzbFVabXB4YVdZdmRGb3lUV0ZUVUVGRmFVVnBXV3RuWmxodVREQldXa3hSUzFoc2R6RkNaV3N2TW5oVWFFVllVamh2ZWpWVlZ6WlJZMEZJQ2pjd1ZHVlROVUZaWWxGWlIwNXViamxrY21kdFdFWlhXbFpRU1VWa09FbDBRVzk0TDI0eGVsZFVaakJyY0hGM2JsWkJUMWxPZFdsbVQxUm9UbkJWVEVvS2R6RnpTR1JwYTBwUWNucElhemM1ZDJNdk9YUkVabGh4T0hWcmFHTnNUSEpUTkZoWGVqRndOVEl4WjFNelJWTTNaSGxvVEdsWmJHbHhXbTh3WTNGcFJBcFRTM1pvV1RKVWJISlZhaThyVFd4ekNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL3Rlc3QtZm9yY2Utcm9oYW5henVyZWdyb3VwLTFiZmJiNS00ZjBmNDRmYy5oY3Aud2VzdGV1cm9wZS5hem1rOHMuaW86NDQzCiAgbmFtZTogdGVzdC1mb3JjZS1kZWxldGUyZ2xhdHdpCmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiB0ZXN0LWZvcmNlLWRlbGV0ZTJnbGF0d2kKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX3JvaGFuYXp1cmVncm91cF90ZXN0LWZvcmNlLWRlbGV0ZTJnbGF0d2kKICBuYW1lOiB0ZXN0LWZvcmNlLWRlbGV0ZTJnbGF0d2kKY3VycmVudC1jb250ZXh0OiB0ZXN0LWZvcmNlLWRlbGV0ZTJnbGF0d2kKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbHVzdGVyVXNlcl9yb2hhbmF6dXJlZ3JvdXBfdGVzdC1mb3JjZS1kZWxldGUyZ2xhdHdpCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSWFrTkRRWGRoWjBGM1NVSkJaMGxTUVZCUVlrNVVVeTlIZVhsb1VVY3dRV1p6VEZSSFRHZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSWFHTk9UV3BKZUUxRVJUUk5WR3Q0VDBSRmVGZG9ZMDVOYWxGNFRVUkZORTFVYTNsUFJFVjRWMnBCZHdwTlVtTjNSbEZaUkZaUlVVdEZkelY2WlZoT01GcFhNRFppVjBaNlpFZFdlV042UlZaTlFrMUhRVEZWUlVGNFRVMWlWMFo2WkVkV2VWa3llSEJhVnpVd0NrMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQmVVdE5TR1Z1VG5rd2FWQlhZMDgxVEhwQ2N6VUtLMlJNYkRGUlMxZHFVSEY2YjJOVE1HMTRTbUZrTVM5cmNVOVJOSHAyVDA1ek1GUnBUMGhQZDNWT1JUSTFRbE5NUVhaSE1WQjJNM1JQYjJoWllXSXlPQXA2Vm1vemVsQkpkMnMwVVZrcmNuaFpZWEkyWkZsMFpFTklVV1F6ZVhRNWEwVTBNRTVCYUZrclIxVXhjemR5Y1hvMmQyTndSak5RVUZkTU5scGlNelo1Q2pKUVVrcFZZa0ZUVkRGcllUUlhlRGxYVmxGaVRubE1WbVprWld4V2JTdFJSM2R3VDFVeVIzSk5UMVptVEdWemJGcDFla1p6UkU1bE9XSlRhbmhWVFhrS2NGZFlVVVpuU2pCalQwZ3JlRTFDU0ZsSWJVczRiak0yTkRoelpYTlVTMDFNY1hSQmExZFpVVk42UzNsRk1ITnJVblZDUVZOUk5qWTVhRVpJYUdsclFRcGlWazlYVEdsNllraGtiM041WW1ZcmNsZEpVekJsZUVoV2RETlpTMVE0TURRelVYbHRjMEpFY2s4emVtUlFTbXBKYUM4M1JFVnRZVkJVYmtGTFdERXpDbVJxTm1Ka1NTdG5iSHB6VWt0VldtdE5jMWN4YURCUlR6a3lkalJzUmxkeVVpOTBWR1JOWkN0MVRXRnFVakJ4YVc5SmNtWm5NM1pvTW1KS1p6aFNXVEVLZWtRdlpYVm5PWE1yTURjMldITmpkblVyY1RsdlRtUlViMHRsUkZsQ1EzWkJNbGR6WjFKWFlVVXlTRE5GTnpCNVoyVkRkMFFyYkc5dE9TOXVOMDkzU3dwSVQyeHhTWFZ5VjNFdmVTdFFPRFJPWTJ4b1JHUXdUWGt6UVRoQmIxRXdZVzlrVlZaM09UWlNZVk40VFRad1F6aHpSa015WkRaSGFWaDNZV2wwZWprNENqZEpSM1pEVjFKWVJFVmtNM0ZrZEZSV1NqbENWM0UyZGxKMmJpdElTSEZvVUhneGMyTjZjelpoTDIxc2QzZzBRWGRvU0d4R1NXNXViakZsV1hvMVZtTUtXalJFYkVvNFMzSnpjRzVFWVdrNVRXNDBUemM0U0dneWJYcDNNM294VVV3MU5UUkZjMEpNUzA4MFV6Vk9Ualp1THpWU1VsQkRVV3RoU1VrMlQzWnFaQXBMYlZWeU9HTXliVEJ6ZGpadFFuQkVhV2xIYVU5RU9FTkJkMFZCUVdGT1YwMUdVWGRFWjFsRVZsSXdVRUZSU0M5Q1FWRkVRV2RYWjAxQ1RVZEJNVlZrQ2twUlVVMU5RVzlIUTBOelIwRlJWVVpDZDAxRFRVRjNSMEV4VldSRmQwVkNMM2RSUTAxQlFYZElkMWxFVmxJd2FrSkNaM2RHYjBGVmF5dFhObUpNTVRNS1V5OUVUa2h5TXpCQmJIQmliVGhXVjFKQ1VYZEVVVmxLUzI5YVNXaDJZMDVCVVVWTVFsRkJSR2RuU1VKQlFpczRNamxWTldKM1JFOHhkVXh2YkRscGR3cG1OMFpqVjBoQldYTkJTRXh5YlRVNFYxaHllR1pqZFd4TVZrWkRUWFJzVWtGak5YRktkbFJvZEVJNU1pOUJkRGRoTDJkWVRrazJha0pLZFd0Q1JYWkxDa3BaY1RoaldUVnJZbFJvVlZWUVFXdHhXVU5yYVN0RE9HUXlRak5IUzI5S1NXTk5LMmgwVkhaUlpWZDNOVEptYURkSVZYSkdjREJpY0hadlkxVkNhRW9LU2tONmJEa3ZibTEyWjNnek1qTldVM0pUTDFsM2JtTkNaMVZPZFc1aE9IcG5ja1F4VWxWbFFVaEViRWhGUVZwMmFpdGtRa0ZZWTJwT1drcEpjMjQxS3dwbFUxUmlTWFJHYldocVYzRXhVRmxKVEUxM2RIWkdVbVJ1VWtOdGRsSTFXREZYY2pNek1qTmhSVzVaY3poR2VISndlbFp5WWpCemRUUm5PRnBPUjJKR0NuaGtVMWxPUlZOUmRIUXlWVUpGUVM5MVVXMURiWGxwTHpOYU1rTldkRXRIVjBNM1prMVRSR2xsYm1zMVUycHJZMlF3YjNGMk4yWXJjWEZIZVc4MFF6a0tVell6UWpFMmFqbFNNRGd3Y1VObmRTczVTMlpaYkROU1IwMVpPSEZDTWtZdlJVZFBUV1lyVGtKek0zSm9Ta2d6U0VFclpuRm9UMjFUYWtwWWJFZFFUd281WlhOTWMyNURWamhtYlZWV1ZVbG5iR3hTZWpOWGFtUlBSRkZ1VERSd2NsTmFNbmxOYm5wR05FTktVVFZtU1N0a2VHUnZXVmhJTnpkSk5XWlBlR3RtQ21wa2JtaE1NM1pNZUZvNE9TOVJXbmRtZW5aUFduWlNZa2hHUjFkQmJVUXZjR1ZoUVdNelIwOHZja1I0YVRaMGMyTmxTMVZyUTFaVVJGSkJVakl4VVZvS09EbFphSEp3UjFVNVdVNHdTMjlMUWtoV1ltMUxNRzR4YzBSb1ZVNWhlSGxYYkZKeE1sUjBTMWR0YmpGS1dVSnBlVEpLTDFOdmVVZExkakp1V2tGa01ncEJhV3BYUTNCeU1TdHJNMm8xWm5adlNuQlZkakJIYkM5Q2JVcG1ha2M0U0hoM2VIaHNTVmQyVVROcFl6bHpVM293T0V4ak9VZFBWbkpIZW05WlYxbENDbVZLVWpaYWNraFRXVEpFVlZORGJqUkpiRzlDZW5OU01nb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzFGSlFrRkJTME5CWjBWQmVVdE5TR1Z1VG5rd2FWQlhZMDgxVEhwQ2N6VXJaRXhzTVZGTFYycFFjWHB2WTFNd2JYaEtZV1F4TDJ0eFQxRTBDbnAyVDA1ek1GUnBUMGhQZDNWT1JUSTFRbE5NUVhaSE1WQjJNM1JQYjJoWllXSXlPSHBXYWpONlVFbDNhelJSV1N0eWVGbGhjalprV1hSa1EwaFJaRE1LZVhRNWEwVTBNRTVCYUZrclIxVXhjemR5Y1hvMmQyTndSak5RVUZkTU5scGlNelo1TWxCU1NsVmlRVk5VTVd0aE5GZDRPVmRXVVdKT2VVeFdabVJsYkFwV2JTdFJSM2R3VDFVeVIzSk5UMVptVEdWemJGcDFla1p6UkU1bE9XSlRhbmhWVFhsd1YxaFJSbWRLTUdOUFNDdDRUVUpJV1VodFN6aHVNelkwT0hObENuTlVTMDFNY1hSQmExZFpVVk42UzNsRk1ITnJVblZDUVZOUk5qWTVhRVpJYUdsclFXSldUMWRNYVhwaVNHUnZjM2xpWml0eVYwbFRNR1Y0U0ZaME0xa0tTMVE0TURRelVYbHRjMEpFY2s4emVtUlFTbXBKYUM4M1JFVnRZVkJVYmtGTFdERXpaR28yWW1SSksyZHNlbk5TUzFWYWEwMXpWekZvTUZGUE9USjJOQXBzUmxkeVVpOTBWR1JOWkN0MVRXRnFVakJ4YVc5SmNtWm5NM1pvTW1KS1p6aFNXVEY2UkM5bGRXYzVjeXN3TnpaWWMyTjJkU3R4T1c5T1pGUnZTMlZFQ2xsQ1EzWkJNbGR6WjFKWFlVVXlTRE5GTnpCNVoyVkRkMFFyYkc5dE9TOXVOMDkzUzBoUGJIRkpkWEpYY1M5NUsxQTRORTVqYkdoRVpEQk5lVE5CT0VFS2IxRXdZVzlrVlZaM09UWlNZVk40VFRad1F6aHpSa015WkRaSGFWaDNZV2wwZWprNE4wbEhka05YVWxoRVJXUXpjV1IwVkZaS09VSlhjVFoyVW5adUt3cElTSEZvVUhneGMyTjZjelpoTDIxc2QzZzBRWGRvU0d4R1NXNXViakZsV1hvMVZtTmFORVJzU2poTGNuTndia1JoYVRsTmJqUlBOemhJYURKdGVuY3pDbm94VVV3MU5UUkZjMEpNUzA4MFV6Vk9Ualp1THpWU1VsQkRVV3RoU1VrMlQzWnFaRXR0VlhJNFl6SnRNSE4yTm0xQ2NFUnBhVWRwVDBRNFEwRjNSVUVLUVZGTFEwRm5SVUZ2WjJGMVYyd3ZlbEZQY1RaSFdHTklaRk4zYW14TVIxRTRORlpyYVZST1NXSTBTa2xET1dNeFoyRlFTMG9yTkhWU2EzQXZhVEU0T0Fwb1ZGSkJZV1pDYVhOTGR6WlhjMVpTYUdrMVVVeDFNaXMwU2pObFdUaE1UMVYzTjJVeFlrcGxOMlJYSzFoWE0xUTRaV01yVGlzd05Dc3paVTR2VVM5NUNtbHNXRzFFYXpkMFozQnFOa0pRY0VOWUwwMW9XbXg0T1RCdlJuZzRlWHBOVEZKRVVYRkpNbVl6U2pOa1YwazVTV0o1TVU1V1dsRmFja2xVY0hwcWVIb0tXbTVxUVZrdmRFZzRka0Z5ZHpCUVFXNW1kazlYZDFKdVNWUXlWVWdyWm5CMFIzbEdSbXRuWW1zd05XOUdaWFo0Ym5OVVNVbE1PU3MyVFVOWFdHNVlhZ28zWTJWTWNuWTJaM1ZzTXpkVVRsWTJaRTFXVm1wTVVVWnROekYxTXpselduTXJOVGRuVlRoWmVtdHZkR1pHTVhkTU1rUjBaRFpSZFVaYWF6WnVPV3BPQ25GU1ZrNVZaRVJVZUVGVFpYUkJZelZ0VVVkNlkyNUJOVEZCWmtSMVUxTkRia1JtUkVwMVprTjNPVXN5VVNzM0wxUlFZbVUxZWk5NFZraGFOemN6SzFBS2JXNUpaRFF5UW5aVmJGWmhhV05CTDBwQlkxa3JUWGR5UjBNM1UyMHJRbmhFVVc4eGMzWXdVVmhvY2t4RWVIbzRkM0UzY0V0dWRVeFZZM1EyWlRnMldncE9kVll4ZVdoR2EwTnZlREZOV0ZSTFdtdG5TUzlrVUdzd05rOVNZamhJUTBsemNXOHdXVW8zZFdkTWFEWlRObXBJTUVSek1qTkdhRUpJWlZkSFpqVjRDaXRrTVZod2EzWTBUVUlyYWpSUFVpOVRUbW81WlUxcVdrWkVaVTR4Vm5sWVMyaE5hVzFEYmxGSFQwWmxjVGxwYVdwM1dtcFlSRUZ5VWpCQlNGZGxlVmtLTHpjMFlWTnFXWEJGZDNKSFdESnhkRTVFVVcxa1NTdG9hMnByVVM5Q2FVOWFVaXRKYVRabWVVWnJiRUUyT0VNelRsbGhPVXhtVFVjdmFVeERUMk5uTkFwdlNIZGtjMnB2YnpOMVowRjFVVmgyYjFadU9WZERaMDVZYnpoQ1RYVTFXRUkwUkRSSFNVNUNXRGM0Y2pkSVlYaHNlbXREWjJkRlFrRlFORms1WlUxd0NrZDZVMlpuTkVaaFVubzJRWFphZDA1bWVWWmxOekk0UWxFMEt5ODFLMng1VFdSaFkyYzRMMFZuWm04eGJteDBZVEp1WkZoUVlWcG5PR0ZFYUdveGJYVUtTMlIwS3psU01sRlVlVk5LWlVOcldsVkZNaTh6ZURsMlNuTmpOM2RoVUhoVlp6WnZMemxDY1ZRNFZYQk1jSE5wWkZGdE1FWTNhMlJYZHpWNlF6Qm1OUXBHVDB4cE1TdHZXSHB5V1V4aWEyc3ZiMUpXVG5OaldGcHRNbFJtZFZvdmRVNHJhaXRKVGxoRE5YSTNNbHBETlVkc05IaHlUR1pHUmxkV1FtVjBaa1VyQ2tJeVNHdEJRbEZOVnpsQmIwOWlVM2R3V1d4bWRWUldTSFl3YnpFeFptZE9ZMHgzUzJSRFZVMVRNMjFRVkRGcU5tSlNPRGxLWTJvM1JGcEdiMkp1U25BS1IxaFpkV3RsUkVobVVYSkVTRlZKTlV0Sk5EUktRbnBoTWtKRVowcHNha0ZGU3pZd1kzaFdLelYwU1ZCalNrRk1XbFJTV2xWVWNXZDRTV3cxVEVKck13bzNVbGN6TW5sc1lYUjNSWEpZVFhORFoyZEZRa0ZOYjJwdFV6aEdaRlJZVVdsaFMySjFja3AzVUN0TlZpOXBZWFYzUlVabEx5OU1TMVZsYWl0V04wRmhDa0pXZVcxMlZuaDRhbFYxU1dwT2F5dFNlSGxxTjBsMksyZ3dPRkUyT0dVNGJFMDNhVGMxU2preU5HZFFUMjRyVTBwc2FVSkdOMlZ0YnpoRWJqVlRLM2dLZFVwU05VOW5kVkYxTldkYWMweHpMMVZ5UjJkTU0ybHFaRkpXTWt4aVJHWmxTM2RLSzFWclJGTmhiSEU1WVROTloxRlZhbWRJTlU5aVZWZFFlR2RPYVFwVU1VUkphM0ZUWWpaaFRsTk1TV1kyYmxKVVJFNTZaMlpNU0ZSNVl6ZGtVbkZrU0ZnM2NFdEZXbkk0UmtOWVN6RXZSa3RyZVdKb09VNVpkbGRhUjFGSUNqSjJiblpWYUVSSVlsUm1hRUo0UWxCNGEydFJVVXhxYlVod2MzVjJTVmszTlZWamNYTlNaMmRDVEUxdVN6UjFWMjVOZDNaWWNtcEZSbGx0WlhkVFkwSUtTM1ZhYTJaR1dITmtSSHAyYTNOWlNFcDBWa0p5VDJKc1kwOU5kbGxCVUVGSmFDOVVWVkJJWVhRNU1FTm5aMFZCV2pCMVlWZG1hRklyVUdsSWNUQlJZUXBDYTNseWVVRTJjMmt6UzIxbU1HWlRVVlpRVVZsV1VuTTRhMDgyVTJaSmJYSkxTM3BrTkhaa2JDOXZPVTAyTDJoVGJtVnViMDUwZFZwTE5tUXdjVVJvQ25FMFlTczVSMWswUVZGT2NFaDNkeXRvVjNaRVkyNVJaREphZGxkTmRFZHNSVUVyU0hoTlZXcE5kMmxzVWtSdGN6Rkthbk5GZUhkek5ETmpORTEzTDNVS2JHODNZa1JMWm5wUloyWk9jSGhMY0ZkNk5tWTFWMWxuUlVoWFQzWTFaREV5YkdWeWNtbDRRVmN6VFU5M1JFSnBLMGx6YjBJMlVXaDFRMlpLTmtaNVJncDZiamh5ZUd0eGVGbE5SWEpPTXl0MFVXVjJWWGxtZDJOM2FsTXhkRzlJYWtKTk1pOW5abkEzT1dWRlZIaFVjRm8zTm5reWFWbG5NRTAxYTBjNFNYWnZDbEl3Unl0WFZHVklVbmh0U0doTWRIRmljVWhSZEU4clVGZEtXU3N5Y0ZFeVNGWnlkR1JaUmsxaFVsZFBUV1pyT1V4SE1qUkJZVUk0Ym5kSFdUbEtlazhLU0VsdFYwNVJTME5CVVVWQmRFdGtTMEZST0d0eFRIRXJUbnBvYzJrMGNuTllabmhMZW5KSFFrZDVkRmhJWkhGYWFEbDVMelkxTDJ4NVRqaDJMekF4ZHdwc1RpOTBNbFF6YVdWblRUWndaMk5PVlV0c2VuWXlaVmh4Y1hGQmNDOURXbGxoYTFObkt6ZFFTRWQzVEVWV1VEVndOamRaVld3M1NEaDBTRUpCV2sxU0NsSlRZelJ1Y2tKRFRFbE9XSGxpTlRCS2IwVmxOWEZPYVVOdlpFUmFia0p6ZUdRdlZYWTRXVEJVU3pWck5sQXdXV2haUjNZeU1XaHBVVWhXZUUxWVNYa0tVbGxrYzFOMk5qaHZiRU40Y1doUFlWQk5OWFZuY0dsWFdpOWtUM1pXTVdSSmFucFVTemxVWmswNVJWbG5lWGhNZW1KVlIzUmhkV0pzWVVoQlR6QlRkd3BLU3l0V1F6UjJkMVF4TkdGTFpWWnVNWGhNVnpWRVZHeG1WWFl6VWk5T1pHNHJkRk0zU1dKdWFsVnBUWEJDTmtOcVUwd3plSFU0ZUUxM1ZEbGFhVVpVQ2pWU00weHJMMWhUVXl0a1RrdHVTa2REU2xKUVowTnhXR3hOTDJJeVRIRTNaRkZMUTBGUlFVZHhaM0IzY2pSWFV6SjVRVnBYT0VGSVJtcERibkpQWjJjS1dGSnNNa3B6WXpZd1NGbG1VbmhDTmxoMFEwVmxSMGxsUlZwR2QzZFNiV0o2V1ZwTU0wUXlhSGM0UVRjeFNWWllkRlowYzBacWEybFhNWFEyWjBwclVncEdVRmxGWXpsSE5XTnVkVlJ6VVU1R2ExTjVjRlpYY3pNdmRYUkZNbTlaYW5oV1QxaGhjMlZvVVVoMGRqTkliRVIyWWs1NU1HSldjbFUwUjJOeFZtWkpDakJzVEhrMGRVeFliakYwUlRaemVHdzBiMkpUZGtFeVoycHlVMEZpU25WVlZubHRRakZPTmtrMmFrNUZkemRxUmxBd1VXZFlNbXhXWlhBM2RtWm1kaXNLTVVKdGJWUmhaVlppWXpKaVJWTlpjUzlIVTBkdWNYaGlkR3hvV1dNeFIxZGtjVkZPV1dwa1FTczBiMVp2WjAxdGJXcG9RV0ZwWW1kTGVVTkRiMGs0U2dwT1ExSmplR054YTJWVWIzUlJUbWxyYnpSWWNYUkpSa1IzVm1sMU5tdzVORTkyTDFOU00yZGlhbGxvV0UxNVJqRnpkMjFCV0M5cmJqaDFRbGdLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IGM1MjVjZDRjYzJjZmFmYmIwNmI5NDAyMTE0MmQ5YWZmZDBjOTRiODg4ZWM0MDAyZDcxOGEyZDY2NTc5MDBkMWEwYjA3N2YyYWIwMmRlYzU5YWU0YzNlZTBiZGY0MGRkMDVkNmU5NmExMGVhOWIwMzA5OTc5NjlhZTU3YTM1ZDJlCg==\"\n + \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlJFTkRRWFJEWjBGM1NVSkJaMGxSWVdkb1pETjRTbloyVDBKc2QwY3ZWMDF3Y1ZkblJFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUV3BGZUUxVVZYaE5WRWw1VGxSYVlVZEJPSGxOUkZWNVRWUkZlRTVVUlhoTmVra3hUbXh2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSUENqRjZkVWRGU1dSM1ZFOVJObVZTU2pGRWF6RmhTREo1WkU1S01tMU5Xa2R0TDNOdWF6aG1kREFyVGpacGIxWnlhRzlLUVV0U1NUQm5kVTE1YUZsQ1JWVUtOVU5MYkhCVGRHZFRlVTVyZVRoRUwxUmlUWHB2VVRscVNWWk5OR3hFUTJWd1IxVnNXVE15UTJjMlFYaEpaRnB2VUZGRGF6Sk5jM1ZVV0RrclVYVXlTQXBLUlVsS1JHSmphazlOWm5sNlZFRkNPWGgyZWpGcFRYRlFia04yZDFoeGFsVnBjV1E1TldoalVWYzVRalJNWlVadmFWTXZWbGRaZDA5VVVHbFJOekZ6Q2t0bWIwSkJNVmszVTBFMlNuUkNPVFptVjFabk5sQmlSVmxXVlZNeFowdGhTVzlaUjNwQ1RqUmFOVnByVjFaTWNYTTFSM1V2ZFdaQk0wY3Zaamc0Wm1rS2NTOVNhMEZoT1c1elNFWkNURTFHZDBnd05VWXlSME5QVkZNNVVtSk1SMGd5YkdodWRFb3dlR2N3UjA0NFVHMVZOV2xVVGtWRGVXMDVlVFpJTnpsMWFBb3pVRlZuV25kWGFsUmpORkpNTW5WUlRscENiM1UzYVVSTFRIWklSelIwSzNGWU5sZ3JaMUo2YmpoUE1UUkJZMkppV0N0SWFXdHFXVFk1UkdKU1VFeFZDaXRsYUhwYVpXOXFURFJYWlRobVkxZE1NRGs0WW13eU1GaFNPREYwUlVoNE5UaDROQ3RhZG04NFVtZERkMmxWYVdrdmRWSnlSM0JKWkVwb05YVk5UVlFLV1VKWlRVWTBjRUZhY1ZkUFFVZFJRV1ZKYzBWRWNFRXpjR2xIWWtadmJIazFPRm8xYzNsa1IzTnVaMGQxUTIxbWFqRkhVRTlOU0RoUlIwdHBXREJITlFwMk1sTmlka0k0TUdseWIwRnBZM0pEVjJ0WGJtSTNXR3h5WXpoc2JVeEhTV3RXYXpSSWVHRk1ZVmRJVmpaeFpFNU5RMXAxTWpoQlZWTkxVamxrWTBFMkNtZEdkekYyYzJKRk5rVndZM2w0VTBGVVYwazRha0pMYldRNFNGUnFVMDR6VGtSWVlsaFlVbFJFUjJob2R6azFjR0l2YzBWd1NYUXdZMXBPTVZBM1NYa0taMHN4ZDNGVGRVTkRiRlZoZURsNVJ6QkZZVm96ZVM5WGFERm1lV3RLY2pGemNrZEthVGhXVFZWUlNVUkJVVUZDYnpCSmQxRkVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRV1JDWjA1V1NGRTBSVVpuVVZWVWFXTklUMlpMWnpGVE1FZHJUV1JTQ2xCbVNtVnphbms1U0hKbmQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRKUWtGRFVFbFFaRkZLV0V4aVRVbHFkMDlsYzJwbVVtTlhOMlJTTVZnS1dIVjVabVE1WjNKeFR6SlNaMjlMVFdwdmN6ZFRVME5wUzBJclNtMXBhaloyVkd4Uk1WbzVOREZtYkZGNmQxRnJiMkpJVm5NNVRWYzRXSEJITnpGSldnbzFjR0k0Y0V4emNEbFZjVGQwTldjMWNEWlBNWEZVV0ZseGF6UlZhWFV2U2pob09Ua3lVazVOTVcwNVNTOW1TRlZFTmpCb1lYaEZVMkZQZDIxNGMwMXBDalZyT1dSRlVrcFRjbGhDWmxZM1RqUklPVzlhZDA1UloyZERVa2RrVTBWRFExZDFWR0p5YW1SNlNYSlFjR1IyUVhsUWJURm5aREUwYWtsM2RUVTNVbkFLYjJWTlZWb3JkR3RwTW1WUVRtRkxNSGhUVVZOTFFUVjJOMlJFTmtVNVdEZzBNa1ZvVEhFMlRHVkJNekp4TmtsRE9UWkJWaXQwUlVkYVlXUkxlRzFWUndwRWEyWmlRVnBCY1RacGVFaFNNM2Q0SzNoWE5EVnViVWs0VEhaVU5UbE5ORFJVYWt3MGExVkdLekE1ZG10V1NTc3hRbGRpTkVWUGIwbExSSEU0ZEVwaENsTlZTRkJLWjBSYVNYZFhSMVZsWmk4d1lVczBVRWxNUjFGcU4wcERiVlJGZGxRNE5ucDFkemhUU1cwclpXbGxRV1JrT0hsdmFYSkVaUzgxYVVsUmQzb0tlREppVkc1M1FqbE1NVmhOZDFFMk1XVlZZVkZETW1Ga2RIaHhkMGg0YVZNMVppOUNaMUpCVmxsVVJHUkpUak5WTUUxRmVXTm9WRFF3T0dKNE9VVldaUXB3U2xrd1kwZzBTRVkzZW1KRmFIZExkMGgyVG5CTFNHNUVla2xCTURKclIwMXVaakJVY1dkR1dWUkdUM0JHT0ZWdGNWbEljRVZHT0RKTE1GbDFOSGR0Q2pCNFFWaGpWVk01WTFwSU9XeG5XWGcwT0VwdlUyVnhWRkZWT1VOMFkybzRlbnAxTkRGV0swTk1jRTVSYmtKQlJqVk1SRnBqTkZWSFowNDRha0pGTkdvS1MwOTRjVEJNTUUxWFVEaG5XRTlPZFVkcGRIYzFRV3BITW1ReVVtTTRXa1ZSWkRkdVkyWkRkV1IzTjAxRU5tdHZZbTFuWXpWV2FGVmtkVmxKU21oaFpncFBORnBtWWt0R2NHMXZWbTE2T0dSbENpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL3Rlc3QtZm9yY2Utcm9oYW5henVyZWdyb3VwLTFiZmJiNS02ZjE5NjdhYi5oY3Aud2VzdGV1cm9wZS5hem1rOHMuaW86NDQzCiAgbmFtZTogdGVzdC1mb3JjZS1kZWxldGVwemZ2am9kCmNvbnRleHRzOgotIGNvbnRleHQ6CiAgICBjbHVzdGVyOiB0ZXN0LWZvcmNlLWRlbGV0ZXB6ZnZqb2QKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX3JvaGFuYXp1cmVncm91cF90ZXN0LWZvcmNlLWRlbGV0ZXB6ZnZqb2QKICBuYW1lOiB0ZXN0LWZvcmNlLWRlbGV0ZXB6ZnZqb2QKY3VycmVudC1jb250ZXh0OiB0ZXN0LWZvcmNlLWRlbGV0ZXB6ZnZqb2QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbHVzdGVyVXNlcl9yb2hhbmF6dXJlZ3JvdXBfdGVzdC1mb3JjZS1kZWxldGVwemZ2am9kCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSWFrTkRRWGRoWjBGM1NVSkJaMGxTUVVsQlF6WnJZMEUzWlZkMFJXRnlVMngzU1djeE9FbDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSWFHTk9UV3BKZUUxVVJURk5WRVY1VFdwVk1sZG9ZMDVOYWxGNFRWUkZNVTFVUlhwTmFsVXlWMnBCZHdwTlVtTjNSbEZaUkZaUlVVdEZkelY2WlZoT01GcFhNRFppVjBaNlpFZFdlV042UlZaTlFrMUhRVEZWUlVGNFRVMWlWMFo2WkVkV2VWa3llSEJhVnpVd0NrMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQmNtNVZZMjFYWTFCNWJFZEpURFJpWm10MmRYWUtVR0ZNYjBZMllpdEdPV3R1VEVWNFlrMXFhVWxaTld4U2IwVnFSMjlWU0ZkRGRrMVhMMVo1UnpVNWMyUlFaV2xzYTNrM1JtTTNZa0p5Wm5SbFVsTmxlQW8zWlhoTFVUWnVOMmhOWlU1UFRpOXJlbGRaVWtNclNrVjRlbFZEUWtJelUzY3dNMjVPU0ZkbGNFWXhWSE4wYkRSWVpIRTBiMk5RYzJOeFJXNVBPWGx1Q2pKTmR6ZG9kelJtZVd0TWNqaHdiM1pVYVhwNFpVOHhNM0JNVFcwelkwZHZOR1owTUZNd1YwZHhTbEpJV1V0WU0yWjNObGMzTVU1RVRuZGpUVGhIYzBRS1QxTlhVVkpPYlRoMVRTdE1aRXhzUjJzM05rVjNZVUVyVXpOV09ISm5WMDV4YmtoUmJtZDNhV2xpSzNSek9XbFBTMnN5WkZsalIwazFWWE5PYUVaWmNRb3ZSRTFqYjAxS1NWUjFkR00wVldkWVV6TjNjbXBzTm1reFZrY3JkRk5DZG5CS2RFa3dLMU0xUzNVeVYzYzJNMmcxYUdwWFNtUk9RV2xRZEdoM05ESkZDa2hOY0RCaVVXaGFUalpvUWpOb1lWRXdiSEpzZVdOemJGaEpZVkJ2VURCelRHSmxRWFpJVXpsdGFuSnNaemhDZWtnNVlrUkNXVGR4VkRORWRqSk5ReThLV0d0d1dsTlhkemwzVDNOdU1IcHJSV0ZSU1hVeGFXRkhObGxWVFVacGNVNUdabmx0V0ZaMVVtVTFiV3cyYTFrMGNtdFdhbUpVT1c1bVYwbHRWbWg1VWdvclNHbDJWSE14WW1WTFRHVlhOVlpGYjFsbVZYTkRNRnBYU2xVeFQweHlaMFpWVXpsWWFYTlZaRU5JZHpsWFF6bEhPV2RJVmpVeVVpdFBNa2szWnpOM0NsVlFUMHhPYkZwbVpITk9WVllyZDJoaU1EVlFhVU5DVjFOclVVZFpaazFYT0dWM1pVNVhSRGRIU0hwbFowcG5PVUl3ZVVGdk5FY3JOMWRSY2l0Q1lsWUthMlptT1d4UlNqSTNLMEp3VVdoYVZYcENlamQyTnpWVFZUZERUMVJqTDNsYVQzRk9PVkp1T1VWb1lXRlhVWGwwWmtSNk1rUTBhR1JZZVhncmVVbENZZ3BXTldrNVFXaG5ja0ZaVDA1SllWa3ZWbFpLVTBSWU1FTkJkMFZCUVdGT1YwMUdVWGRFWjFsRVZsSXdVRUZSU0M5Q1FWRkVRV2RYWjAxQ1RVZEJNVlZrQ2twUlVVMU5RVzlIUTBOelIwRlJWVVpDZDAxRFRVRjNSMEV4VldSRmQwVkNMM2RSUTAxQlFYZElkMWxFVmxJd2FrSkNaM2RHYjBGVlZHbGpTRTltUzJjS01WTXdSMnROWkZKUVprcGxjMnA1T1VoeVozZEVVVmxLUzI5YVNXaDJZMDVCVVVWTVFsRkJSR2RuU1VKQlNERlVORnBvUkZCT2VFcHlVMEZZWm5oa2R3cEJkRU41WkVzMlluSndUV1pPTWpOUloybGlPVWh0V1RjNE9VRkJZMWh2U0doUFRsZFBRMmwyYkRWWFFsUTViVWxzYWpoSk1YWlBjeXMyVEVSRFIwRndDbHBFVkZoUlJsaExNa05TU21WbGRtWkRiRkZUV0VJeWIySmliMkpoZGl0MmRrVkJNVzlLVVhaMlUzaHpkalZYVms1cVdESmpjMlpIUkhWdWJtTjJURkFLY1ROVE4yVktTV292VUhka1lUQk5VMDlxUjFObVUyTXlVbXRSTDBGT2VIcHZkRFF5VUVOdmNtSktkMnhxYkhoQk5rRnVRUzlHU1dsbE1DOXBVM0kyWWdwU1ZuUkJVRGc0YjFSVGVVVkROVEZXT1dKTVZURjNhVFpJYmt0dVp5dHVWRzA1UzNSdE0wOUVTM1pHWm5CUVZHVjRVRTA1Y0daNGJGaHlXbU5xYVRsSENtaGhhR0owT0dZeFFuWm5NVVZTWmtaV01rRnpkVEIwUVU1Nk1DOW5TRGxZZDNwUWFYWjJlbVpxWjA1YU5ITm9LMWRHZDFwcFRYSllTV2haVWpCUFdrTUtjakZYY0ZKWWEyUTBUbWhWU0hsQlRqTjJaMWRvYm10RWVXRjBNbFZhVkRWcVRXcDZXWEZwVTBOUVVsQk9Sa2xMT1RrMGRVSTNlbkJ3ZWlzM2IwTkpNUXB3VFd0eWNXeG1XVFV3T1RoUFdIQlZMelZuYUcweVJFNTVZbWhaWW1WUksyMHdjbVJGUVU1WmVVMWtjelprTVVaSE0yVkpSbTRyYldaVWR6RkNka1pTQ21ad1ExRlhjSEZaTkhsTVFqZEpZVGcxZW1aak16bExNV0pGTlZCSVNWcFdTRWxwTm1Kckx6UkdlVGQ2Y0RsVE4xSkRLMVJLTm01TFoydG5lR1poUXk4S1dWVklVR1owWm5wQlJqUlhZMjlMZUVwUFlqSkdhREExZVU5dFNuRm1Wa3BxWW05WldqWmlRWFV4VTBWeWVVMVRNa0pST0VoQlEyMXFia1ZFVjA5cFl3cFZVbk5ZZVV4VFFscG5ORGN3VVRoaGEyOUhjWEZHY0RGYVVHZ3lUMG95VERKaFZXWnBNa2h0WkZRcmVIb3ZaM1pITWtseWQwSjBUazF1WlVGNU5VRjFDblZGZDNRNWNXSjJSRlpoWlhObU56UnhSVzVsVmtKSVlnb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLU25kSlFrRkJTME5CWjBWQmNtNVZZMjFYWTFCNWJFZEpURFJpWm10MmRYWlFZVXh2UmpaaUswWTVhMjVNUlhoaVRXcHBTVmsxYkZKdlJXcEhDbTlWU0ZkRGRrMVhMMVo1UnpVNWMyUlFaV2xzYTNrM1JtTTNZa0p5Wm5SbFVsTmxlRGRsZUV0Uk5tNDNhRTFsVGs5T0wydDZWMWxTUXl0S1JYaDZWVU1LUWtJelUzY3dNMjVPU0ZkbGNFWXhWSE4wYkRSWVpIRTBiMk5RYzJOeFJXNVBPWGx1TWsxM04yaDNOR1o1YTB4eU9IQnZkbFJwZW5obFR6RXpjRXhOYlFvelkwZHZOR1owTUZNd1YwZHhTbEpJV1V0WU0yWjNObGMzTVU1RVRuZGpUVGhIYzBSUFUxZFJVazV0T0hWTksweGtUR3hIYXpjMlJYZGhRU3RUTTFZNENuSm5WMDV4YmtoUmJtZDNhV2xpSzNSek9XbFBTMnN5WkZsalIwazFWWE5PYUVaWmNTOUVUV052VFVwSlZIVjBZelJWWjFoVE0zZHlhbXcyYVRGV1J5c0tkRk5DZG5CS2RFa3dLMU0xUzNVeVYzYzJNMmcxYUdwWFNtUk9RV2xRZEdoM05ESkZTRTF3TUdKUmFGcE9ObWhDTTJoaFVUQnNjbXg1WTNOc1dFbGhVQXB2VURCelRHSmxRWFpJVXpsdGFuSnNaemhDZWtnNVlrUkNXVGR4VkRORWRqSk5ReTlZYTNCYVUxZDNPWGRQYzI0d2VtdEZZVkZKZFRGcFlVYzJXVlZOQ2tacGNVNUdabmx0V0ZaMVVtVTFiV3cyYTFrMGNtdFdhbUpVT1c1bVYwbHRWbWg1VWl0SWFYWlVjekZpWlV0TVpWYzFWa1Z2V1daVmMwTXdXbGRLVlRFS1QweHlaMFpWVXpsWWFYTlZaRU5JZHpsWFF6bEhPV2RJVmpVeVVpdFBNa2szWnpOM1ZWQlBURTVzV21aa2MwNVZWaXQzYUdJd05WQnBRMEpYVTJ0UlJ3cFpaazFYT0dWM1pVNVhSRGRIU0hwbFowcG5PVUl3ZVVGdk5FY3JOMWRSY2l0Q1lsWnJabVk1YkZGS01qY3JRbkJSYUZwVmVrSjZOM1kzTlZOVk4wTlBDbFJqTDNsYVQzRk9PVkp1T1VWb1lXRlhVWGwwWmtSNk1rUTBhR1JZZVhncmVVbENZbFkxYVRsQmFHZHlRVmxQVGtsaFdTOVdWa3BUUkZnd1EwRjNSVUVLUVZGTFEwRm5RV1JMVFVoM0syZE1kbkJDVlVwTVNtWjBOekZrY0VNdlQxUkZTSGhxTjBFellVZzJSVmRyWkVKeFNsWlJOVmxFUTJrdk1tZFNVMGhTVGdwUlRYWnFjMUZKUVU5UlUwUjRNSFZHWm1OU09XMW5aekZ6ZERkUmFqZEJVMEY2Vm1oRGFVZFhiMmRYVTA1Nk9HVktNa2R5YTJwaFYwUlpORTk1ZEZOakNrNW9VMmRGUjBaUVFWZzFWelJhYml0dU9ISkViR2xCUTNBeWVpdHNXbEpXYWtsNlVIUTRVRTFPZFRBeFQyUnVZV2h2V2pZMWREZFhUR1Z3VjJGNmMxTUtOR0p2VTB3d1lVYzFkbUZ3U3k4d1lWZ3lXbUZ4YW10R1ltb3lTbkppWldoaGJYUmhNRWxZVlhGeGMySlJjbkphZVdwcVpsUXZTRmt2UjBOcVdHOWhjUXBDUVdzMU1FOXVkSEEwUzB4dE5VWXdjREkyUlU1TWF6ZHdNVTVxT1M4NFR6azJiM2xXY2tOa2FuWnJiSGx6YkZVNFNXaDVPREJxVnpaWFlpOXpiSHBJQ2pObVJEbE9aSG92VFNzNFVVVktTM0Z0T1dGeWFuRnFWMnRMTjBkQmIwaHpkVEpuZUU5YVFXUjNMMWMyZVVsQmF6RkVlR1ZMYVRKbWMxbGxLMU5LVGlzS1RrOXFURkpxV0U1c01FVlFVMnRhZURoSWEwOWFOR2t5UTFoUlN6ZHpUVTVwY1VKVGQwdG5OWEo1TTBRMmQxaFFUbU5CV0dKT2VWSXplVTh6WW5OTE13cHpTbGt4UXpSQmFqTlZlbUZLWWs4Mk1DdDJRbHBvVFVKamMzRkdUelZJVURrMVJFeFBabU5HVEhoU2R6bElVVk4zZVM5SlYyVXZWaTlPYkVkcFNqWnNDbk14Tmprd1NqVjRaM1J0ZFRBMlFXa3ZaMmRuYjJSbWRGbEVObEpMTkZOU1pVaG5TRTFqZHpWU1MxUXJSemQwTUhaVWJ6RkpUVFV4TlVWU00xUXJkSGNLSzBSRlRVaENZMkkxTmxGbVJHOU9UbVF2V0RKbFdVVnlTemh2WldRd2MzazNPREoxVmpScGVVRllkeXRhUXpOcEt6aDBPRkZ2VERjMlUzTXdjbFZLV1FwbUszTTRhbnBrZG5oRlFqSllUalYxY1ZSMVQwazNLMmhhY0VaSFdHcG1TWEYyZFhNdmRIRkVjRkpSV214eVVqQm5VVXREUVZGRlFURm9kWGhDUldsNkNsQTNUR0Z3U0RWblRHWk1UalJqVVM5cWMwTnlTME01Y0VkV2FYTXJjMmhOUkdsNGVuTjFOVWhpYzB4NGVsY3dWbWhuY201dk5XOW1TbGQ0Wm5jd2VVMEtTQ3RMUjBoaWNFOUhSVVp3Vm5WQ09VRlhhakZWVEVZNGFHcGhTblU0VGpoVGNXY3dZa05DZFVoeVowVlNhMk53YkhBMlUyVmxSblZSV1dKU01qbFpMd3BDVTBaT01IZGlRa2g1VTNOM1V6TlVjWGswVVVkcVZWWmxhalUwT1N0dGRGaFlOVVZ2VjJRelFUVlljVmN5Y1habmJFTk5ZVzQwVlN0MFZWUTBkMnN5Q25sTVVtdFFLMEo1TXpSS1pWWXZNVlF5TW1ZMlNrWXJRbmxUZEVVMWNsRlhXSEkxYkhFNVIzSkRVVmhVV2pNeVoxQnNaazV5Wm1FMGJsbDBXV1kwVm1ZS2NGSmpOak4xTlUxV1JIRXlhM0p5VURBd2FIRjZMMDVIVGtScmVEUnZTVTlKY21WU1FVMDBXa3BLVlZOMFJXNVROazF0TUhkcFVqRnBRMWhQUW5NdmFBcHplbWx2UlVOTGQxaDNOM2Q2VVV0RFFWRkZRVEJLWkdsclkweHdiVGRXYmxORmQyNVdiMkpxVlZOdE0xQjZka2R6U3pkUEwwdEJSM0puUlZWaVVuUlNDa1l5YlhSR09IbFJWRWxWYlRGV05FOTJiVnBhUWxKb1pqZEJWRU5MV2tsMWJWVlVhMHRYYUhoRmVXdEthWEJ2VEVnME4ybFlaMnBaYWtaNmEyeEdLMndLZGxWcllteHFTU3Q0YWxremVsSjNkR2RwYVdRMVEzTndkMnhrVDJ4amJIQjVaelZxUlRGNVFtTTROVEZDTWtJM1pUZGhVRUZtVFZZNE1FMU9NVUp0YkFwWEt6azFla1JITUZkUEwxZExRWEJqU0c1bk4wWk9jMHBoTXpoRlJEWjJPR05LY3pWd1dDdGlOa2NyTTJ0TE9YcEhaek16U0ZsS2NIZ3lXa1pYWlhwbkNtdHpWVXRPS3pCclVVOUNXblU0WjNaS05rMUVkM1JQV0c5blRVdG9hbXBOWjFjMmFXcExPVGRHWkdseWMwRjFhbEJsWWpGWlpWTnFRVmwzTUdSWmRWY0tUR3g1ZGxwR2VISkJVekJvVUc1d1RVRTNVRTEwTUM5aVNtY3pZM0p1VWt4UGNHeG9WMEpVVUdOUlMwTkJVVUpwVEZKS2RsWXpTM2dyTmpSalJGVk1Sd28zZGxsUE1YWkZXalJUYW1GYVZuSTBNekYwTmtwM2QxRXhOM00xZVdRNFFsZ3JlVWRsVFZkTk1FVldSa1pITDBKMGFqY3pRelIxV2s0d1MzVk5VR0ZOQ2xWeWIyUjBlRkUyTmtWcVRXUnZXVllyVERSU1ZtVk5VbFJMTWpGQmRUTmljMmc1Y25CclptZHZPV1ZuWjFsclVVUlBWQzkxS3pkeWVVVnBjVkZuWldRS05IcEJMelpIWVU1elRFbzNaMlZ1VjFGMk1IWkhTSGxDVTFaMmJ6aHpkREF6YmtreU9YVlhRbWxNVUV0U1VWRlVka1UzUWtwVlJqQnhTbkp5VnpGNmVBcE9hRTVUYmpOMWNrOU1UbEJ4UjJWWWRXWndMMGQzWWtNM1QxVnlPSGhzVGt0MGJUQk5OM1ZrZFhBNE5tSk5OV05zZWlzclVWbGpTVFpYZWpaUGFWUlFDak53YUVoRlpHZHZSbkZYTjNOME5UTktaRGRGT0ZWUVVVVlpTWGMzTVVKRFNWRlZVbTVIVWxWcUswVk9kMHhCVUM5T00wczJPVzFtVmpWU1ozbGlZemNLTnpGeWJFRnZTVUpCUWpKaFltOVlURk5OV1hSaU5WRkhTWE56V0RVMmFqaEtOa3RWZUVSVlRrTm9hekpUVG5odVJVNVJVRkJYYmpaUFNFOWFUalV4TUFwb1JHUm9NblYyVVhOTEsxWmlkaXRpUTFWa1NFWk5MM2g0UVZCUllUaFFVbGhwV2t0cFIzVmFTbkV3TjNscFpscG5lVTB2YXpsRlUxVkNWRE15YjNKakNqVlFlRFpHUldSV2NHeHlZMlZXWlRSa2JFZDRkbEUzVGtSbGFWRm9NWEU1U1ZWVVJIWTJTMjFJVWs5cmQxTmxLME16WkdaclIxWkZlbXc1V21GdlVEUUtkbU5pS3l0WFdHeHZSbFJ6V2xORVdtSlBWV2RtYm05dmRsaDVjMkZLT0V4Uk9UQklNbGRyU1U1R2NpdDVRelZvWVVaU1JERjJaR1JsV0RkSllrRXlPUXBEVmpoeFNVODRZVXB2TVNzMVFsVTVTVEJCTjFSWFRFNUtZM0ZpYlZCa1dIZGlORUpYVGtOUVRqWkpSMEprUWxKaGNIbEpReXM1VjJab2JtSk9LMEkxQ2pORE56SjNiRlZCVEc1NVVtMDRUMEl3YVVRNFNtcFZVakJaZG1wdlJFVkRaMmRGUVZaMGRFaDJiMUF5UnpSTlNFdGxNMmRIV0VkWFRqY3hVVzlUYUhnS05WbDBSMDAwUVRka1NscFpVemgxWnpkdWNrZERRV2hUTkdsV1NFWTNXVWRXUWpFd1VUTllXRUZQZW5Kc2FsTTVkMWh0ZDBSRFFYSnVXbTlrV0hsNWRRcFBiVUZPYkdweFpqUmlla0pMVUc5MllrSmpkVGR5UVhFclQwMVhORkZsWkRCaVFVTnJkbXgwVm1odVlXNXplV3B3V0UxYWFHeFhja2g1VTFGc2NFUkZDalp0VHpaSVluQnZWUzlrVWxGa1Zrd3JibmgzY2toS1VUWm5OVU0yYW5Fck0xY3ZhMlJPYVdsWU1FWnRlWFJhVTNKc1NFTlZkekpMWTBodk4xSlZSRUVLYUZJeE9YVjFlRGRUTW14R1dteHdhall3VGxaTmNtbE1TRmh0Y0ZkdVEwSjBhek5tWkVsMldsaGFURGRpU1hwWFNGTmpUVEpsWkN0SVpIUjFOVUpYY2dwQlRFeDRha2hNSzBKcVdFNVBOR1IzZDJKSFNYQjFjblpXWm5WYWNGbFVXbEpHYURZMlNsZHFUMmx6Y1RBM1FXa3lPRTVVTUVOdGJWZG5QVDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IDg0YmI4NzA2ZDkyNmVjMGY4NzkyYmE2MmYxZGE3NGQyY2YzZTI2OWQ0Nzg5ZTNhYTk4ZDBmMTI2ZmU3MzY2ZTkyZGMwNGUzNTE2NDYyZjVlZTJiYWVhMWQwYzFmOTRhNGZiMzAxNWI3YzhkNThmNDMwYThlZWJkZDUwZjAzNjk4Cg==\"\n \ }\n ]\n }" headers: cache-control: @@ -731,7 +778,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:19 GMT + - Tue, 15 Nov 2022 11:37:34 GMT expires: - '-1' pragma: @@ -765,8 +812,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -789,7 +835,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:22 GMT + - Tue, 15 Nov 2022 11:37:37 GMT expires: - '-1' pragma: @@ -817,8 +863,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2021-04-01 response: @@ -883,7 +928,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:22 GMT + - Tue, 15 Nov 2022 11:37:37 GMT expires: - '-1' pragma: @@ -907,16 +952,16 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/version/ + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/version/ response: body: string: "{\n \"major\": \"1\",\n \"minor\": \"23\",\n \"gitVersion\": \"v1.23.12\",\n - \ \"gitCommit\": \"c6939792865ef0f70f92006081690d77411c8ed5\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:35Z\",\n \"goVersion\": \"go1.17.13\",\n + \ \"gitCommit\": \"f941a31f4515c5ac03f5fc7ccf9a330e3510b80d\",\n \"gitTreeState\": + \"clean\",\n \"buildDate\": \"2022-11-09T17:12:33Z\",\n \"goVersion\": \"go1.17.13\",\n \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" headers: audit-id: - - 9eabe44c-a8cf-4e95-9854-f677a60933aa + - 06550239-f165-416e-bf9b-ffc84a96f5fc cache-control: - no-cache, private content-length: @@ -924,11 +969,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:23 GMT + - Tue, 15 Nov 2022 11:37:39 GMT x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -942,33 +987,33 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/nodes + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/nodes response: body: - string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"1487"},"items":[{"metadata":{"name":"aks-nodepool1-42371919-vmss000000","uid":"29bc844f-21b9-4d9c-9bbd-366b0fda8bbf","resourceVersion":"1106","creationTimestamp":"2022-10-18T19:30:09Z","labels":{"agentpool":"nodepool1","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"westeurope","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"nodepool1","kubernetes.azure.com/cluster":"MC_rohanazuregroup_test-force-delete000001_westeurope","kubernetes.azure.com/kubelet-identity-client-id":"09e30c05-18bc-4655-b841-ed8680d5e0cf","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.10.03","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-nodepool1-42371919-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"westeurope","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-nodepool1-42371919-vmss000000\",\"file.csi.azure.com\":\"aks-nodepool1-42371919-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:20Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:28Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:28Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:30Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:30:55Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:31:10Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_rohanazuregroup_test-force-delete000001_westeurope/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-42371919-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393220Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899332Ki","pods":"110"},"conditions":[{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-10-18T19:31:10Z","lastTransitionTime":"2022-10-18T19:31:10Z","reason":"RouteCreated","message":"RouteController - created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:30:19Z","lastTransitionTime":"2022-10-18T19:30:09Z","reason":"KubeletHasSufficientMemory","message":"kubelet - has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:30:19Z","lastTransitionTime":"2022-10-18T19:30:09Z","reason":"KubeletHasNoDiskPressure","message":"kubelet - has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-10-18T19:30:19Z","lastTransitionTime":"2022-10-18T19:30:09Z","reason":"KubeletHasSufficientPID","message":"kubelet - has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-10-18T19:30:19Z","lastTransitionTime":"2022-10-18T19:30:19Z","reason":"KubeletReady","message":"kubelet - is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.4"},{"type":"Hostname","address":"aks-nodepool1-42371919-vmss000000"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"e3ac926052b54fa6a11ec517ac10cb28","systemUUID":"bcb557bb-90ed-4fea-afaf-f1f1967feef7","bootID":"ec2d8170-135b-4eef-b756-25b27ac19ff2","kernelVersion":"5.4.0-1091-azure","osImage":"Ubuntu - 18.04.6 LTS","containerRuntimeVersion":"containerd://1.5.11+azure-2","kubeletVersion":"v1.23.12","kubeProxyVersion":"v1.23.12","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06272022-hotfix"],"sizeBytes":357023149},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.2.0-main-09-29-2022-ca064de1"],"sizeBytes":315250960},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.1.0-main-09-23-2022-df3e2703"],"sizeBytes":315037321},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.23.8"],"sizeBytes":184105789},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2"],"sizeBytes":166611722},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":null,"sizeBytes":129890505},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.12-hotfix.20220922.1"],"sizeBytes":128992809},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":null,"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115677896},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.32"],"sizeBytes":90048618},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.9.0"],"sizeBytes":67291599},{"names":["mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2"],"sizeBytes":67202663},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.3"],"sizeBytes":64781810},{"names":["mcr.microsoft.com/oss/calico/cni:v3.8.9.3"],"sizeBytes":63581323},{"names":null,"sizeBytes":63271342},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.2"],"sizeBytes":56424516},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.4"],"sizeBytes":54638514},{"names":["mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.12.1"],"sizeBytes":46617098}]}}]} + string: '{"kind":"NodeList","apiVersion":"v1","metadata":{"resourceVersion":"1501"},"items":[{"metadata":{"name":"aks-nodepool1-67049894-vmss000000","uid":"c51f8592-b109-4946-a303-a53d917c9871","resourceVersion":"1022","creationTimestamp":"2022-11-15T11:35:10Z","labels":{"agentpool":"nodepool1","beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/instance-type":"Standard_B4ms","beta.kubernetes.io/os":"linux","failure-domain.beta.kubernetes.io/region":"westeurope","failure-domain.beta.kubernetes.io/zone":"0","kubernetes.azure.com/agentpool":"nodepool1","kubernetes.azure.com/cluster":"MC_rohanazuregroup_test-force-delete000001_westeurope","kubernetes.azure.com/kubelet-identity-client-id":"c27d58c7-a95c-4e20-8ed1-7a1748a68d3f","kubernetes.azure.com/mode":"system","kubernetes.azure.com/node-image-version":"AKSUbuntu-1804gen2containerd-2022.10.24","kubernetes.azure.com/os-sku":"Ubuntu","kubernetes.azure.com/role":"agent","kubernetes.azure.com/storageprofile":"managed","kubernetes.azure.com/storagetier":"Premium_LRS","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"aks-nodepool1-67049894-vmss000000","kubernetes.io/os":"linux","kubernetes.io/role":"agent","node-role.kubernetes.io/agent":"","node.kubernetes.io/instance-type":"Standard_B4ms","storageprofile":"managed","storagetier":"Premium_LRS","topology.disk.csi.azure.com/zone":"","topology.kubernetes.io/region":"westeurope","topology.kubernetes.io/zone":"0"},"annotations":{"csi.volume.kubernetes.io/nodeid":"{\"disk.csi.azure.com\":\"aks-nodepool1-67049894-vmss000000\",\"file.csi.azure.com\":\"aks-nodepool1-67049894-vmss000000\"}","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:10Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:10Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:agentpool":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.azure.com/agentpool":{},"f:kubernetes.azure.com/kubelet-identity-client-id":{},"f:kubernetes.azure.com/mode":{},"f:kubernetes.azure.com/node-image-version":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:20Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:beta.kubernetes.io/instance-type":{},"f:failure-domain.beta.kubernetes.io/region":{},"f:failure-domain.beta.kubernetes.io/zone":{},"f:node.kubernetes.io/instance-type":{},"f:topology.kubernetes.io/region":{},"f:topology.kubernetes.io/zone":{}}},"f:spec":{"f:providerID":{}}}},{"manager":"cloud-node-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{".":{},"f:type":{}}}}},"subresource":"status"},{"manager":"kubectl-label","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:25Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{"f:kubernetes.io/role":{},"f:node-role.kubernetes.io/agent":{}}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:26Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:csi.volume.kubernetes.io/nodeid":{}},"f:labels":{"f:topology.disk.csi.azure.com/zone":{}}},"f:status":{"f:allocatable":{"f:ephemeral-storage":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}},"subresource":"status"},{"manager":"cloud-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:35:57Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"NetworkUnavailable\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}},"subresource":"status"}]},"spec":{"podCIDR":"10.244.0.0/24","podCIDRs":["10.244.0.0/24"],"providerID":"azure:///subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_rohanazuregroup_test-force-delete000001_westeurope/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-67049894-vmss/virtualMachines/0"},"status":{"capacity":{"cpu":"4","ephemeral-storage":"129886128Ki","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"16393244Ki","pods":"110"},"allocatable":{"cpu":"3860m","ephemeral-storage":"119703055367","hugepages-1Gi":"0","hugepages-2Mi":"0","memory":"12899356Ki","pods":"110"},"conditions":[{"type":"NetworkUnavailable","status":"False","lastHeartbeatTime":"2022-11-15T11:35:57Z","lastTransitionTime":"2022-11-15T11:35:57Z","reason":"RouteCreated","message":"RouteController + created a route"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:35:20Z","lastTransitionTime":"2022-11-15T11:35:10Z","reason":"KubeletHasSufficientMemory","message":"kubelet + has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:35:20Z","lastTransitionTime":"2022-11-15T11:35:10Z","reason":"KubeletHasNoDiskPressure","message":"kubelet + has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-11-15T11:35:20Z","lastTransitionTime":"2022-11-15T11:35:10Z","reason":"KubeletHasSufficientPID","message":"kubelet + has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2022-11-15T11:35:20Z","lastTransitionTime":"2022-11-15T11:35:20Z","reason":"KubeletReady","message":"kubelet + is posting ready status. AppArmor enabled"}],"addresses":[{"type":"InternalIP","address":"10.224.0.4"},{"type":"Hostname","address":"aks-nodepool1-67049894-vmss000000"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"121293ffb7ad4053ba3789c4735012a7","systemUUID":"73e4898a-5d1b-4151-97f4-b460f983e7e7","bootID":"478f2f98-e9b6-424f-bd9c-8ebfd8a9e7c5","kernelVersion":"5.4.0-1094-azure","osImage":"Ubuntu + 18.04.6 LTS","containerRuntimeVersion":"containerd://1.5.11+azure-2","kubeletVersion":"v1.23.12","kubeProxyVersion":"v1.23.12","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod10042022-3c05dd1b"],"sizeBytes":398142568},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08102022"],"sizeBytes":397844357},{"names":["mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-collector/images:5.3.0-main-10-06-2022-c0c49872"],"sizeBytes":314952834},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.49.3"],"sizeBytes":287741913},{"names":["mcr.microsoft.com/oss/calico/cni:v3.23.1"],"sizeBytes":263014840},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.4"],"sizeBytes":236345866},{"names":["mcr.microsoft.com/oss/calico/cni:v3.21.6"],"sizeBytes":227829276},{"names":["mcr.microsoft.com/oss/calico/node:v3.23.1"],"sizeBytes":221560540},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.4"],"sizeBytes":216363503},{"names":["mcr.microsoft.com/oss/calico/node:v3.21.6"],"sizeBytes":215379163},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2.2"],"sizeBytes":167729489},{"names":["mcr.microsoft.com/oss/cilium/cilium:1.12.2"],"sizeBytes":166611722},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:0.19.0"],"sizeBytes":166352383},{"names":["mcr.microsoft.com/aks/hcp/hcp-tunnel-front:master.220527.2"],"sizeBytes":146994488},{"names":null,"sizeBytes":138243950},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.23.1"],"sizeBytes":136078571},{"names":["mcr.microsoft.com/oss/calico/typha:v3.23.1"],"sizeBytes":131467121},{"names":["mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.12-hotfix.20220922.1"],"sizeBytes":128992809},{"names":null,"sizeBytes":128984097},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.24.2"],"sizeBytes":128711964},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.4"],"sizeBytes":128235133},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.2.2.5"],"sizeBytes":123925992},{"names":null,"sizeBytes":123550720},{"names":null,"sizeBytes":123549904},{"names":["mcr.microsoft.com/oss/calico/kube-controllers:v3.21.6"],"sizeBytes":123549280},{"names":null,"sizeBytes":123542588},{"names":null,"sizeBytes":123542274},{"names":["mcr.microsoft.com/oss/calico/typha:v3.21.6"],"sizeBytes":119713369},{"names":null,"sizeBytes":115909379},{"names":null,"sizeBytes":115897326},{"names":null,"sizeBytes":115893258},{"names":["mcr.microsoft.com/oss/kubernetes/ingress/nginx-ingress-controller:v1.2.1"],"sizeBytes":107169290},{"names":["mcr.microsoft.com/oss/calico/node:v3.8.9.5"],"sizeBytes":101794833},{"names":["mcr.microsoft.com/containernetworking/azure-cns:v1.4.35"],"sizeBytes":101298296},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.22.0.3"],"sizeBytes":99538753},{"names":["mcr.microsoft.com/aks/acc/sgx-attestation:3.1"],"sizeBytes":98058501},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.23.0"],"sizeBytes":95915873},{"names":["mcr.microsoft.com/oss/kubernetes/exechealthz:1.2_v0.0.5"],"sizeBytes":94348102},{"names":["mcr.microsoft.com/aks/hcp/tunnel-openvpn:master.220527.2"],"sizeBytes":92531564},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.32"],"sizeBytes":90048618},{"names":["mcr.microsoft.com/containernetworking/azure-npm:v1.4.29"],"sizeBytes":89255513},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.2.2"],"sizeBytes":88551490},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.22.0"],"sizeBytes":83173887},{"names":["mcr.microsoft.com/aks/command/runtime:master.220211.1"],"sizeBytes":82792811},{"names":["mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.21.0"],"sizeBytes":75345915},{"names":["mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.9.0"],"sizeBytes":67291599},{"names":["mcr.microsoft.com/containernetworking/cni-dropgz:v0.0.2"],"sizeBytes":67202663},{"names":["mcr.microsoft.com/oss/tigera/operator:v1.27.12"],"sizeBytes":64784076},{"names":["mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.2.2.3"],"sizeBytes":64781810},{"names":["mcr.microsoft.com/oss/calico/cni:v3.8.9.3"],"sizeBytes":63581323}]}}]} ' headers: audit-id: - - 702df8c3-b0a8-4feb-83c9-77d6c3c5fd55 + - 942c5a03-90ff-42ee-98dd-6684454a4818 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:24 GMT + - Tue, 15 Nov 2022 11:37:40 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -983,15 +1028,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: POST - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/apis/authorization.k8s.io/v1/selfsubjectaccessreviews + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/apis/authorization.k8s.io/v1/selfsubjectaccessreviews response: body: - string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-10-18T19:32:24Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} + string: '{"kind":"SelfSubjectAccessReview","apiVersion":"authorization.k8s.io/v1","metadata":{"creationTimestamp":null,"managedFields":[{"manager":"OpenAPI-Generator","operation":"Update","apiVersion":"authorization.k8s.io/v1","time":"2022-11-15T11:37:40Z","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{"f:resourceAttributes":{".":{},"f:group":{},"f:resource":{},"f:verb":{}}}}}]},"spec":{"resourceAttributes":{"verb":"create","group":"rbac.authorization.k8s.io","resource":"clusterrolebindings"}},"status":{"allowed":true}} ' headers: audit-id: - - a74da1cb-28a3-483a-a13a-0ac07bab8373 + - a538d9f2-620c-4cfc-b8ec-8476d69709c2 cache-control: - no-cache, private content-length: @@ -999,11 +1044,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:24 GMT + - Tue, 15 Nov 2022 11:37:40 GMT x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 201 message: Created @@ -1021,8 +1066,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kubernetes?api-version=2021-04-01 response: @@ -1045,7 +1089,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:25 GMT + - Tue, 15 Nov 2022 11:37:40 GMT expires: - '-1' pragma: @@ -1073,8 +1117,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: @@ -1086,11 +1129,11 @@ interactions: cache-control: - no-cache content-length: - - '238' + - '235' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:26 GMT + - Tue, 15 Nov 2022 11:37:42 GMT expires: - '-1' pragma: @@ -1114,27 +1157,27 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"1500"},"items":[{"metadata":{"name":"default","uid":"25ab1bbd-5a66-49d3-bc5f-8a7ccc041184","resourceVersion":"205","creationTimestamp":"2022-10-18T19:28:56Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:28:56Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"33590637-ef44-4221-8093-ef1446b2f046","resourceVersion":"56","creationTimestamp":"2022-10-18T19:28:55Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:28:55Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"4d4bd4d5-1503-494c-a816-2679a907c29d","resourceVersion":"51","creationTimestamp":"2022-10-18T19:28:55Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:28:55Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"9261f8df-725b-4c09-b82c-4db9561b6444","resourceVersion":"624","creationTimestamp":"2022-10-18T19:28:54Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:28:54Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:29:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"1516"},"items":[{"metadata":{"name":"default","uid":"a8f45c46-eebc-4fe8-861a-4fd13ce5eee2","resourceVersion":"202","creationTimestamp":"2022-11-15T11:34:09Z","labels":{"kubernetes.io/metadata.name":"default"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:34:09Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-node-lease","uid":"d1ac31c7-7376-49bc-a80d-acdc81679c17","resourceVersion":"12","creationTimestamp":"2022-11-15T11:34:08Z","labels":{"kubernetes.io/metadata.name":"kube-node-lease"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:34:08Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-public","uid":"b41f61d0-d70c-4a2d-8394-33fb1107460c","resourceVersion":"10","creationTimestamp":"2022-11-15T11:34:08Z","labels":{"kubernetes.io/metadata.name":"kube-public"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:34:08Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}},{"metadata":{"name":"kube-system","uid":"652863d3-90f8-4e1a-bb66-17bf710b5b7d","resourceVersion":"597","creationTimestamp":"2022-11-15T11:34:08Z","labels":{"addonmanager.kubernetes.io/mode":"Reconcile","control-plane":"true","kubernetes.io/cluster-service":"true","kubernetes.io/metadata.name":"kube-system"},"annotations":{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"addonmanager.kubernetes.io/mode\":\"Reconcile\",\"control-plane\":\"true\",\"kubernetes.io/cluster-service\":\"true\"},\"name\":\"kube-system\"}}\n"},"managedFields":[{"manager":"kube-apiserver","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:34:08Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kubectl-client-side-apply","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:34:35Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{"f:addonmanager.kubernetes.io/mode":{},"f:control-plane":{},"f:kubernetes.io/cluster-service":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Active"}}]} ' headers: audit-id: - - 00fcc19c-e084-4180-9c15-253bca5dc805 + - 54e64ffd-0d34-4c11-89a0-8e6abd1e19e1 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:32:27 GMT + - Tue, 15 Nov 2022 11:37:44 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -1152,8 +1195,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup?api-version=2021-04-01 response: @@ -1167,7 +1209,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:27 GMT + - Tue, 15 Nov 2022 11:37:44 GMT expires: - '-1' pragma: @@ -1197,7 +1239,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.41.0 (MSI) + - python/3.7.7 (Windows-10-10.0.22621-SP0) AZURECLI/2.42.0 method: POST uri: https://eastus.dp.kubernetesconfiguration.azure.com/azure-arc-k8sagents/GetLatestHelmPackagePath?api-version=2019-11-01-preview&releaseTrain=stable response: @@ -1213,7 +1255,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:32:28 GMT + - Tue, 15 Nov 2022 11:37:45 GMT strict-transport-security: - max-age=15724800; includeSubDomains x-content-type-options: @@ -1223,7 +1265,7 @@ interactions: message: OK - request: body: '{"tags": {"foo": "doo"}, "location": "eastus", "identity": {"type": "SystemAssigned"}, - "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEAwSnivsiO8/tNEVsHHOTOLU8ia39n2OP0FWJMrG31RNZNxE1cnm+QpzzLjclFwLAjicHmh4f/dgTxiAXBfSKZIFqzXM1bhk5mynPkgO0ohPYgo3VtsOfWd9TZN8Gfyp19HauLRl2e6sSziWjVDaGGPdx+bxkLqTT6bzdVBxoti5rD37QRFtYA/dbvzynlxRaEglKD8O2jX5yO+wzv1/dQ0Gv7QotGXnuzIvqLQ8keGw2+jCsOUIX9M2olipK9I5BB6KoSxehL0n/A/d1BXO5Pmvch9w1estFwI4vqnjVvkHnSBsH375YIFlYLwS45ZFUZVIzulMQxLORYaSuTYzh5YYqTMT7ulP9FKqLM/qIB2SMp8/s0vTGoKRBVNKWYDgHrS9xqFhOsirA2aOxhvqusiV6/ezaEcjqyKkogOADXg7YyB4Um7TkB6mi3ailqlkx0j66ZeLvIkaAQXf5i+pv1BZQtxnOExrYCn8R34mjf6UIfwjrayi33GOrZF3khBsM2m+fo0FMVZickuU/JaF1qWPtVBDjG4kagD8wdAaICjSy9sn0Gk6C5M61vg2ivQD5SuwihpCgRXlxWUeq99qu/I0FrM66b3yWmDyQT6xNEAAhB5yKVyLhTAAj80PFAQuf8xXg2gKL6fywE9c5Z7CVLibQUDV2279jIQHSQfY/ED2kCAwEAAQ==", + "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEAs2vNDhE4kT8Y+yVeMb3LBq7WKIq1/0Kk3FWB4j74tNUG4YS7fBqIOOqJM0izS8O6d0VCdNV8RLKQX1s+rK1sfITpU5Q+rzuzkzLvlHzHUpIJ2PjTFekMtIrQXNPpi6GnS/yEz1aVd5S1q6kDbvdof9bZ49qvidP3qdapzeltja2r0oZmXvp7OtQfAZRcYLVs9SqWBxR8Nl2NX8xR93ws5QXYNX7Fqk5WizbMqJDQL81v4HQKOlf3nT/ql3BBxLRfLtGsNCm/fkBBB+zqjUiyoqIYU3wj1DCt8BSJhU8uMU5HsJTm/vDAfnF6oD3svDPggxAoDDbrsF4o97RL2SDDatZna6nezNGl0dY8TFciMpET4FRXlD5kZi6O+hxNyHfrEsYw3bAcroN/djIJv8gTh//K6l/zZoVRdnGZFnuESqPjnr7VajNDqnwWjy59jkYmooFXT6hjXKVNSBeO5VWQHt2wcA44fD627/Ai2uvYYurgq0Bz4lCSoJJ1ho/mdZZDNfI/TsPoYyLT2PY2MGC/pTX+fexTed+LFVuJFEGTYyyoxZ0slI+7du60ZQoPAwvKxjGG6tyrXXBWYRRT+7bl2GeaLQ4R32N1k5ee/BijO9bDNTjiFnQ+N/C9HWndZmvhwIrAiJovwOgdXKS42mM/MaHH4pHw/PDsgE6XE69YBJkCAwEAAQ==", "distribution": "aks", "infrastructure": "azure"}}' headers: Accept: @@ -1241,27 +1283,25 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: body: - string: '{"error":{"code":"SubscriptionRequestsThrottled","message":"Number - of requests for subscription ''1bfbb5d0-917e-4346-9026-1d3b344417f5'' and - operation ''PUT/SUBSCRIPTIONS/RESOURCEGROUPS/PROVIDERS/MICROSOFT.KUBERNETES/CONNECTEDCLUSTERS/'' - exceeded the backend storage limit. Please try again after ''6'' seconds."}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:38:02.9767221Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T11:38:02.9767221Z"},"identity":{"principalId":"4acfe3c2-3ed8-4b15-a152-19a32341eef3","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","connectivityStatus":"Connecting","agentPublicKeyCertificate":"MIICCgKCAgEAs2vNDhE4kT8Y+yVeMb3LBq7WKIq1/0Kk3FWB4j74tNUG4YS7fBqIOOqJM0izS8O6d0VCdNV8RLKQX1s+rK1sfITpU5Q+rzuzkzLvlHzHUpIJ2PjTFekMtIrQXNPpi6GnS/yEz1aVd5S1q6kDbvdof9bZ49qvidP3qdapzeltja2r0oZmXvp7OtQfAZRcYLVs9SqWBxR8Nl2NX8xR93ws5QXYNX7Fqk5WizbMqJDQL81v4HQKOlf3nT/ql3BBxLRfLtGsNCm/fkBBB+zqjUiyoqIYU3wj1DCt8BSJhU8uMU5HsJTm/vDAfnF6oD3svDPggxAoDDbrsF4o97RL2SDDatZna6nezNGl0dY8TFciMpET4FRXlD5kZi6O+hxNyHfrEsYw3bAcroN/djIJv8gTh//K6l/zZoVRdnGZFnuESqPjnr7VajNDqnwWjy59jkYmooFXT6hjXKVNSBeO5VWQHt2wcA44fD627/Ai2uvYYurgq0Bz4lCSoJJ1ho/mdZZDNfI/TsPoYyLT2PY2MGC/pTX+fexTed+LFVuJFEGTYyyoxZ0slI+7du60ZQoPAwvKxjGG6tyrXXBWYRRT+7bl2GeaLQ4R32N1k5ee/BijO9bDNTjiFnQ+N/C9HWndZmvhwIrAiJovwOgdXKS42mM/MaHH4pHw/PDsgE6XE69YBJkCAwEAAQ==","distribution":"aks","infrastructure":"azure"}}' headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f6012057-4af4-4179-95cd-f95b189cc547*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 cache-control: - no-cache - connection: - - close content-length: - - '308' + - '1495' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:33:35 GMT + - Tue, 15 Nov 2022 11:38:06 GMT + etag: + - '"7100014d-0000-0100-0000-63737a1d0000"' expires: - '-1' pragma: @@ -1270,64 +1310,59 @@ interactions: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' status: - code: 429 - message: '' + code: 201 + message: Created - request: - body: '{"tags": {"foo": "doo"}, "location": "eastus", "identity": {"type": "SystemAssigned"}, - "properties": {"agentPublicKeyCertificate": "MIICCgKCAgEAwSnivsiO8/tNEVsHHOTOLU8ia39n2OP0FWJMrG31RNZNxE1cnm+QpzzLjclFwLAjicHmh4f/dgTxiAXBfSKZIFqzXM1bhk5mynPkgO0ohPYgo3VtsOfWd9TZN8Gfyp19HauLRl2e6sSziWjVDaGGPdx+bxkLqTT6bzdVBxoti5rD37QRFtYA/dbvzynlxRaEglKD8O2jX5yO+wzv1/dQ0Gv7QotGXnuzIvqLQ8keGw2+jCsOUIX9M2olipK9I5BB6KoSxehL0n/A/d1BXO5Pmvch9w1estFwI4vqnjVvkHnSBsH375YIFlYLwS45ZFUZVIzulMQxLORYaSuTYzh5YYqTMT7ulP9FKqLM/qIB2SMp8/s0vTGoKRBVNKWYDgHrS9xqFhOsirA2aOxhvqusiV6/ezaEcjqyKkogOADXg7YyB4Um7TkB6mi3ailqlkx0j66ZeLvIkaAQXf5i+pv1BZQtxnOExrYCn8R34mjf6UIfwjrayi33GOrZF3khBsM2m+fo0FMVZickuU/JaF1qWPtVBDjG4kagD8wdAaICjSy9sn0Gk6C5M61vg2ivQD5SuwihpCgRXlxWUeq99qu/I0FrM66b3yWmDyQT6xNEAAhB5yKVyLhTAAj80PFAQuf8xXg2gKL6fywE9c5Z7CVLibQUDV2279jIQHSQfY/ED2kCAwEAAQ==", - "distribution": "aks", "infrastructure": "azure"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - connectedk8s connect Connection: - keep-alive - Content-Length: - - '889' - Content-Type: - - application/json ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f6012057-4af4-4179-95cd-f95b189cc547*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:33:45.0468462Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:33:45.0468462Z"},"identity":{"principalId":"2fed9832-d6b9-4d78-a357-8dbe0cbf3832","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Accepted","connectivityStatus":"Connecting","agentPublicKeyCertificate":"MIICCgKCAgEAwSnivsiO8/tNEVsHHOTOLU8ia39n2OP0FWJMrG31RNZNxE1cnm+QpzzLjclFwLAjicHmh4f/dgTxiAXBfSKZIFqzXM1bhk5mynPkgO0ohPYgo3VtsOfWd9TZN8Gfyp19HauLRl2e6sSziWjVDaGGPdx+bxkLqTT6bzdVBxoti5rD37QRFtYA/dbvzynlxRaEglKD8O2jX5yO+wzv1/dQ0Gv7QotGXnuzIvqLQ8keGw2+jCsOUIX9M2olipK9I5BB6KoSxehL0n/A/d1BXO5Pmvch9w1estFwI4vqnjVvkHnSBsH375YIFlYLwS45ZFUZVIzulMQxLORYaSuTYzh5YYqTMT7ulP9FKqLM/qIB2SMp8/s0vTGoKRBVNKWYDgHrS9xqFhOsirA2aOxhvqusiV6/ezaEcjqyKkogOADXg7YyB4Um7TkB6mi3ailqlkx0j66ZeLvIkaAQXf5i+pv1BZQtxnOExrYCn8R34mjf6UIfwjrayi33GOrZF3khBsM2m+fo0FMVZickuU/JaF1qWPtVBDjG4kagD8wdAaICjSy9sn0Gk6C5M61vg2ivQD5SuwihpCgRXlxWUeq99qu/I0FrM66b3yWmDyQT6xNEAAhB5yKVyLhTAAj80PFAQuf8xXg2gKL6fywE9c5Z7CVLibQUDV2279jIQHSQfY/ED2kCAwEAAQ==","distribution":"aks","infrastructure":"azure"}}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f6012057-4af4-4179-95cd-f95b189cc547*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","name":"f6012057-4af4-4179-95cd-f95b189cc547*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Accepted","startTime":"2022-11-15T11:38:04.4595994Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/0c47cf1b-c103-4d28-a8fd-ce13e919b99a*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1?api-version=2021-10-01 cache-control: - no-cache content-length: - - '1501' + - '508' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:33:49 GMT + - Tue, 15 Nov 2022 11:38:07 GMT etag: - - '"19004808-0000-0100-0000-634eff9c0000"' + - '"1001535f-0000-0100-0000-63737a1c0000"' 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' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -1342,24 +1377,23 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/0c47cf1b-c103-4d28-a8fd-ce13e919b99a*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1?api-version=2021-10-01 + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f6012057-4af4-4179-95cd-f95b189cc547*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/0c47cf1b-c103-4d28-a8fd-ce13e919b99a*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1","name":"0c47cf1b-c103-4d28-a8fd-ce13e919b99a*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-10-18T19:33:47.7681838Z","endTime":"2022-10-18T19:33:54.3029766Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/f6012057-4af4-4179-95cd-f95b189cc547*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","name":"f6012057-4af4-4179-95cd-f95b189cc547*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-11-15T11:38:04.4595994Z","endTime":"2022-11-15T11:38:11.0691961Z","properties":null}' headers: cache-control: - no-cache content-length: - - '571' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:34:20 GMT + - Tue, 15 Nov 2022 11:38:38 GMT etag: - - '"3f006483-0000-0100-0000-634effa20000"' + - '"1001685f-0000-0100-0000-63737a230000"' expires: - '-1' pragma: @@ -1389,24 +1423,23 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:33:45.0468462Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-10-18T19:33:45.0468462Z"},"identity":{"principalId":"2fed9832-d6b9-4d78-a357-8dbe0cbf3832","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","agentPublicKeyCertificate":"MIICCgKCAgEAwSnivsiO8/tNEVsHHOTOLU8ia39n2OP0FWJMrG31RNZNxE1cnm+QpzzLjclFwLAjicHmh4f/dgTxiAXBfSKZIFqzXM1bhk5mynPkgO0ohPYgo3VtsOfWd9TZN8Gfyp19HauLRl2e6sSziWjVDaGGPdx+bxkLqTT6bzdVBxoti5rD37QRFtYA/dbvzynlxRaEglKD8O2jX5yO+wzv1/dQ0Gv7QotGXnuzIvqLQ8keGw2+jCsOUIX9M2olipK9I5BB6KoSxehL0n/A/d1BXO5Pmvch9w1estFwI4vqnjVvkHnSBsH375YIFlYLwS45ZFUZVIzulMQxLORYaSuTYzh5YYqTMT7ulP9FKqLM/qIB2SMp8/s0vTGoKRBVNKWYDgHrS9xqFhOsirA2aOxhvqusiV6/ezaEcjqyKkogOADXg7YyB4Um7TkB6mi3ailqlkx0j66ZeLvIkaAQXf5i+pv1BZQtxnOExrYCn8R34mjf6UIfwjrayi33GOrZF3khBsM2m+fo0FMVZickuU/JaF1qWPtVBDjG4kagD8wdAaICjSy9sn0Gk6C5M61vg2ivQD5SuwihpCgRXlxWUeq99qu/I0FrM66b3yWmDyQT6xNEAAhB5yKVyLhTAAj80PFAQuf8xXg2gKL6fywE9c5Z7CVLibQUDV2279jIQHSQfY/ED2kCAwEAAQ==","distribution":"AKS","infrastructure":"azure"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:38:02.9767221Z","lastModifiedBy":"akkeshar@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-11-15T11:38:02.9767221Z"},"identity":{"principalId":"4acfe3c2-3ed8-4b15-a152-19a32341eef3","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connecting","agentPublicKeyCertificate":"MIICCgKCAgEAs2vNDhE4kT8Y+yVeMb3LBq7WKIq1/0Kk3FWB4j74tNUG4YS7fBqIOOqJM0izS8O6d0VCdNV8RLKQX1s+rK1sfITpU5Q+rzuzkzLvlHzHUpIJ2PjTFekMtIrQXNPpi6GnS/yEz1aVd5S1q6kDbvdof9bZ49qvidP3qdapzeltja2r0oZmXvp7OtQfAZRcYLVs9SqWBxR8Nl2NX8xR93ws5QXYNX7Fqk5WizbMqJDQL81v4HQKOlf3nT/ql3BBxLRfLtGsNCm/fkBBB+zqjUiyoqIYU3wj1DCt8BSJhU8uMU5HsJTm/vDAfnF6oD3svDPggxAoDDbrsF4o97RL2SDDatZna6nezNGl0dY8TFciMpET4FRXlD5kZi6O+hxNyHfrEsYw3bAcroN/djIJv8gTh//K6l/zZoVRdnGZFnuESqPjnr7VajNDqnwWjy59jkYmooFXT6hjXKVNSBeO5VWQHt2wcA44fD627/Ai2uvYYurgq0Bz4lCSoJJ1ho/mdZZDNfI/TsPoYyLT2PY2MGC/pTX+fexTed+LFVuJFEGTYyyoxZ0slI+7du60ZQoPAwvKxjGG6tyrXXBWYRRT+7bl2GeaLQ4R32N1k5ee/BijO9bDNTjiFnQ+N/C9HWndZmvhwIrAiJovwOgdXKS42mM/MaHH4pHw/PDsgE6XE69YBJkCAwEAAQ==","distribution":"AKS","infrastructure":"azure"}}' headers: cache-control: - no-cache content-length: - - '1502' + - '1496' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:34:20 GMT + - Tue, 15 Nov 2022 11:38:38 GMT etag: - - '"19006508-0000-0100-0000-634effa20000"' + - '"71003e4d-0000-0100-0000-63737a230000"' expires: - '-1' pragma: @@ -1438,8 +1471,7 @@ interactions: ParameterSetName: - -g -n -l --tags --kube-config User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ExtendedLocation?api-version=2021-04-01 response: @@ -1448,34 +1480,39 @@ interactions: US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"defaultApiVersion":"2021-08-15","capabilities":"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"customLocations/enabledResourceTypes","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"customLocations/resourceSyncRules","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 EUAP"],"apiVersions":["2021-08-31-preview"],"defaultApiVersion":"2021-08-31-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations/operationsstatus","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationresults","locations":["East US","West Europe","North Europe","France Central","Southeast Asia","Australia East","East US 2","West US 2","UK South","Central US","West Central US","West US","North Central US","South Central US","Korea Central","Japan East","East - Asia","West US 3","Canada Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Asia","West US 3","Canada Central","Canada East","Switzerland North","Sweden + Central","East US 2 Euap"],"apiVersions":["2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2021-08-31-preview","2021-08-15","2021-03-15-preview","2020-07-15-privatepreview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '3236' + - '3491' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:34:21 GMT + - Tue, 15 Nov 2022 11:38:39 GMT expires: - '-1' pragma: @@ -1504,7 +1541,7 @@ interactions: - -g -n -l --tags --kube-config User-Agent: - python/3.7.7 (Windows-10-10.0.22621-SP0) msrest/0.7.1 msrest_azure/0.6.4 azure-graphrbac/0.60.0 - Azure-SDK-For-Python AZURECLI/2.41.0 (MSI) + Azure-SDK-For-Python AZURECLI/2.42.0 accept-language: - en-US method: GET @@ -1527,19 +1564,19 @@ interactions: dataserviceversion: - 3.0; date: - - Tue, 18 Oct 2022 19:34:21 GMT + - Tue, 15 Nov 2022 11:38:39 GMT duration: - - '1258515' + - '1452070' expires: - '-1' ocp-aad-diagnostics-server-name: - - JyeM+5eFzeTHbJ5JOsOk4ZavbV40VH6ifhSb7d1ws28= + - k0WOg1aus+ZrdPo95G8LSW5qqrlAqo9fxRmKhM5lw2M= ocp-aad-session-key: - - enQqG2e46fQSo8PX9si9trQHBwQrwEtn8Ofa9uagnnZIMDfjYjWm7vuE_QM1YQqymeFQZLEvetWopZQESE7LE_aHmhQ0va5bP0CEUWjVdbFl4ddHjZ1RkQDbdlTWci00.NLHVyyBxFWLy2ktv17NlF8iUOhgGnkHpqd3G8bMZhXs + - KljhJDQJNL9MGHd8zovFj77cE80VcOs_g6soKN4Y2M6MHOOGCDgk_YBkRIFXx-huxlKBYVziLopjv9TdGojZJ_mNw9prWz7WC198FRgau0d2wmTwdT0lt09rxFGaNtQa.YuzcIYgdFkm7f2Ri-K2DSd41t6RxewWIKFv39b8Jc8o pragma: - no-cache request-id: - - aba70e0e-3903-4074-a0e8-e71244aa10cd + - b0098778-1a06-48fd-a637-34687f3020e2 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: @@ -1567,24 +1604,23 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2022-10-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-10-18T19:33:45.0468462Z","lastModifiedBy":"64b12d6e-6549-484c-8cc6-6281839ba394","lastModifiedByType":"Application","lastModifiedAt":"2022-10-18T19:40:03.2790589Z"},"identity":{"principalId":"2fed9832-d6b9-4d78-a357-8dbe0cbf3832","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAwSnivsiO8/tNEVsHHOTOLU8ia39n2OP0FWJMrG31RNZNxE1cnm+QpzzLjclFwLAjicHmh4f/dgTxiAXBfSKZIFqzXM1bhk5mynPkgO0ohPYgo3VtsOfWd9TZN8Gfyp19HauLRl2e6sSziWjVDaGGPdx+bxkLqTT6bzdVBxoti5rD37QRFtYA/dbvzynlxRaEglKD8O2jX5yO+wzv1/dQ0Gv7QotGXnuzIvqLQ8keGw2+jCsOUIX9M2olipK9I5BB6KoSxehL0n/A/d1BXO5Pmvch9w1estFwI4vqnjVvkHnSBsH375YIFlYLwS45ZFUZVIzulMQxLORYaSuTYzh5YYqTMT7ulP9FKqLM/qIB2SMp8/s0vTGoKRBVNKWYDgHrS9xqFhOsirA2aOxhvqusiV6/ezaEcjqyKkogOADXg7YyB4Um7TkB6mi3ailqlkx0j66ZeLvIkaAQXf5i+pv1BZQtxnOExrYCn8R34mjf6UIfwjrayi33GOrZF3khBsM2m+fo0FMVZickuU/JaF1qWPtVBDjG4kagD8wdAaICjSy9sn0Gk6C5M61vg2ivQD5SuwihpCgRXlxWUeq99qu/I0FrM66b3yWmDyQT6xNEAAhB5yKVyLhTAAj80PFAQuf8xXg2gKL6fywE9c5Z7CVLibQUDV2279jIQHSQfY/ED2kCAwEAAQ==","distribution":"AKS","infrastructure":"azure","kubernetesVersion":"1.23.12","totalNodeCount":1,"agentVersion":"1.8.14","totalCoreCount":4,"lastConnectivityTime":"2022-10-18T19:39:51.418Z","managedIdentityCertificateExpirationTime":"2023-01-16T19:28:00Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","name":"cc-000002","type":"microsoft.kubernetes/connectedclusters","location":"eastus","tags":{"foo":"doo"},"systemData":{"createdBy":"akkeshar@microsoft.com","createdByType":"User","createdAt":"2022-11-15T11:38:02.9767221Z","lastModifiedBy":"64b12d6e-6549-484c-8cc6-6281839ba394","lastModifiedByType":"Application","lastModifiedAt":"2022-11-15T11:39:26.1171724Z"},"identity":{"principalId":"4acfe3c2-3ed8-4b15-a152-19a32341eef3","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"provisioningState":"Succeeded","connectivityStatus":"Connected","privateLinkState":"Disabled","azureHybridBenefit":"NotApplicable","agentPublicKeyCertificate":"MIICCgKCAgEAs2vNDhE4kT8Y+yVeMb3LBq7WKIq1/0Kk3FWB4j74tNUG4YS7fBqIOOqJM0izS8O6d0VCdNV8RLKQX1s+rK1sfITpU5Q+rzuzkzLvlHzHUpIJ2PjTFekMtIrQXNPpi6GnS/yEz1aVd5S1q6kDbvdof9bZ49qvidP3qdapzeltja2r0oZmXvp7OtQfAZRcYLVs9SqWBxR8Nl2NX8xR93ws5QXYNX7Fqk5WizbMqJDQL81v4HQKOlf3nT/ql3BBxLRfLtGsNCm/fkBBB+zqjUiyoqIYU3wj1DCt8BSJhU8uMU5HsJTm/vDAfnF6oD3svDPggxAoDDbrsF4o97RL2SDDatZna6nezNGl0dY8TFciMpET4FRXlD5kZi6O+hxNyHfrEsYw3bAcroN/djIJv8gTh//K6l/zZoVRdnGZFnuESqPjnr7VajNDqnwWjy59jkYmooFXT6hjXKVNSBeO5VWQHt2wcA44fD627/Ai2uvYYurgq0Bz4lCSoJJ1ho/mdZZDNfI/TsPoYyLT2PY2MGC/pTX+fexTed+LFVuJFEGTYyyoxZ0slI+7du60ZQoPAwvKxjGG6tyrXXBWYRRT+7bl2GeaLQ4R32N1k5ee/BijO9bDNTjiFnQ+N/C9HWndZmvhwIrAiJovwOgdXKS42mM/MaHH4pHw/PDsgE6XE69YBJkCAwEAAQ==","distribution":"AKS","infrastructure":"azure","kubernetesVersion":"1.23.12","totalNodeCount":1,"agentVersion":"1.8.14","totalCoreCount":4,"lastConnectivityTime":"2022-11-15T11:39:18.979Z"}}' headers: cache-control: - no-cache content-length: - - '1797' + - '1725' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:41:07 GMT + - Tue, 15 Nov 2022 11:43:29 GMT etag: - - '"1900300e-0000-0100-0000-634f01130000"' + - '"71004451-0000-0100-0000-63737a6e0000"' expires: - '-1' pragma: @@ -1612,16 +1648,16 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/version/ + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/version/ response: body: string: "{\n \"major\": \"1\",\n \"minor\": \"23\",\n \"gitVersion\": \"v1.23.12\",\n - \ \"gitCommit\": \"c6939792865ef0f70f92006081690d77411c8ed5\",\n \"gitTreeState\": - \"clean\",\n \"buildDate\": \"2022-09-21T21:46:35Z\",\n \"goVersion\": \"go1.17.13\",\n + \ \"gitCommit\": \"f941a31f4515c5ac03f5fc7ccf9a330e3510b80d\",\n \"gitTreeState\": + \"clean\",\n \"buildDate\": \"2022-11-09T17:12:33Z\",\n \"goVersion\": \"go1.17.13\",\n \ \"compiler\": \"gc\",\n \"platform\": \"linux/amd64\"\n}" headers: audit-id: - - eb29f669-9a3f-4cc9-ac20-e50366659403 + - 22eb7b47-048c-4b54-8c35-3e7e1c9fe001 cache-control: - no-cache, private content-length: @@ -1629,11 +1665,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:41:08 GMT + - Tue, 15 Nov 2022 11:43:31 GMT x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -1653,8 +1689,7 @@ interactions: ParameterSetName: - -g -n --kube-config --force -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002?api-version=2021-10-01 response: @@ -1662,7 +1697,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1?api-version=2021-10-01 + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 cache-control: - no-cache content-length: @@ -1670,13 +1705,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:41:12 GMT + - Tue, 15 Nov 2022 11:43:36 GMT etag: - - '"1900490f-0000-0100-0000-634f01580000"' + - '"7100385e-0000-0100-0000-63737b680000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1?api-version=2021-10-01 + - https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 pragma: - no-cache strict-transport-security: @@ -1704,24 +1739,65 @@ interactions: ParameterSetName: - -g -n --kube-config --force -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) + method: GET + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 + response: + body: + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","name":"9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Deleting","startTime":"2022-11-15T11:43:35.5820131Z"}' + headers: + cache-control: + - no-cache + content-length: + - '508' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 15 Nov 2022 11:43:36 GMT + etag: + - '"10016d65-0000-0100-0000-63737b670000"' + 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: + - connectedk8s delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --kube-config --force -y + User-Agent: + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1?api-version=2021-10-01 + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1","name":"4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-10-18T19:41:12.408117Z","endTime":"2022-10-18T19:41:17.0350374Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","name":"9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-11-15T11:43:35.5820131Z","endTime":"2022-11-15T11:43:40.3867995Z","properties":null}' headers: cache-control: - no-cache content-length: - - '570' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:41:42 GMT + - Tue, 15 Nov 2022 11:44:06 GMT etag: - - '"3f00e18a-0000-0100-0000-634f015d0000"' + - '"10018b65-0000-0100-0000-63737b6c0000"' expires: - '-1' pragma: @@ -1751,24 +1827,23 @@ interactions: ParameterSetName: - -g -n --kube-config --force -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 - (Windows-10-10.0.22621-SP0) + - AZURECLI/2.42.0 azsdk-python-mgmt-hybridkubernetes/1.0.0b1 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1?api-version=2021-10-01 + uri: https://management.azure.com/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7?api-version=2021-10-01 response: body: - string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1","name":"4af07712-ea52-4c55-b865-a27d65f9e93d*4A811B08FC5020265FADFA7C448AB4B7508006C59187472731D1CD57E77833C1","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-10-18T19:41:12.408117Z","endTime":"2022-10-18T19:41:17.0350374Z","properties":null}' + string: '{"id":"/providers/Microsoft.Kubernetes/locations/EASTUS/operationStatuses/9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","name":"9f63d6e3-391e-4900-bdc5-e52c9c88cbbd*6B91F8906561019D361BC05718C963234CC9E37EF8839FC4720ADD5A8D2E05F7","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.Kubernetes/connectedClusters/cc-000002","status":"Succeeded","startTime":"2022-11-15T11:43:35.5820131Z","endTime":"2022-11-15T11:43:40.3867995Z","properties":null}' headers: cache-control: - no-cache content-length: - - '570' + - '568' content-type: - application/json; charset=utf-8 date: - - Tue, 18 Oct 2022 19:41:42 GMT + - Tue, 15 Nov 2022 11:44:06 GMT etag: - - '"3f00e18a-0000-0100-0000-634f015d0000"' + - '"10018b65-0000-0100-0000-63737b6c0000"' expires: - '-1' pragma: @@ -1794,15 +1869,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4349"},"items":[{"metadata":{"name":"azure-arc","uid":"2da97484-c129-468d-ba7e-6ba33eee09bb","resourceVersion":"4341","creationTimestamp":"2022-10-18T19:34:31Z","deletionTimestamp":"2022-10-18T19:42:05Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3469"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3461","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} ' headers: audit-id: - - db6081c2-3dca-48b3-b189-db0a6210b4b9 + - dd23d05e-4f9a-48d2-8b77-6805aad83778 cache-control: - no-cache, private content-length: @@ -1810,11 +1885,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:06 GMT + - Tue, 15 Nov 2022 11:44:34 GMT x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -1828,15 +1903,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4496"},"items":[{"metadata":{"name":"azure-arc","uid":"2da97484-c129-468d-ba7e-6ba33eee09bb","resourceVersion":"4341","creationTimestamp":"2022-10-18T19:34:31Z","deletionTimestamp":"2022-10-18T19:42:05Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3486"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3461","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} ' headers: audit-id: - - 275c1eb9-29b5-4b33-8932-c8c4ae113e62 + - 11b18757-8a12-483f-aa11-1db961851ccf cache-control: - no-cache, private content-length: @@ -1844,11 +1919,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:11 GMT + - Tue, 15 Nov 2022 11:44:39 GMT x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -1862,32 +1937,105 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4568"},"items":[{"metadata":{"name":"azure-arc","uid":"2da97484-c129-468d-ba7e-6ba33eee09bb","resourceVersion":"4542","creationTimestamp":"2022-10-18T19:34:31Z","deletionTimestamp":"2022-10-18T19:42:05Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:42:12Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 10 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3604"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3461","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating"}}]} + + ' + headers: + audit-id: + - 4436ae5c-d07c-45f3-92d8-12724a3c62c2 + cache-control: + - no-cache, private + content-length: + - '1014' + content-type: + - application/json + date: + - Tue, 15 Nov 2022 11:44:44 GMT + x-kubernetes-pf-flowschema-uid: + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c + x-kubernetes-pf-prioritylevel-uid: + - 10e00fa7-faea-45c7-90e4-414371b6c667 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAPI-Generator/24.2.0/python + method: GET + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + response: + body: + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3805"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3794","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:44:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 10 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentHasNoFinalizers","message":"All + content-preserving finalizers finished"}]}}]} + + ' + headers: + audit-id: + - 72f35a6d-f996-4b41-a542-7c5df961d2b7 + cache-control: + - no-cache, private + content-type: + - application/json + date: + - Tue, 15 Nov 2022 11:44:49 GMT + transfer-encoding: + - chunked + x-kubernetes-pf-flowschema-uid: + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c + x-kubernetes-pf-prioritylevel-uid: + - 10e00fa7-faea-45c7-90e4-414371b6c667 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAPI-Generator/24.2.0/python + method: GET + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + response: + body: + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3856"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3794","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:44:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 10 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 6874e8ac-89b5-415c-a50e-087af5743115 + - 41ae924f-84e5-4238-86d4-25e5fc89ff27 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:17 GMT + - Tue, 15 Nov 2022 11:44:55 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -1901,32 +2049,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4586"},"items":[{"metadata":{"name":"azure-arc","uid":"2da97484-c129-468d-ba7e-6ba33eee09bb","resourceVersion":"4571","creationTimestamp":"2022-10-18T19:34:31Z","deletionTimestamp":"2022-10-18T19:42:05Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:42:12Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3879"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3794","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:44:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 10 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 37145431-e4bc-4643-be8b-696d2117bd77 + - 548edc1b-d07b-4be6-a754-487732e7bc43 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:22 GMT + - Tue, 15 Nov 2022 11:45:00 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -1940,32 +2088,32 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4605"},"items":[{"metadata":{"name":"azure-arc","uid":"2da97484-c129-468d-ba7e-6ba33eee09bb","resourceVersion":"4571","creationTimestamp":"2022-10-18T19:34:31Z","deletionTimestamp":"2022-10-18T19:42:05Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:42:12Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3898"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3794","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:44:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentDeleted","message":"All + content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 10 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - f4cea766-6263-4609-967d-12432e7d06b5 + - 0839fd77-a0ba-45b0-b9cc-e276371aaed1 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:27 GMT + - Tue, 15 Nov 2022 11:45:05 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -1979,32 +2127,33 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4623"},"items":[{"metadata":{"name":"azure-arc","uid":"2da97484-c129-468d-ba7e-6ba33eee09bb","resourceVersion":"4571","creationTimestamp":"2022-10-18T19:34:31Z","deletionTimestamp":"2022-10-18T19:42:05Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:42:12Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3919"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3916","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:44:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"True","lastTransitionTime":"2022-11-15T11:45:10Z","reason":"ContentDeletionFailed","message":"Failed + to delete all resource types, 1 remaining: unexpected items still remain in + namespace: azure-arc for gvr: /v1, Resource=pods"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - 654565de-b323-4996-9f18-09745c490733 + - 590c1675-d0e0-4023-9e2c-fe582701fbf5 cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:32 GMT + - Tue, 15 Nov 2022 11:45:10 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -2018,32 +2167,33 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4656"},"items":[{"metadata":{"name":"azure-arc","uid":"2da97484-c129-468d-ba7e-6ba33eee09bb","resourceVersion":"4571","creationTimestamp":"2022-10-18T19:34:31Z","deletionTimestamp":"2022-10-18T19:42:05Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:34:31Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-10-18T19:42:12Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ResourcesDiscovered","message":"All - resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ParsedGroupVersions","message":"All - legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentDeleted","message":"All - content successfully deleted, may be waiting on finalization"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"SomeResourcesRemain","message":"Some - resources are remaining: pods. has 7 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-10-18T19:42:12Z","reason":"ContentHasNoFinalizers","message":"All + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3948"},"items":[{"metadata":{"name":"azure-arc","uid":"47539461-cf19-44f5-9a62-376e5513e21e","resourceVersion":"3948","creationTimestamp":"2022-11-15T11:38:53Z","deletionTimestamp":"2022-11-15T11:44:32Z","labels":{"admission.policy.azure.com/ignore":"true","app.kubernetes.io/managed-by":"Helm","control-plane":"true","kubernetes.io/metadata.name":"azure-arc"},"annotations":{"meta.helm.sh/release-name":"azure-arc","meta.helm.sh/release-namespace":"default"},"managedFields":[{"manager":"helm","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:38:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:admission.policy.azure.com/ignore":{},"f:app.kubernetes.io/managed-by":{},"f:control-plane":{},"f:kubernetes.io/metadata.name":{}}}}},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-11-15T11:44:48Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{".":{},"k:{\"type\":\"NamespaceContentRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionContentFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionDiscoveryFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceDeletionGroupVersionParsingFailure\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"NamespaceFinalizersRemaining\"}":{".":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}}}},"subresource":"status"}]},"spec":{"finalizers":["kubernetes"]},"status":{"phase":"Terminating","conditions":[{"type":"NamespaceDeletionDiscoveryFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ResourcesDiscovered","message":"All + resources successfully discovered"},{"type":"NamespaceDeletionGroupVersionParsingFailure","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ParsedGroupVersions","message":"All + legacy kube types successfully parsed"},{"type":"NamespaceDeletionContentFailure","status":"True","lastTransitionTime":"2022-11-15T11:45:10Z","reason":"ContentDeletionFailed","message":"Failed + to delete all resource types, 1 remaining: unexpected items still remain in + namespace: azure-arc for gvr: /v1, Resource=pods"},{"type":"NamespaceContentRemaining","status":"True","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"SomeResourcesRemain","message":"Some + resources are remaining: pods. has 4 resource instances"},{"type":"NamespaceFinalizersRemaining","status":"False","lastTransitionTime":"2022-11-15T11:44:48Z","reason":"ContentHasNoFinalizers","message":"All content-preserving finalizers finished"}]}}]} ' headers: audit-id: - - f2e212d3-6f2b-44b2-b5c4-7f919ac081f4 + - 614abefc-3052-4b16-98c5-0e9eead44fbf cache-control: - no-cache, private content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:37 GMT + - Tue, 15 Nov 2022 11:45:15 GMT transfer-encoding: - chunked x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -2057,15 +2207,15 @@ interactions: User-Agent: - OpenAPI-Generator/24.2.0/python method: GET - uri: https://test-force-rohanazuregroup-1bfbb5-4f0f44fc.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc + uri: https://test-force-rohanazuregroup-1bfbb5-6f1967ab.hcp.westeurope.azmk8s.io/api/v1/namespaces?fieldSelector=metadata.name%3Dazure-arc response: body: - string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"4683"},"items":[]} + string: '{"kind":"NamespaceList","apiVersion":"v1","metadata":{"resourceVersion":"3980"},"items":[]} ' headers: audit-id: - - 543c4065-f830-4674-9e0e-44b0b06c24dc + - 6aa4588f-abf6-4775-9130-ab5aa2885da2 cache-control: - no-cache, private content-length: @@ -2073,11 +2223,11 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:42:43 GMT + - Tue, 15 Nov 2022 11:45:21 GMT x-kubernetes-pf-flowschema-uid: - - 92b2ef8a-fcc8-4f73-a2ca-c1502b7b9250 + - 41f5db60-86cb-4eda-ae03-4e5d3b32ee1c x-kubernetes-pf-prioritylevel-uid: - - a1989c01-0e94-4e3b-a68c-18561b43277e + - 10e00fa7-faea-45c7-90e4-414371b6c667 status: code: 200 message: OK @@ -2097,26 +2247,26 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.ContainerService/managedClusters/test-force-delete000001?api-version=2022-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rohanazuregroup/providers/Microsoft.ContainerService/managedClusters/test-force-delete000001?api-version=2022-09-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 cache-control: - no-cache content-length: - '0' date: - - Tue, 18 Oct 2022 19:42:47 GMT + - Tue, 15 Nov 2022 11:45:26 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operationresults/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operationresults/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 pragma: - no-cache server: @@ -2144,14 +2294,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2160,7 +2310,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:43:17 GMT + - Tue, 15 Nov 2022 11:45:26 GMT expires: - '-1' pragma: @@ -2192,14 +2342,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2208,7 +2358,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:43:47 GMT + - Tue, 15 Nov 2022 11:45:57 GMT expires: - '-1' pragma: @@ -2240,14 +2390,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2256,7 +2406,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:44:18 GMT + - Tue, 15 Nov 2022 11:46:27 GMT expires: - '-1' pragma: @@ -2288,14 +2438,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2304,7 +2454,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:44:47 GMT + - Tue, 15 Nov 2022 11:46:58 GMT expires: - '-1' pragma: @@ -2336,14 +2486,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2352,7 +2502,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:45:18 GMT + - Tue, 15 Nov 2022 11:47:28 GMT expires: - '-1' pragma: @@ -2384,14 +2534,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2400,7 +2550,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:45:49 GMT + - Tue, 15 Nov 2022 11:47:58 GMT expires: - '-1' pragma: @@ -2432,14 +2582,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2448,7 +2598,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:46:20 GMT + - Tue, 15 Nov 2022 11:48:28 GMT expires: - '-1' pragma: @@ -2480,14 +2630,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2496,7 +2646,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:46:49 GMT + - Tue, 15 Nov 2022 11:48:59 GMT expires: - '-1' pragma: @@ -2528,14 +2678,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2544,7 +2694,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:47:20 GMT + - Tue, 15 Nov 2022 11:49:29 GMT expires: - '-1' pragma: @@ -2576,14 +2726,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2592,7 +2742,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:47:50 GMT + - Tue, 15 Nov 2022 11:50:00 GMT expires: - '-1' pragma: @@ -2624,14 +2774,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2640,7 +2790,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:48:20 GMT + - Tue, 15 Nov 2022 11:50:30 GMT expires: - '-1' pragma: @@ -2672,14 +2822,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2688,7 +2838,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:48:51 GMT + - Tue, 15 Nov 2022 11:51:00 GMT expires: - '-1' pragma: @@ -2720,14 +2870,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2736,7 +2886,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:49:22 GMT + - Tue, 15 Nov 2022 11:51:30 GMT expires: - '-1' pragma: @@ -2768,14 +2918,14 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\"\n }" headers: cache-control: - no-cache @@ -2784,7 +2934,7 @@ interactions: content-type: - application/json date: - - Tue, 18 Oct 2022 19:49:52 GMT + - Tue, 15 Nov 2022 11:52:01 GMT expires: - '-1' pragma: @@ -2816,24 +2966,24 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.41.0 (MSI) azsdk-python-azure-mgmt-containerservice/20.3.0 Python/3.7.7 + - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.7.7 (Windows-10-10.0.22621-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/24629577-7711-4ef3-857f-1b28868ca8c2?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westeurope/operations/605d2bdb-609e-4c4f-a44b-bde1a4dd1226?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"77956224-1177-f34e-857f-1b28868ca8c2\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-10-18T19:42:47.4537864Z\",\n \"endTime\": - \"2022-10-18T19:50:04.8689661Z\"\n }" + string: "{\n \"name\": \"db2b5d60-9e60-4f4c-a44b-bde1a4dd1226\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2022-11-15T11:45:26.9575477Z\",\n \"endTime\": + \"2022-11-15T11:52:10.129374Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Tue, 18 Oct 2022 19:50:22 GMT + - Tue, 15 Nov 2022 11:52:31 GMT expires: - '-1' pragma: diff --git a/src/connectedk8s/setup.py b/src/connectedk8s/setup.py index ca2f52cd937..baabd2ac952 100644 --- a/src/connectedk8s/setup.py +++ b/src/connectedk8s/setup.py @@ -17,7 +17,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.3.5' +VERSION = '1.3.6' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/index.json b/src/index.json index 9c9539ac79a..1bf58f799b9 100644 --- a/src/index.json +++ b/src/index.json @@ -17219,6 +17219,59 @@ "version": "1.3.5" }, "sha256Digest": "17ba7dd032c87e7ff4b9cce298dd81171e6e75bcfe2912f7c2f3cd1f55c00d11" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.6-py2.py3-none-any.whl", + "filename": "connectedk8s-1.3.6-py2.py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.38.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ], + "description_content_type": "text/markdown", + "extensions": { + "python.details": { + "contacts": [ + { + "email": "k8connect@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "connectedk8s", + "run_requires": [ + { + "requires": [ + "azure-mgmt-hybridcompute (==7.0.0)", + "kubernetes (==24.2.0)", + "pycryptodome (==3.14.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools Connectedk8s Extension", + "version": "1.3.6" + }, + "sha256Digest": "5c0c55940802239372608d9c7faf1c76e4f2f2fef5ebbd36be7011ae854a7563" } ], "connectedmachine": [